diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-12 15:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:01:49 -0500 |
commit | 0fc21e2afa29be0add898361be3739a3eb19900c (patch) | |
tree | 18b9b042d37475a780671b011576ecc13776622e /items/REAPER_CHESTPLATE.json | |
parent | 85ecbfcbb05dc0c86297e3debe088ce732a0068c (diff) | |
download | NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.gz NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.bz2 NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.zip |
new items and then some (#435)
* added new god potion
* updated old god pot
* Update GOD_POTION_2.json
* fixed an oopsie
* new items (still searching for recipe of reaper orb and warden helmet)
* uuid removal
* uuid removal 2
* added recipes (thanks Jani)
* reaper gem
* fixed grandma wolf stats
* also updated nbt
* more stuff
starred bows done by Jani
* uuid removal duty
* parents
* recipes (provided by Jani)
* wiki links
* *confused noises*
* Jani
* wiki links v2
Diffstat (limited to 'items/REAPER_CHESTPLATE.json')
-rw-r--r-- | items/REAPER_CHESTPLATE.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/items/REAPER_CHESTPLATE.json b/items/REAPER_CHESTPLATE.json new file mode 100644 index 00000000..14071c5f --- /dev/null +++ b/items/REAPER_CHESTPLATE.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Reaper Chestplate", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+180 HP\",3:\"§7Defense: §a+70\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a7§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§6Reaper Chestplate\"},ExtraAttributes:{zombie_kills:7,color:\"27:27:27\"id:\"REAPER_CHESTPLATE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Strength: §c+25", + "", + "§7Health: §a+180 HP", + "§7Defense: §a+70", + "§7Intelligence: §a+250", + "", + "§6Full Set Bonus: Enrage §e§lSNEAK", + "§7Enrage for §a6s §7gaining §f100✦", + "§fSpeed§7, §c100❁ Damage§7, and §c100❁", + "§cStrength.", + "§8Cooldown: §a25s", + "", + "§6Full Set Bonus: Trolling The Reaper", + "§7Healing Wands heal §a+50%§7.", + "§7Gain §a+100❈ §7against Zombies.", + "§7§7Deal §c200% §7damage to zombies", + "§7but §c1% §7to all other mobs.", + "", + "§6Piece Bonus: Zombie Bulwark", + "§7Kill Zombies to accumulate", + "§7defense against them.", + "§7Piece Bonus: §a+0❈", + "§7Next Upgrade: §a+20❈ §8(§a7§7/§c50§8)", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Zombie Slayer 7", + "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "ENCHANTED_DIAMOND_BLOCK:1", + "A2": "REVENANT_VISCERA:64", + "A3": "ENCHANTED_DIAMOND_BLOCK:1", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "REVENANT_CHESTPLATE:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "ENCHANTED_DIAMOND_BLOCK:1", + "C2": "REVENANT_VISCERA:64", + "C3": "ENCHANTED_DIAMOND_BLOCK:1" + }, + "internalname": "REAPER_CHESTPLATE", + "crafttext": "Requires Zombie Slayer 7", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info" : [ + "https://hypixel-skyblock.fandom.com/wiki/Reaper_Armor" + ] +}
\ No newline at end of file |