diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-06 17:27:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 01:27:25 +1000 |
commit | 924d43e30cb570bc75f1ab53442e7e8f98e6e8e7 (patch) | |
tree | 2ede934b4c11587dac9223798f5ed31c13c209bb /constants | |
parent | 27f73b42b3aaa20d361e8b29ace2ed3878367820 (diff) | |
download | NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.gz NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.tar.bz2 NotEnoughUpdates-REPO-924d43e30cb570bc75f1ab53442e7e8f98e6e8e7.zip |
Chili Update (#792)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 49 | ||||
-rw-r--r-- | constants/parents.json | 9 | ||||
-rw-r--r-- | constants/petnums.json | 10 |
3 files changed, 52 insertions, 16 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 888fbe6b..14a99e0e 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -39,7 +39,8 @@ "ultimate_wise", "smoldering", "ultimate_inferno", - "ultimate_fatal_tempo" + "ultimate_fatal_tempo", + "tabasco" ], "BOW": [ "aiming", @@ -62,7 +63,8 @@ "ultimate_reiterate", "smoldering", "ultimate_inferno", - "ultimate_fatal_tempo" + "ultimate_fatal_tempo", + "tabasco" ], "AXE": [ "efficiency", @@ -108,7 +110,8 @@ "corruption", "ultimate_inferno", "ultimate_fatal_tempo", - "ultimate_flash" + "ultimate_flash", + "tabasco" ], "FISHING WEAPON": [ "angler", @@ -160,7 +163,8 @@ "smoldering", "ultimate_inferno", "ultimate_fatal_tempo", - "ultimate_flash" + "ultimate_flash", + "tabasco" ], "SHOVEL": [ "efficiency", @@ -198,7 +202,9 @@ "hardened_mana", "strong_mana", "mana_vampire", - "ferocious_mana" + "ferocious_mana", + "hecatomb", + "ultimate_habanero_tactics" ], "CHESTPLATE": [ "protection", @@ -219,7 +225,8 @@ "hardened_mana", "strong_mana", "mana_vampire", - "ferocious_mana" + "ferocious_mana", + "ultimate_habanero_tactics" ], "LEGGINGS": [ "protection", @@ -239,7 +246,8 @@ "hardened_mana", "strong_mana", "mana_vampire", - "ferocious_mana" + "ferocious_mana", + "ultimate_habanero_tactics" ], "BOOTS": [ "protection", @@ -262,7 +270,8 @@ "hardened_mana", "strong_mana", "mana_vampire", - "ferocious_mana" + "ferocious_mana", + "ultimate_habanero_tactics" ], "LONGSWORD": [ "bane_of_arthropods", @@ -303,7 +312,8 @@ "ultimate_wise", "smoldering", "ultimate_inferno", - "ultimate_fatal_tempo" + "ultimate_fatal_tempo", + "tabasco" ], "GAUNTLET": [ "bane_of_arthropods", @@ -351,7 +361,23 @@ "smelting_touch", "smoldering", "ultimate_inferno", - "ultimate_fatal_tempo" + "ultimate_fatal_tempo", + "tabasco" + ], + "GLOVES": [ + "cayenne" + ], + "BELT": [ + "cayenne" + ], + "NECKLACE": [ + "cayenne" + ], + "BRACELET": [ + "cayenne" + ], + "CLOAK": [ + "cayenne" ] }, "enchant_pools": [ @@ -381,7 +407,8 @@ "ultimate_reiterate", "ultimate_inferno", "ultimate_fatal_tempo", - "ultimate_flash" + "ultimate_flash", + "ultimate_habanero_tactics" ], [ "protection", diff --git a/constants/parents.json b/constants/parents.json index bbd153b9..29208b1e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2874,5 +2874,14 @@ "GOLDOR_THE_FISH": [ "STORM_THE_FISH", "MAXOR_THE_FISH" + ], + "CAYENNE;4" : [ + "CAYENNE;5" + ], + "ULTIMATE_HABANERO_TACTICS;4" : [ + "ULTIMATE_HABANERO_TACTICS;5" + ], + "TABASCO;2" : [ + "TABASCO;3" ] } diff --git a/constants/petnums.json b/constants/petnums.json index 8902ca57..fd86c966 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1509,7 +1509,7 @@ "RARE": { "1": { "otherNums": [ - 0.3, + 0.4, 0.15, 0.04 ], @@ -1521,7 +1521,7 @@ }, "100": { "otherNums": [ - 35, + 40, 15, 4 ], @@ -1922,7 +1922,7 @@ }, "100": { "otherNums": [ - 40, + 45, 20, 7 ], @@ -4362,7 +4362,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.3, + 0.5, 0.25, 0.1, 0.4 @@ -4375,7 +4375,7 @@ }, "100": { "otherNums": [ - 40, + 50, 25, 10, 40 |