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/POWER_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/POWER_WITHER_BOOTS.json')
-rw-r--r-- | items/POWER_WITHER_BOOTS.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/items/POWER_WITHER_BOOTS.json b/items/POWER_WITHER_BOOTS.json new file mode 100644 index 00000000..70094b15 --- /dev/null +++ b/items/POWER_WITHER_BOOTS.json @@ -0,0 +1,43 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Necron\u0027s Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d409\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"\",4:\"§7Health: §a+145 HP\",5:\"§7Defense: §a+85\",6:\"§7Intelligence: §a+10\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Level 30\",20:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:15167036,Name:\"§6Necron\u0027s Boots\"},ExtraAttributes:{id:\"POWER_WITHER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d409", + "§7Strength: §c+40", + "§7Crit Damage: §c+30%", + "", + "§7Health: §a+145 HP", + "§7Defense: §a+85", + "§7Intelligence: §a+10", + "", + "§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_DIAMOND:1", + "A2": "GIANT_FRAGMENT_DIAMOND:1", + "A3": "GIANT_FRAGMENT_DIAMOND:1", + "B1": "GIANT_FRAGMENT_DIAMOND:1", + "B2": "WITHER_BOOTS:1", + "B3": "GIANT_FRAGMENT_DIAMOND:1", + "C1": "GIANT_FRAGMENT_DIAMOND:1", + "C2": "GIANT_FRAGMENT_DIAMOND:1", + "C3": "GIANT_FRAGMENT_DIAMOND:1" + }, + "internalname": "POWER_WITHER_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.6-REL" +}
\ No newline at end of file |