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