From 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Fri, 22 Apr 2022 06:02:14 +0200 Subject: Crimson Isle fixes (#722) * One soul was missing * max souls 228 -> 238 * Potion description changed * Fixed belt stats * Fixed belts * Changed description to variable numbers * Fixed Rods, changed order of abiphones * Changed descrption of the power stones * Changed description of power stones * Added new Crimson Isle zones Should be almost all --- constants/parents.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 685ea931..47733d26 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2652,14 +2652,14 @@ "MANA_RAY_SILVER", "MANA_RAY_BRONZE" ], - "ABIPHONE_X_PLUS": [ - "ABIPHONE_X_PLUS_SPECIAL_EDITION", - "ABIPHONE_XI_ULTRA", - "ABIPHONE_XI_ULTRA_STYLE", - "ABIPHONE_XII_MEGA", - "ABIPHONE_XII_MEGA_COLOR", + "ABIPHONE_XIII_PRO_GIGA": [ "ABIPHONE_XIII_PRO", - "ABIPHONE_XIII_PRO_GIGA" + "ABIPHONE_XII_MEGA_COLOR", + "ABIPHONE_XII_MEGA", + "ABIPHONE_XI_ULTRA_STYLE", + "ABIPHONE_XI_ULTRA", + "ABIPHONE_X_PLUS_SPECIAL_EDITION", + "ABIPHONE_X_PLUS" ], "SNAIL;4": [ "SNAIL;3", @@ -2680,8 +2680,8 @@ ], "HELLFIRE_ROD": [ "INFERNO_ROD", - "MAGMA_ROD", - "MAGMA_FISH_DIAMOND" + "MAGMA_ROD" + ], "ROD_OF_THE_SEA": [ "LEGEND_ROD", -- cgit