diff options
author | Lulonaut <lulonaut@tutanota.de> | 2022-11-05 15:43:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 01:43:21 +1100 |
commit | b90dd9e84b7420fa1908600680c2fa965aa84811 (patch) | |
tree | 2ee386fc5294aec5f99f5af9242e11c314c1a957 /items/VOID_SWORD.json | |
parent | 5cdcc154ce9ff34ec213b9b7cc788d4e18657b3e (diff) | |
download | NotEnoughUpdates-REPO-b90dd9e84b7420fa1908600680c2fa965aa84811.tar.gz NotEnoughUpdates-REPO-b90dd9e84b7420fa1908600680c2fa965aa84811.tar.bz2 NotEnoughUpdates-REPO-b90dd9e84b7420fa1908600680c2fa965aa84811.zip |
Void sword (#857)
Diffstat (limited to 'items/VOID_SWORD.json')
-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" + ] +} |