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
|
{
"itemid": "minecraft:skull",
"displayname": "§3Yeti (Sea Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"0f7e2dc4-3319-41d6-85dc-cc7a9bae89bb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWIxMjY4MTRmYzNmYTg0NmRhZDkzNGMzNDk2MjhhN2ExZGU1YjQxNTAyMWEwM2VmNDIxMWQ2MjUxNGQ1In19fQ\"}]}},display:{Lore:[0:\"§7The Yeti is a Legendary mob unlocked from Fishing\",1:\"§7level 25. It can only be fished at Jerry Pond.\",2:\"§7It uses a similar ability to the \\\"Terrain Toss\\\" ability\",3:\"§7of the Yeti Sword.\",4:\"\",5:\"§c❤ Health§8: §c2,000,000\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}",
"damage": 3,
"lore": [
"§7The Yeti is a Legendary mob unlocked from Fishing",
"§7level 25. It can only be fished at Jerry Pond.",
"§7It uses a similar ability to the \"Terrain Toss\" ability",
"§7of the Yeti Sword.",
"",
"§c❤ Health§8: §c2,000,000",
"",
"§6§lLEGENDARY"
],
"internalname": "YETI_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Yeti",
"https://wiki.hypixel.net/Yeti"
],
"crafttext": "",
"recipes": [
{
"name": "§cYeti",
"coins": 1,
"level": 175,
"xp": 1,
"render": "@neurepo:mobs/yeti.json",
"panorama": "winter",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 25",
"§7- §bJerry Pond",
"§7- §bFished from water"
],
"drops": [
{
"id": "ICE:20",
"chance": "100%"
},
{
"id": "WATER_LILY:32",
"chance": "25%"
},
{
"id": "RAW_FISH:20",
"chance": "100%"
},
{
"id": "SPONGE",
"chance": "100%"
},
{
"id": "BLUE_ICE_HUNK",
"chance": "20%"
},
{
"id": "RED_GIFT",
"chance": "100%"
},
{
"id": "BABY_YETI;3",
"chance": "3%"
},
{
"id": "YETI_ROD",
"chance": "2%"
},
{
"id": "BABY_YETI;4",
"chance": "0.8%"
},
{
"id": "HILT_OF_TRUE_ICE",
"chance": "1.5%"
},
{
"id": "BOBBIN_SCRIPTURES",
"chance": "1.8%"
}
]
}
]
}
|