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
|
{
"itemid": "minecraft:iron_sword",
"displayname": "§fUndead Sword",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7Deals §a+100% §7damage to\",3:\"§7§7Zombie Pigmen§7,\",4:\"§7§7Skeletons§7, §7Withers§7, and\",5:\"§7§7Zombies§7.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON SWORD\"],Name:\"§fUndead Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"UNDEAD_SWORD\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+30",
"",
"§7Deals §a+100% §7damage to",
"§7§7Zombie Pigmen§7,",
"§7§7Skeletons§7, §7Withers§7, and",
"§7§7Zombies§7.",
"",
"§7§8This item can be reforged!",
"§f§lCOMMON SWORD"
],
"internalname": "UNDEAD_SWORD",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Undead_Sword",
"https://wiki.hypixel.net/Undead_Sword"
]
}
|