diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/REVENANT_BOOTS.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/REVENANT_BOOTS.json')
-rw-r--r-- | items/REVENANT_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/REVENANT_BOOTS.json b/items/REVENANT_BOOTS.json index a2ab7ddc..65b50709 100644 --- a/items/REVENANT_BOOTS.json +++ b/items/REVENANT_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "REVENANT_BOOTS", "itemid": "minecraft:diamond_boots", - "displayname": "Revenant Boots", - "clickcommand": "viewrecipe", + "displayname": "§5Revenant Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Trolling The Reaper\",4:\"§7Healing Wands heal §a+50%§7.\",5:\"§7Gain §a+100❈ §7against Zombies.\",6:\"\",7:\"§6Piece Bonus: Zombie Bulwark\",8:\"§7Kill Zombies to accumulate\",9:\"§7defense against them.\",10:\"§7Piece Bonus: §a+0❈\",11:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§c☠ §5Requires Zombie LVL 4\",15:\"§5§lEPIC BOOTS\"],Name:\"§5Revenant Boots\"},ExtraAttributes:{id:\"REVENANT_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Trolling The Reaper\",4:\"§7Healing Wands heal §a+50%§7.\",5:\"§7Gain §a+100❈ §7against Zombies.\",6:\"\",7:\"§6Piece Bonus: Zombie Bulwark\",8:\"§7Kill Zombies to accumulate\",9:\"§7defense against them.\",10:\"§7Piece Bonus: §a+0❈\",11:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§c☠ §5Requires Zombie LVL 4\",15:\"§5§lEPIC BOOTS\"],Name:\"§5Revenant Boots\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"REVENANT_BOOTS\",uuid:\"2712f9dc-4267-4687-a01d-c851601b9a4b\",timestamp:\"3/28/20 7:56 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+100 HP", "§7Defense: §a+30", @@ -23,5 +20,23 @@ "§7§8This item can be reforged!", "§c☠ §5Requires Zombie LVL 4", "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "ENCHANTED_DIAMOND:32", + "A2": "", + "A3": "ENCHANTED_DIAMOND:32", + "B1": "REVENANT_VISCERA:1", + "B2": "", + "B3": "REVENANT_VISCERA:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "REVENANT_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Revenant_Armor" ] }
\ No newline at end of file |