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
|
{
"itemid": "minecraft:packed_ice",
"displayname": "§9Ice Walker (Monster)",
"nbttag": "{display:{Lore:[0:\"§7The Ice Walker is a mob that spawns in the Great\",1:\"§7Ice Wall area in the Dwarven Mines. They are\",2:\"§7required to be killed for one commission.\",3:\"\",4:\"§c❤ Health§8: §c888\"],Name:\"§9Ice Walker (Monster)\"},ExtraAttributes:{id:\"ICE_WALKER_MONSTER\"}}",
"damage": 0,
"lore": [
"§7The Ice Walker is a mob that spawns in the Great",
"§7Ice Wall area in the Dwarven Mines. They are",
"§7required to be killed for one commission.",
"",
"§c❤ Health§8: §c888"
],
"internalname": "ICE_WALKER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Ice_Walker",
"https://wiki.hypixel.net/Ice_Walker"
],
"crafttext": "",
"recipes": [
{
"level": 45,
"combat_xp": 40,
"name": "§cIce Walker",
"render": "@neurepo:mobs/ice_walker.json",
"panorama": "mining_3",
"type": "drops",
"drops": [
{
"id": "GLACITE_JEWEL",
"chance": "0.5%"
},
{
"id": "GLACITE_HELMET",
"chance": "0.25%"
},
{
"id": "GLACITE_CHESTPLATE",
"chance": "0.25%"
},
{
"id": "GLACITE_LEGGINGS",
"chance": "0.25%"
},
{
"id": "GLACITE_BOOTS",
"chance": "0.25%"
}
]
}
]
}
|