diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-22 23:42:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 07:42:47 +1000 |
commit | 38a2c295289dae2cf5de3e6c40694a76156cb54a (patch) | |
tree | 4d9af9784268adecf954de93e0cadce68c9e3ba7 /items/REVENANT_LEGGINGS.json | |
parent | ce36803bb7a2184e4c0e6803e80ea5d227fda8ad (diff) | |
download | NotEnoughUpdates-REPO-38a2c295289dae2cf5de3e6c40694a76156cb54a.tar.gz NotEnoughUpdates-REPO-38a2c295289dae2cf5de3e6c40694a76156cb54a.tar.bz2 NotEnoughUpdates-REPO-38a2c295289dae2cf5de3e6c40694a76156cb54a.zip |
Fixed lore of blaze pet (#943)
Diffstat (limited to 'items/REVENANT_LEGGINGS.json')
-rw-r--r-- | items/REVENANT_LEGGINGS.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/REVENANT_LEGGINGS.json b/items/REVENANT_LEGGINGS.json index 85dc172a..737a41dc 100644 --- a/items/REVENANT_LEGGINGS.json +++ b/items/REVENANT_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Revenant Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Trolling The Reaper\",4:\"§7Healing Wands heal §a+50%§7.\",5:\"§7Gain §a+100❈ §7against Zombies.\",6:\"\",7:\"§6Piece Bonus: Zombie Bulwark\",8:\"§7Kill Zombies to accumulate\",9:\"§7defense against them.\",10:\"§7Piece Bonus: §a+0❈\",11:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4☠ §cRequires §5Zombie Slayer 4§c.\",15:\"§5§lEPIC LEGGINGS\"],Name:\"§5Revenant Leggings\"},ExtraAttributes:{id:\"REVENANT_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Trolling The Reaper\",4:\"§7Healing Wands heal §a+50%§7.\",5:\"§7Gain §a+100❈ §7against Zombies.\",6:\"\",7:\"§6Piece Bonus: Zombie Bulwark\",8:\"§7Kill Zombies to accumulate\",9:\"§7defense against them.\",10:\"§7Piece Bonus: §a+0❈\",11:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",12:\"\",13:\"§2This armor piece is undead ༕!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Zombie Slayer 4§c.\",17:\"§5§lEPIC LEGGINGS\"],Name:\"§5Revenant Leggings\"},ExtraAttributes:{id:\"REVENANT_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+120", @@ -17,6 +17,8 @@ "§7Piece Bonus: §a+0❈", "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", + "§2This armor piece is undead ༕!", + "", "§7§8This item can be reforged!", "§7§4☠ §cRequires §5Zombie Slayer 4§c.", "§5§lEPIC LEGGINGS" |