From eed15a8dd29fdabc56022f516d6acbd9d6f43916 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 22 Jul 2023 15:11:36 +0200 Subject: added Grim Reaper --- constants/SeaCreatures.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json index 3c7bfbe..dc52e2f 100644 --- a/constants/SeaCreatures.json +++ b/constants/SeaCreatures.json @@ -100,6 +100,11 @@ "chat_message": "§aThe spirit of a long lost Phantom Fisher has come to haunt you.", "fishing_experience": 5630, "rare": true + }, + "Grim Reaper": { + "chat_message": "§aThis can't be! The manifestation of death himself!", + "fishing_experience": 0, + "rare": true } } }, -- cgit