diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-08-04 20:28:56 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-08-04 20:28:56 +0200 |
commit | 3c8c7507ba95b2769f54c16292b88bb8daaa0696 (patch) | |
tree | 5064b467c13048cf833ffcbed098e52a2a26692e /constants/SeaCreatures.json | |
parent | 45a72ad74093465568c4cfa59741dde0b8ee7692 (diff) | |
download | SkyHanni-REPO-3c8c7507ba95b2769f54c16292b88bb8daaa0696.tar.gz SkyHanni-REPO-3c8c7507ba95b2769f54c16292b88bb8daaa0696.tar.bz2 SkyHanni-REPO-3c8c7507ba95b2769f54c16292b88bb8daaa0696.zip |
adding great white shark
Diffstat (limited to 'constants/SeaCreatures.json')
-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 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 } } }, |