From bac2179a1778815abebed4fd636c877f19cf756b Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:23:03 +0100 Subject: Added Water Hydra. --- constants/SeaCreatures.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json index fdac563..3c7bfbe 100644 --- a/constants/SeaCreatures.json +++ b/constants/SeaCreatures.json @@ -34,11 +34,6 @@ "chat_message": "§aGross! A Sea Leech!", "fishing_experience": 1506 }, - "Sea Emperor": { - "chat_message": "§aThe Sea Emperor arises from the depths.", - "fishing_experience": 6804, - "rare": true - }, "Guardian Defender": { "chat_message": "§aYou've discovered a Guardian Defender of the sea.", "fishing_experience": 0 @@ -51,6 +46,16 @@ "chat_message": "§aYou have awoken the Deep Sea Protector, prepare for a battle!", "fishing_experience": 2721, "rare": true + }, + "Water Hydra": { + "chat_message": "§aThe Water Hydra has come to test your strength.", + "fishing_experience": 0, + "rare": true + }, + "Sea Emperor": { + "chat_message": "§aThe Sea Emperor arises from the depths.", + "fishing_experience": 6804, + "rare": true } } }, -- cgit