aboutsummaryrefslogtreecommitdiff
path: root/items/ZOMBIE_TALISMAN.json
blob: 8cc460bc19d0a832c642bd225abc3fefcf319ce2 (plain)
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
{
  "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:\"§7§8This item can be reforged!\",4:\"§f§lCOMMON ACCESSORY\"],Name:\"§fZombie Talisman\"},ExtraAttributes:{id:\"ZOMBIE_TALISMAN\"}}",
  "damage": 2,
  "lore": [
    "§7Reduces the damage taken from",
    "§7§7Zombies by §a5%§7.",
    "",
    "§7§8This item can be reforged!",
    "§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"
    }
  ]
}