From 3c8c7507ba95b2769f54c16292b88bb8daaa0696 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Thu, 4 Aug 2022 20:28:56 +0200 Subject: adding great white shark --- constants/SeaCreatures.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json index 8faa6a1..18ef0f1 100644 --- a/constants/SeaCreatures.json +++ b/constants/SeaCreatures.json @@ -107,6 +107,11 @@ "Tiger Shark": { "chat_message": "§aA striped beast bounds from the depths, the wild Tiger Shark!", "fishing_experience": 3063 + }, + "Great White Shark": { + "chat_message": "§aHide no longer, a Great White Shark has tracked your scent and thirsts for your blood!", + "fishing_experience": 6823, + "rare": true } } }, -- cgit