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_CHESTPLATE.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_CHESTPLATE.json')
-rw-r--r-- | items/WISE_WITHER_CHESTPLATE.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/items/WISE_WITHER_CHESTPLATE.json b/items/WISE_WITHER_CHESTPLATE.json new file mode 100644 index 00000000..2859432f --- /dev/null +++ b/items/WISE_WITHER_CHESTPLATE.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Storm\u0027s Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d650\",1:\"§7Health: §a+260 HP\",2:\"§7Defense: §a+120\",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 Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1545156,Name:\"§6Storm\u0027s Chestplate\"},ExtraAttributes:{id:\"WISE_WITHER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d650", + "§7Health: §a+260 HP", + "§7Defense: §a+120", + "§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 Floor VII", + "§aCompletion", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "recipe": { + "A1": "GIANT_FRAGMENT_LASER:1", + "A2": "GIANT_FRAGMENT_LASER:1", + "A3": "GIANT_FRAGMENT_LASER:1", + "B1": "GIANT_FRAGMENT_LASER:1", + "B2": "WITHER_CHESTPLATE:1", + "B3": "GIANT_FRAGMENT_LASER:1", + "C1": "GIANT_FRAGMENT_LASER:1", + "C2": "GIANT_FRAGMENT_LASER:1", + "C3": "GIANT_FRAGMENT_LASER:1" + }, + "internalname": "WISE_WITHER_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.6-REL" +}
\ No newline at end of file |