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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
{
"itemid": "minecraft:skull",
"displayname": "§3Water Hydra (Sea Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"33f37f6f-40aa-3fc0-bcf7-b2635f3f66d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjFmZmJkYTkyNDQyODczZDU0MDUxZTRlMTdlYTQ3Mjc4Y2IzYjc0N2Q3OTgwNzBiYTgzYmM0YTlkZTU4ZGQifX19\"}]}},display:{Lore:[0:\"§7Water Hydra is a Legendary Sea Creature that spawns\",1:\"§7while fishing after unlocking it at Fishing Level XIX (19).\",2:\"§7It is a zombie with the head of a sea dragon and blue\",3:\"§7dyed leather armor. \",4:\"\",5:\"§c❤ Health§8: §c500,000\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§3Water Hydra (Sea Creature)\"},ExtraAttributes:{id:\"WATER_HYDRA_SC\"}}",
"damage": 3,
"lore": [
"§7Water Hydra is a Legendary Sea Creature that spawns",
"§7while fishing after unlocking it at Fishing Level XIX (19).",
"§7It is a zombie with the head of a sea dragon and blue",
"§7dyed leather armor. ",
"",
"§c❤ Health§8: §c500,000",
"",
"§6§lLEGENDARY"
],
"internalname": "WATER_HYDRA_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Water_Hydra",
"https://wiki.hypixel.net/Water_Hydra"
],
"crafttext": "",
"recipes": [
{
"name": "§cWater Hydra",
"coins": 1,
"xp": 1,
"render": "@neurepo:mobs/water_hydra.json",
"panorama": "crystal_hollows",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 19",
"§7- §bFished from water"
],
"drops": [
{
"id": "RAW_FISH:10",
"chance": "100%"
},
{
"id": "RAW_FISH-2",
"chance": "100%"
},
{
"id": "RAW_FISH-1",
"chance": "100%"
},
{
"id": "RAW_FISH-3",
"chance": "100%"
},
{
"id": "SPONGE",
"chance": "50%"
},
{
"id": "WATER_LILY:8",
"chance": "75%"
},
{
"id": "FISH_AFFINITY_TALISMAN",
"chance": "15%"
},
{
"id": "WATER_HYDRA_HEAD",
"chance": "7%"
},
{
"id": "PET_ITEM_FISHING_SKILL_BOOST_EPIC",
"chance": "0,02%"
}
]
}
]
}
|