diff options
author | Toni <63642309+Eutrix@users.noreply.github.com> | 2021-10-06 00:04:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 18:04:07 -0400 |
commit | 9f11b981f4a3aba7b327553039d6b0a469bb5c93 (patch) | |
tree | 8b991e509de1864aff1d4bba042ff7bb06e43058 /items/REAPER_MASK.json | |
parent | 6b2b6dd18aada33343be7e9fdc1b5c8f36beb61c (diff) | |
download | NotEnoughUpdates-REPO-9f11b981f4a3aba7b327553039d6b0a469bb5c93.tar.gz NotEnoughUpdates-REPO-9f11b981f4a3aba7b327553039d6b0a469bb5c93.tar.bz2 NotEnoughUpdates-REPO-9f11b981f4a3aba7b327553039d6b0a469bb5c93.zip |
Fix Reaper Armor (#621)
* Fix Reaper Armor
I hope I edited the nbt tags correctly.
* Update REAPER_BOOTS.json
Diffstat (limited to 'items/REAPER_MASK.json')
-rw-r--r-- | items/REAPER_MASK.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/items/REAPER_MASK.json b/items/REAPER_MASK.json index f3f3d1c6..3608dea3 100644 --- a/items/REAPER_MASK.json +++ b/items/REAPER_MASK.json @@ -4,7 +4,7 @@ "displayname": "§6Reaper Mask", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\" §8[§7❤§8] §8[§7✎§8]\",4:\"\",5:\"§6Ability: Disgusting Healing\",6:\"§7While wearing:\",7:\"§7- 2x healing from all sources\",8:\"§7- 2x Zombies from Reaper Scythe\",9:\"§7- §7Upgrades Zombie Armor\",10:\"§7effect to trigger on all\",11:\"§7hits\",12:\"\",13:\"§c☠ §5Requires Zombie LVL 7\",14:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{modifier:\"unpleasant\",id:\"REAPER_MASK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\" §8[§7❤§8] §8[§7✎§8]\",4:\"\",5:\"§6Ability: Disgusting Healing\",6:\"§7While wearing:\",7:\"§7- 2x healing from all sources\",8:\"§7- 2x Zombies from Reaper Scythe\",9:\"§7- §7Upgrades Zombie Armor\",10:\"§7effect to trigger on all\",11:\"§7hits\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§c☠ §5Requires Zombie LVL 7\",15:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{modifier:\"unpleasant\",id:\"REAPER_MASK\"}}", "modver": "2.0.0-REL", "lore": [ "§7Health: §a+150 HP", @@ -20,6 +20,7 @@ "§7effect to trigger on all", "§7hits", "", + "§7§8This item can be reforged!", "§c☠ §5Requires Zombie LVL 7", "§6§lLEGENDARY HELMET" ], |