diff options
author | appable <enzospiacitelli@gmail.com> | 2023-08-07 16:49:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 01:49:25 +0200 |
commit | 8d6c9cfbd08af2c05625657bcee62ec67a369092 (patch) | |
tree | 162d84615a1b6969ffd241b560d50e2a488c87f6 | |
parent | 69abd0e6694777ec695ff8d4e2da7fe4b7fc34df (diff) | |
download | SkyHanni-REPO-8d6c9cfbd08af2c05625657bcee62ec67a369092.tar.gz SkyHanni-REPO-8d6c9cfbd08af2c05625657bcee62ec67a369092.tar.bz2 SkyHanni-REPO-8d6c9cfbd08af2c05625657bcee62ec67a369092.zip |
Merge pull request #21
* add agarimoo to sea creatures
-rw-r--r-- | constants/SeaCreatures.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json index 0c3c6b2..d953e31 100644 --- a/constants/SeaCreatures.json +++ b/constants/SeaCreatures.json @@ -42,6 +42,10 @@ "chat_message": "§aThe Rider of the Deep has emerged.", "fishing_experience": 759 }, + "Agarimoo": { + "chat_message": "§aYour Chumcap Bucket trembles, it's an Agarimoo.", + "fishing_experience": 161 + }, "Deep Sea Protector": { "chat_message": "§aYou have awoken the Deep Sea Protector, prepare for a battle!", "fishing_experience": 2721, @@ -221,4 +225,4 @@ } } } -}
\ No newline at end of file +} |