diff options
author | apotato321 <ryrylin5@gmail.com> | 2020-11-17 14:39:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 14:39:17 -0800 |
commit | 1950e48770ace67f261a9ac9cdbb6808e9464c68 (patch) | |
tree | 758b89bdab78b93754e9bcffce0dcf198fa25771 /items/WITHER_CHESTPLATE.json | |
parent | 549357a3a201a2a24bfab4406346ab2289248929 (diff) | |
parent | e813da9dbbbc3c63d412155d47073c96c765311e (diff) | |
download | NotEnoughUpdates-REPO-1950e48770ace67f261a9ac9cdbb6808e9464c68.tar.gz NotEnoughUpdates-REPO-1950e48770ace67f261a9ac9cdbb6808e9464c68.tar.bz2 NotEnoughUpdates-REPO-1950e48770ace67f261a9ac9cdbb6808e9464c68.zip |
Merge branch 'apotato321-items-1' into master
Diffstat (limited to 'items/WITHER_CHESTPLATE.json')
-rw-r--r-- | items/WITHER_CHESTPLATE.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/WITHER_CHESTPLATE.json b/items/WITHER_CHESTPLATE.json new file mode 100644 index 00000000..9475b90a --- /dev/null +++ b/items/WITHER_CHESTPLATE.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Wither Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300 HP \",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",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:0,Name:\"§6Wither Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d830 ", + "§7Health: §a+300 HP ", + "§7Defense: §a+250 ", + "§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 Floor VII", + "§aCompletion", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "internalname": "WITHER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file |