diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:06:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 13:06:37 -0500 |
commit | bfd03c106be6f3259194cac4f681469cebf1c1c2 (patch) | |
tree | ed834be43a5c5063ac8c878104fccd823fd3a5d9 /items/SPEED_WITHER_CHESTPLATE.json | |
parent | 3159ba4908bd6429f28d5be95749f1106cc5bdff (diff) | |
parent | bef32fe763500bc9122b9843e07e4574afcc2482 (diff) | |
download | NotEnoughUpdates-REPO-bfd03c106be6f3259194cac4f681469cebf1c1c2.tar.gz NotEnoughUpdates-REPO-bfd03c106be6f3259194cac4f681469cebf1c1c2.tar.bz2 NotEnoughUpdates-REPO-bfd03c106be6f3259194cac4f681469cebf1c1c2.zip |
Merge pull request #29 from IRONM00N/books
Books
Diffstat (limited to 'items/SPEED_WITHER_CHESTPLATE.json')
-rw-r--r-- | items/SPEED_WITHER_CHESTPLATE.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/items/SPEED_WITHER_CHESTPLATE.json b/items/SPEED_WITHER_CHESTPLATE.json new file mode 100644 index 00000000..3d8b0068 --- /dev/null +++ b/items/SPEED_WITHER_CHESTPLATE.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Maxor\u0027s Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Crit Damage: §c+30%\",2:\"\",3:\"§7Health: §a+260 HP\",4:\"§7Defense: §a+120\",5:\"§7Speed: §a+30\",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 Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4854967,Name:\"§6Maxor\u0027s Chestplate\"},ExtraAttributes:{id:\"SPEED_WITHER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d554", + "§7Crit Damage: §c+30%", + "", + "§7Health: §a+260 HP", + "§7Defense: §a+120", + "§7Speed: §a+30", + "§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" + ], + "recipe": { + "A1": "GIANT_FRAGMENT_BIGFOOT:1", + "A2": "GIANT_FRAGMENT_BIGFOOT:1", + "A3": "GIANT_FRAGMENT_BIGFOOT:1", + "B1": "GIANT_FRAGMENT_BIGFOOT:1", + "B2": "WITHER_CHESTPLATE:1", + "B3": "GIANT_FRAGMENT_BIGFOOT:1", + "C1": "GIANT_FRAGMENT_BIGFOOT:1", + "C2": "GIANT_FRAGMENT_BIGFOOT:1", + "C3": "GIANT_FRAGMENT_BIGFOOT:1" + }, + "internalname": "SPEED_WITHER_CHESTPLATE", + "parent": "WITHER_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.6-REL" +}
\ No newline at end of file |