aboutsummaryrefslogtreecommitdiff
path: root/items/SEA_LEECH_SC.json
blob: a0c32b4e41f8dc0ad3d5cab8bc811212ba6eb81b (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
56
57
58
59
60
61
62
{
  "itemid": "minecraft:skull",
  "displayname": "§3Sea Leech (Sea Creature)",
  "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30a4cd5c-5754-4db8-8960-18022a74627d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ==\"}]}},display:{Lore:[0:\"§7The Sea Leech is a Sea Creature that is a\",1:\"§7Silverfish and occasionally can be spawned\",2:\"§7during fishing after reaching Fishing Level 16. \",3:\"\",4:\"§c❤ Health§8: §c60,000\",5:\"\",6:\"§9§lRARE\"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}",
  "damage": 3,
  "lore": [
    "§7The Sea Leech is a Sea Creature that is a",
    "§7Silverfish and occasionally can be spawned",
    "§7during fishing after reaching Fishing Level 16. ",
    "",
    "§c❤ Health§8: §c60,000",
    "",
    "§9§lRARE"
  ],
  "internalname": "SEA_LEECH_SC",
  "clickcommand": "viewrecipe",
  "modver": "2.1.0-REL",
  "infoType": "WIKI_URL",
  "info": [
    "https://hypixel-skyblock.fandom.com/wiki/Sea_Leech",
    "https://wiki.hypixel.net/Sea_Leech"
  ],
  "crafttext": "",
  "recipes": [
    {
      "name": "§cSea Leech",
      "level": 30,
      "coins": 50,
      "xp": 35,
      "render": "Silverfish",
      "panorama": "hub",
      "type": "drops",
      "extra": [
        "§cRequirements:",
        "§7- Fishing Skill 16",
        "§7- §bFished from water"
      ],
      "drops": [
        {
          "id": "WATER_LILY:3",
          "chance": "100%"
        },
        {
          "id": "RAW_FISH:10",
          "chance": "100%"
        },
        {
          "id": "RAW_FISH-2:2",
          "chance": "100%"
        },
        {
          "id": "SPONGE",
          "chance": "40%"
        },
        {
          "id": "SPIKED_HOOK;6",
          "chance": "2%"
        }
      ]
    }
  ]
}