diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-22 15:11:36 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-22 15:11:36 +0200 |
commit | eed15a8dd29fdabc56022f516d6acbd9d6f43916 (patch) | |
tree | f610a3b888349b7d93ec308ec0a6a3e4e07a0406 | |
parent | 6f1c5b2188e87369b751f7a783c5c32e0f250ade (diff) | |
download | SkyHanni-REPO-eed15a8dd29fdabc56022f516d6acbd9d6f43916.tar.gz SkyHanni-REPO-eed15a8dd29fdabc56022f516d6acbd9d6f43916.tar.bz2 SkyHanni-REPO-eed15a8dd29fdabc56022f516d6acbd9d6f43916.zip |
added Grim Reaper
-rw-r--r-- | constants/SeaCreatures.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 } } }, |