From 712ca22fbb869340614c1aca1f2458c450147ff6 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Sat, 23 Jul 2022 10:01:07 +0200 Subject: adding sea creature data --- constants/SeaCreatures.json | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 constants/SeaCreatures.json (limited to 'constants') diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json new file mode 100644 index 0000000..dcfd233 --- /dev/null +++ b/constants/SeaCreatures.json @@ -0,0 +1,49 @@ +{ + "LAVA": { + "chat_color": "§c", + "sea_creatures": [ + { + "display_name": "Moogma", + "chat_message": "§aYou hear a faint Moo from the lava... A Moogma appears.", + "fishing_experience": 1429, + "special": false + }, + { + "display_name": "Magma Slug", + "chat_message": "§aFrom beneath the lava appears a Magma Slug.", + "fishing_experience": 2134, + "special": false + }, + { + "display_name": "Pyroclastic Worm", + "chat_message": "§aYou feel the heat radiating as a Pyroclastic Worm surfaces.", + "fishing_experience": 2471, + "special": false + }, + { + "display_name": "Lava Flame", + "chat_message": "§aA Lava Flame flies out from beneath the lava.", + "fishing_experience": 4717, + "special": false + }, + { + "display_name": "Fire Eel", + "chat_message": "§aA Fire Eel slithers out from the depths.", + "fishing_experience": 4921, + "special": false + }, + { + "display_name": "Lava Leech", + "chat_message": "§aA small but fearsome Lava Leech emerges.", + "fishing_experience": 3145, + "special": false + }, + { + "display_name": "Thunder", + "chat_message": "§c§lYou hear a massive rumble as Thunder emerges.", + "fishing_experience": 0, + "special": true + } + ] + } +} \ No newline at end of file -- cgit