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
|
{
"itemid": "minecraft:skull",
"displayname": "§fSkeleton Hat",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Speed: §a+2\",1:\"§7Intelligence: §a+10\",2:\"\",3:\"§7Your arrows have a §a20%\",4:\"§a§7chance to explode on impact\",5:\"§7dealing §a50 §7base Magic Damage\",6:\"§7to enemies within §a8 §7blocks.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§f§lCOMMON HELMET\"],Name:\"§fSkeleton Hat\"},ExtraAttributes:{id:\"SKELETON_HAT\"}}",
"damage": 0,
"lore": [
"§7Speed: §a+2",
"§7Intelligence: §a+10",
"",
"§7Your arrows have a §a20%",
"§a§7chance to explode on impact",
"§7dealing §a50 §7base Magic Damage",
"§7to enemies within §a8 §7blocks.",
"",
"§7§8This item can be reforged!",
"§f§lCOMMON HELMET"
],
"recipe": {
"A1": "BONE:1",
"A2": "BONE:1",
"A3": "BONE:1",
"B1": "BONE:1",
"B2": "",
"B3": "BONE:1",
"C1": "BONE:1",
"C2": "BONE:1",
"C3": "BONE:1"
},
"internalname": "SKELETON_HAT",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeleton_Hat",
"https://wiki.hypixel.net/Skeleton_Hat"
],
"crafttext": "Requires: Bone IV"
}
|