diff options
-rw-r--r-- | items/VOID_SWORD.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/VOID_SWORD.json b/items/VOID_SWORD.json new file mode 100644 index 00000000..d2891add --- /dev/null +++ b/items/VOID_SWORD.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:diamond_sword", + "displayname": "§5Void Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+125\",1:\"\",2:\"§7Gain §c+20❁ Strength §7per piece\",3:\"§7of §5End Armor §7worn.\",4:\"§7\",5:\"§7Current Bonus: §a0\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§5§lEPIC SWORD\"],Name:\"§5Void Sword\"},ExtraAttributes:{id:\"VOID_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+125", + "", + "§7Gain §c+20❁ Strength §7per piece", + "§7of §5End Armor §7worn.", + "§7", + "§7Current Bonus: §a0", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC SWORD" + ], + "internalname": "VOID_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Void_Sword", + "https://wiki.hypixel.net/Void_Sword" + ] +} |