diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-24 16:46:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 16:46:48 +0200 |
commit | 43f25e522cf5949d83463ed8a4b056f1a812272c (patch) | |
tree | 1d35288abfe61a44b26b8e1cf5df1d351ffdaae5 /constants | |
parent | 58795939811dad21e2b86180f615fc2f5826b5b3 (diff) | |
download | NotEnoughUpdates-REPO-43f25e522cf5949d83463ed8a4b056f1a812272c.tar.gz NotEnoughUpdates-REPO-43f25e522cf5949d83463ed8a4b056f1a812272c.tar.bz2 NotEnoughUpdates-REPO-43f25e522cf5949d83463ed8a4b056f1a812272c.zip |
sOuLbOuNd (#726)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/fairy_souls.json | 4 | ||||
-rw-r--r-- | constants/misc.json | 20 | ||||
-rw-r--r-- | constants/parents.json | 27 |
3 files changed, 44 insertions, 7 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index ed94c3e4..e865ef36 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -106,7 +106,7 @@ "crimson_isle": [ "-644,125,-689", "-79,139,-779", - "-352,190,-553", + "-342,100,-484", "-717,164,-980", "-726,144,-891", "-690,122,-752", @@ -129,7 +129,7 @@ "-412,58,-935", "-396,108,-764", "-342,101,-484", - "-35,115,-1055" + "-35,116,-1055" ], "combat_3": [ "-517,100,-295", diff --git a/constants/misc.json b/constants/misc.json index aa1d4d11..82fcbf1f 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -16,7 +16,13 @@ "drill", "gauntlet", "shears", - "fishing weapon" + "fishing weapon", + "longsword", + "belt", + "necklace", + "cloak", + "gloves", + "bracelet" ], "tier_colors": { "common": "§f", @@ -869,6 +875,18 @@ ], "BINGO_TALISMAN": [ "BINGO_RING" + ], + "ODGERS_BRONZE_TOOTH": [ + "ODGERS_SILVER_TOOTH", + "ODGERS_GOLD_TOOTH", + "ODGERS_DIAMOND_TOOTH" + ], + "ODGERS_SILVER_TOOTH": [ + "ODGERS_GOLD_TOOTH", + "ODGERS_DIAMOND_TOOTH" + ], + "ODGERS_GOLD_TOOTH": [ + "ODGERS_DIAMOND_TOOTH" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index 5f0dea21..ae75ca61 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2318,7 +2318,8 @@ "AMETHYST_POWER_SCROLL", "JASPER_POWER_SCROLL", "RUBY_POWER_SCROLL", - "SAPPHIRE_POWER_SCROLL" + "SAPPHIRE_POWER_SCROLL", + "OPAL_POWER_SCROLL" ], "EXTRA_LARGE_GEMSTONE_SACK": [ "LARGE_GEMSTONE_SACK", @@ -2615,11 +2616,13 @@ "SLUGFISH_SILVER", "SLUGFISH_BRONZE" ], - "SOUL_FISH_GOLD": [ + "SOUL_FISH_DIAMOND": [ + "SOUL_FISH_GOLD", "SOUL_FISH_SILVER", "SOUL_FISH_BRONZE" ], - "STEAMING_HOT_FLOUNDER_GOLD": [ + "STEAMING_HOT_FLOUNDER_DIAMOND": [ + "STEAMING_HOT_FLOUNDER_GOLD", "STEAMING_HOT_FLOUNDER_SILVER", "STEAMING_HOT_FLOUNDER_BRONZE" ], @@ -2770,5 +2773,21 @@ "BURNING_HOLLOW_BOOTS", "FIERY_HOLLOW_BOOTS", "INFERNAL_HOLLOW_BOOTS" - ] + ], + "KARATE_FISH_DIAMOND": [ + "KARATE_FISH_GOLD", + "KARATE_FISH_SILVER", + "KARATE_FISH_BRONZE" + ], + "SMOLDERING;1": [ + "SMOLDERING;2", + "SMOLDERING;3", + "SMOLDERING;4", + "SMOLDERING;5" + ], + "ODGERS_DIAMOND_TOOTH": [ + "ODGERS_GOLD_TOOTH", + "ODGERS_SILVER_TOOTH", + "ODGERS_BRONZE_TOOTH" + ] } |