diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2022-04-22 06:02:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 06:02:14 +0200 |
commit | 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 (patch) | |
tree | 16ff79a813458fc2c461def243b702e665c85ad8 /constants/zones.json | |
parent | 179659a7592637b0f29347db048a1118ace02cd4 (diff) | |
download | NotEnoughUpdates-REPO-6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644.tar.gz NotEnoughUpdates-REPO-6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644.tar.bz2 NotEnoughUpdates-REPO-6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644.zip |
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
Diffstat (limited to 'constants/zones.json')
-rw-r--r-- | constants/zones.json | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/constants/zones.json b/constants/zones.json index d2d89084..ce162453 100644 --- a/constants/zones.json +++ b/constants/zones.json @@ -31,9 +31,36 @@ ] }, "combat_2": { - "Display": "Blazing Fortress", + "Display": "Crimson Isle", "Scoreboard": [ - "Blazing Fortress" + "Crimson Isle", + "Stronghold", + "Crimson Fields", + "Burning Desert", + "Dragontail", + "Dragontail Bank", + "Dragontail Townsquare", + "Dragontail Auction House", + "The Bastion", + "Ruins of Ashfang", + "Forgotten Skull", + "The Wasteland", + "Mystic Marsh", + "Cathedral", + "Scarleton", + "Scarleton Plaza", + "Scarleton Auction House", + "Scarleton Bank", + "Courtyard", + "Aura's Lab", + "Dojo", + "Dojo Area", + "Barbarian Outpost", + "Magma Chamber", + "Minion Shop", + "Mage Outpost", + "Blazing Volcano", + "Kuundra's End" ] }, "combat_3": { |