diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-18 11:23:03 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-18 11:23:03 +0100 |
commit | bac2179a1778815abebed4fd636c877f19cf756b (patch) | |
tree | 5f8939c191511cbd42d0b7f41940a4c805e6071c | |
parent | 2a63624b01e459426edf7f22f86f0bc984f4d9bb (diff) | |
download | SkyHanni-REPO-bac2179a1778815abebed4fd636c877f19cf756b.tar.gz SkyHanni-REPO-bac2179a1778815abebed4fd636c877f19cf756b.tar.bz2 SkyHanni-REPO-bac2179a1778815abebed4fd636c877f19cf756b.zip |
Added Water Hydra.
-rw-r--r-- | constants/SeaCreatures.json | 15 |
1 files 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 } } }, |