diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-18 09:56:23 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-18 09:56:23 -0500 |
commit | f0b7140a1ae2d5d7203727b302cb3c5a23b7de15 (patch) | |
tree | 41270944d5c4e76fb8de447a02e8fd5fbe9a0c22 /items/WISE_WITHER_BOOTS.json | |
parent | 82c90f155b121c21418068b5d44aea0485080740 (diff) | |
download | NotEnoughUpdates-REPO-f0b7140a1ae2d5d7203727b302cb3c5a23b7de15.tar.gz NotEnoughUpdates-REPO-f0b7140a1ae2d5d7203727b302cb3c5a23b7de15.tar.bz2 NotEnoughUpdates-REPO-f0b7140a1ae2d5d7203727b302cb3c5a23b7de15.zip |
More f7
Diffstat (limited to 'items/WISE_WITHER_BOOTS.json')
-rw-r--r-- | items/WISE_WITHER_BOOTS.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/WISE_WITHER_BOOTS.json b/items/WISE_WITHER_BOOTS.json new file mode 100644 index 00000000..759537c2 --- /dev/null +++ b/items/WISE_WITHER_BOOTS.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Storm\u0027s Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Health: §a+145 HP\",2:\"§7Defense: §a+65\",3:\"§7Intelligence: §a+250\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Level 30\",17:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1889508,Name:\"§6Storm\u0027s Boots\"},ExtraAttributes:{id:\"WISE_WITHER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d425", + "§7Health: §a+145 HP", + "§7Defense: §a+65", + "§7Intelligence: §a+250", + "", + "§6Full Set Bonus: Witherborn", + "§7Spawns a wither minion every", + "§7§e30 §7seconds up to a maximum", + "§7§a1 §7wither. Your withers will", + "§7travel to and explode on nearby", + "§7enemies.", + "", + "§7Reduces the damage you take", + "§7from withers by §c10%§7.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Level 30", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "recipe": { + "A1": "GIANT_FRAGMENT_LASER:1", + "A2": "GIANT_FRAGMENT_LASER:1", + "A3": "GIANT_FRAGMENT_LASER:1", + "B1": "GIANT_FRAGMENT_LASER:1", + "B2": "WITHER_BOOTS:1", + "B3": "GIANT_FRAGMENT_LASER:1", + "C1": "GIANT_FRAGMENT_LASER:1", + "C2": "GIANT_FRAGMENT_LASER:1", + "C3": "GIANT_FRAGMENT_LASER:1" + }, + "internalname": "WISE_WITHER_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.6-REL" +}
\ No newline at end of file |