diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 12:31:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:31:05 -0400 |
commit | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (patch) | |
tree | c09a00d380cff6e5bc60275061cb0a8cd8820896 /items/VOIDWALKER_KATANA.json | |
parent | 5bbca4d6d6cce00e0eb29b2d315c772461d9ddfb (diff) | |
download | NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.gz NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.bz2 NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.zip |
Reforge Stones and Rainbow Names + removing Item + update things (#503)
* Reforge Stones and Rainbow Names
* Removing dupe json with the wrong name
* Fixing other Stuff
* Another Rainbow name
* Another Fix
* Rainbow name
* Rainbow Name
* Another Fix
* First Part
* Fuck
* Part 2
* Part 3
* Part 4
* copy paste ftw
Diffstat (limited to 'items/VOIDWALKER_KATANA.json')
-rw-r--r-- | items/VOIDWALKER_KATANA.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/VOIDWALKER_KATANA.json b/items/VOIDWALKER_KATANA.json new file mode 100644 index 00000000..411ccbdb --- /dev/null +++ b/items/VOIDWALKER_KATANA.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§f§f§aVoidwalker Katana", + "nbttag": "{display:{Lore:[0:\"§7Damage: §c+80\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Deal §a+40% §7damage to Enderman§7.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON SWORD\"],Name:\"§f§f§aVoidwalker Katana\"},ExtraAttributes:{id:\"VOIDWALKER_KATANA\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+80", + "§7Strength: §c+40", + "§7Crit Damage: §c+10%", + "", + "§7Deal §a+40% §7damage to Enderman§7.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON SWORD" + ], + "recipe": { + "A1": "", + "A2": "NULL_SPHERE:16", + "A3": "", + "B1": "", + "B2": "NULL_SPHERE", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "VOIDWALKER_KATANA", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Voidwalker_Katana" + ] +}
\ No newline at end of file |