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
|
{
"itemid": "minecraft:skull",
"displayname": "§fZombie Talisman",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Zombies by §a5%§7.\",2:\"\",3:\"§f§lCOMMON ACCESSORY\"],Name:\"§fZombie Talisman\"},ExtraAttributes:{id:\"ZOMBIE_TALISMAN\"}}",
"damage": 2,
"lore": [
"§7Reduces the damage taken from",
"§7§7Zombies by §a5%§7.",
"",
"§f§lCOMMON ACCESSORY"
],
"internalname": "ZOMBIE_TALISMAN",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zombie_Talisman",
"https://wiki.hypixel.net/Zombie_Talisman"
],
"recipes": [
{
"type": "trade",
"cost": "EMERALD:10",
"result": "ZOMBIE_TALISMAN"
}
]
}
|