From 8d6c9cfbd08af2c05625657bcee62ec67a369092 Mon Sep 17 00:00:00 2001 From: appable Date: Mon, 7 Aug 2023 16:49:25 -0700 Subject: Merge pull request #21 * add agarimoo to sea creatures --- constants/SeaCreatures.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'constants') 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 +} -- cgit