aboutsummaryrefslogtreecommitdiff
path: root/constants/SeaCreatures.json
blob: f21cda543620fa04680c36b010e65e663048eeba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "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
      },
      {
        "display_name": "Taurus",
        "chat_message": "§aTaurus and his steed emerge.",
        "fishing_experience": 0,
        "special": true
      }
    ]
  }
}