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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
{
"itemid": "minecraft:skull",
"displayname": "§3Sea Emperor (Sea Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"b6bdd479-20ef-5967-aeea-2b948d81b7e1\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMDQ0YjY1M2JiYjcyN2I1Yzg2NWE4ZWZjNzUwOTJhZmU5MzllMmMzZTY4NjEzZGI5YWJhZTRmMWI2NGY5OWY4In19fQ==\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player's fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750,000\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}",
"damage": 3,
"lore": [
"§7The Sea Emperor is a Sea Creature that can",
"§7appear while fishing once a player's fishing",
"§7level is 20 or higher. ",
"",
"§c❤ Health§8: §c750,000",
"",
"§6§lLEGENDARY"
],
"internalname": "SEA_EMPEROR_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sea_Emperor",
"https://wiki.hypixel.net/Sea_Emperor"
],
"crafttext": "",
"recipes": [
{
"name": "§cSea Emperor",
"level": 150,
"coins": 13,
"xp": 30,
"render": "@neurepo:mobs/sea_emperor.json",
"panorama": "hub",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 20",
"§7- §bFished from water"
],
"drops": [
{
"id": "WATER_LILY:32",
"chance": "100%"
},
{
"id": "DIVER_FRAGMENT",
"chance": "100%"
},
{
"id": "ENCHANTED_WATER_LILY",
"chance": "100%"
},
{
"id": "RAW_FISH:16",
"chance": "100%"
},
{
"id": "PRISMARINE_CRYSTALS",
"chance": "50%"
},
{
"id": "PRISMARINE_SHARD",
"chance": "50%"
},
{
"id": "SPONGE:2",
"chance": "75%"
},
{
"id": "FLYING_FISH;2",
"chance": "20%"
},
{
"id": "FLYING_FISH;3",
"chance": "8%"
},
{
"id": "FLYING_FISH;4",
"chance": "2%"
},
{
"id": "THE_SHREDDER",
"chance": "2%"
},
{
"id": "PET_ITEM_FISHING_SKILL_BOOST_EPIC",
"chance": "0.02%"
},
{
"id": "BOBBIN_SCRIPTURES",
"chance": "1.85%"
}
]
}
]
}
|