1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"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, §7Withers§7,\",4:\"§7§7Zombies§7, and §7Skeletons§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON SWORD\"],Name:\"§fUndead Sword\"},ExtraAttributes:{id:\"UNDEAD_SWORD\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+30",
"",
"§7Deals §a+100% §7damage to",
"§7§7Zombie Pigmen§7, §7Withers§7,",
"§7§7Zombies§7, and §7Skeletons§7.",
"",
"§7§8This item can be reforged!",
"§f§lCOMMON SWORD"
],
"internalname": "UNDEAD_SWORD",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Undead_Sword"
]
}
|