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 | |
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')
-rw-r--r-- | items/BLAZE;3.json | 4 | ||||
-rw-r--r-- | items/BLAZE;4.json | 4 | ||||
-rw-r--r-- | items/ENDER_DRAGON;3.json | 11 | ||||
-rw-r--r-- | items/ENDER_DRAGON;4.json | 14 | ||||
-rw-r--r-- | items/REAPER_BOOTS.json | 10 | ||||
-rw-r--r-- | items/REAPER_CHESTPLATE.json | 12 | ||||
-rw-r--r-- | items/REAPER_LEGGINGS.json | 10 | ||||
-rw-r--r-- | items/REAPER_MASK.json | 18 | ||||
-rw-r--r-- | items/REVENANT_BOOTS.json | 4 | ||||
-rw-r--r-- | items/REVENANT_CHESTPLATE.json | 4 | ||||
-rw-r--r-- | items/REVENANT_LEGGINGS.json | 4 | ||||
-rw-r--r-- | items/ZOMBIE;4.json | 6 |
12 files changed, 61 insertions, 40 deletions
diff --git a/items/BLAZE;3.json b/items/BLAZE;3.json index 25a13740..53b6c20a 100644 --- a/items/BLAZE;3.json +++ b/items/BLAZE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Blaze", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Nether Embodiment\",6:\"§7§7Increases all stats by §a{0}%\",7:\"§a§7while on the Crimson Isle.\",8:\"\",9:\"§6Bling Armor\",10:\"§7§7Upgrades §cBlaze Armor §7stats\",11:\"§7and ability by §a{1}%§7.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Blaze\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLAZE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BLAZE;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Nether Embodiment\",6:\"§7§7Increases most stats by §a{0}%\",7:\"§a§7while on the Crimson Isle.\",8:\"\",9:\"§6Bling Armor\",10:\"§7§7Upgrades §cBlaze Armor §7stats\",11:\"§7and ability by §a{1}%§7.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Blaze\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLAZE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BLAZE;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -10,7 +10,7 @@ "§7Defense: §a{DEFENSE}", "", "§6Nether Embodiment", - "§7§7Increases all stats by §a{0}%", + "§7§7Increases most stats by §a{0}%", "§a§7while on the Crimson Isle.", "", "§6Bling Armor", diff --git a/items/BLAZE;4.json b/items/BLAZE;4.json index 0f59a70f..407d0541 100644 --- a/items/BLAZE;4.json +++ b/items/BLAZE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Blaze", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Nether Embodiment\",6:\"§7§7Increases all stats by §a{0}%\",7:\"§a§7while on the Crimson Isle.\",8:\"\",9:\"§6Bling Armor\",10:\"§7§7Upgrades §cBlaze Armor §7stats\",11:\"§7and ability by §a{1}%§7.\",12:\"\",13:\"§6Fusion-Style Potato\",14:\"§7§7Double effects of hot potato\",15:\"§7books.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Blaze\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLAZE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BLAZE;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Nether Embodiment\",6:\"§7§7Increases most stats by §a{0}%\",7:\"§a§7while on the Crimson Isle.\",8:\"\",9:\"§6Bling Armor\",10:\"§7§7Upgrades §cBlaze Armor §7stats\",11:\"§7and ability by §a{1}%§7.\",12:\"\",13:\"§6Fusion-Style Potato\",14:\"§7§7Double effects of hot potato\",15:\"§7books.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Blaze\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLAZE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BLAZE;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -10,7 +10,7 @@ "§7Defense: §a{DEFENSE}", "", "§6Nether Embodiment", - "§7§7Increases all stats by §a{0}%", + "§7§7Increases most stats by §a{0}%", "§a§7while on the Crimson Isle.", "", "§6Bling Armor", diff --git a/items/ENDER_DRAGON;3.json b/items/ENDER_DRAGON;3.json index 3193c3a0..184db64d 100644 --- a/items/ENDER_DRAGON;3.json +++ b/items/ENDER_DRAGON;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Ender Dragon", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3f9632a1-0ce2-311a-97e7-b144dfcb74f3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjM2ZmNTYzMjkwYjEzZmYzYmNjMzY4OThhZjdlYWE5ODhiNmNjMThkYzI1NDE0N2Y1ODM3NGFmZTliMjFiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",5:\"\",6:\"§6End Strike\",7:\"§7§7Deal §a{0}% §7more damage to\",8:\"§7end mobs\",9:\"\",10:\"§6One With The Dragon\",11:\"§7§7Buffs the Aspect of the\",12:\"§7Dragons sword by §a{1} §c❁ Damage\",13:\"§c§7and §a{2} §c❁ Strength\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"ENDER_DRAGON;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3f9632a1-0ce2-311a-97e7-b144dfcb74f3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjM2ZmNTYzMjkwYjEzZmYzYmNjMzY4OThhZjdlYWE5ODhiNmNjMThkYzI1NDE0N2Y1ODM3NGFmZTliMjFiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",5:\"\",6:\"§6End Strike\",7:\"§7§7Deal §a{0}% §7more damage to\",8:\"§7end mobs\",9:\"\",10:\"§6One With The Dragon\",11:\"§7§7Buffs the §6Aspect of the\",12:\"§6Dragons §7sword by §a{1} §c❁\",13:\"§cDamage §7and §a{2} §c❁\",14:\"§cStrength§7.\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ENDER_DRAGON;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -15,9 +15,10 @@ "§7end mobs", "", "§6One With The Dragon", - "§7§7Buffs the Aspect of the", - "§7Dragons sword by §a{1} §c❁ Damage", - "§c§7and §a{2} §c❁ Strength", + "§7§7Buffs the §6Aspect of the", + "§6Dragons §7sword by §a{1} §c❁", + "§cDamage §7and §a{2} §c❁", + "§cStrength§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -26,7 +27,7 @@ ], "internalname": "ENDER_DRAGON;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon_Pet", diff --git a/items/ENDER_DRAGON;4.json b/items/ENDER_DRAGON;4.json index 05118987..f3523571 100644 --- a/items/ENDER_DRAGON;4.json +++ b/items/ENDER_DRAGON;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Ender Dragon", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3f9632a1-0ce2-311a-97e7-b144dfcb74f3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjM2ZmNTYzMjkwYjEzZmYzYmNjMzY4OThhZjdlYWE5ODhiNmNjMThkYzI1NDE0N2Y1ODM3NGFmZTliMjFiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",5:\"\",6:\"§6End Strike\",7:\"§7§7Deal §a{0}% §7more damage to\",8:\"§7end mobs\",9:\"\",10:\"§6One With The Dragon\",11:\"§7§7Buffs the Aspect of the\",12:\"§7Dragons sword by §a{1} §c❁ Damage\",13:\"§c§7and §a{2} §c❁ Strength\",14:\"\",15:\"§6Superior\",16:\"§7§7Increases all stats by §a{3}%\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"ENDER_DRAGON;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3f9632a1-0ce2-311a-97e7-b144dfcb74f3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjM2ZmNTYzMjkwYjEzZmYzYmNjMzY4OThhZjdlYWE5ODhiNmNjMThkYzI1NDE0N2Y1ODM3NGFmZTliMjFiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",5:\"\",6:\"§6End Strike\",7:\"§7§7Deal §a{0}% §7more damage to\",8:\"§7end mobs\",9:\"\",10:\"§6One With The Dragon\",11:\"§7§7Buffs the §6Aspect of the\",12:\"§6Dragons §7sword by §a{1} §c❁\",13:\"§cDamage §7and §a{2} §c❁\",14:\"§cStrength§7.\",15:\"\",16:\"§6Superior\",17:\"§7§7Increases most stats by\",18:\"§7§a{3}%§7.\",19:\"\",20:\"§7§eRight-click to add this pet to\",21:\"§eyour pet menu!\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ENDER_DRAGON;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -15,12 +15,14 @@ "§7end mobs", "", "§6One With The Dragon", - "§7§7Buffs the Aspect of the", - "§7Dragons sword by §a{1} §c❁ Damage", - "§c§7and §a{2} §c❁ Strength", + "§7§7Buffs the §6Aspect of the", + "§6Dragons §7sword by §a{1} §c❁", + "§cDamage §7and §a{2} §c❁", + "§cStrength§7.", "", "§6Superior", - "§7§7Increases all stats by §a{3}%", + "§7§7Increases most stats by", + "§7§a{3}%§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -29,7 +31,7 @@ ], "internalname": "ENDER_DRAGON;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon_Pet", diff --git a/items/REAPER_BOOTS.json b/items/REAPER_BOOTS.json index 73dfef25..528491e9 100644 --- a/items/REAPER_BOOTS.json +++ b/items/REAPER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Reaper Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+30\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",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(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",26:\"§6§lLEGENDARY BOOTS\"],color:1776411,Name:\"§6Reaper Boots\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+30\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength§7.\",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 §c+100% §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(§a0§7/§c50§8)\",23:\"\",24:\"§2This armor piece is undead ༕!\",25:\"\",26:\"§2This armor piece is undead ༕!\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",30:\"§6§lLEGENDARY BOOTS\"],color:1776411,Name:\"§6Reaper Boots\"},ExtraAttributes:{id:\"REAPER_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -13,13 +13,13 @@ "§6Full Set Bonus: Enrage §e§lSNEAK", "§7Enrage for §a6s §7gaining §f100✦", "§fSpeed§7, §c100❁ Damage§7, and §c100❁", - "§cStrength.", + "§cStrength§7.", "§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", + "§7§7Deal §c+100% §7damage to zombies", "§7but §c1% §7to all other mobs.", "", "§6Piece Bonus: Zombie Bulwark", @@ -28,6 +28,10 @@ "§7Piece Bonus: §a+0❈", "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", + "§2This armor piece is undead ༕!", + "", + "§2This armor piece is undead ༕!", + "", "§7§8This item can be reforged!", "§7§4☠ §cRequires §5Zombie Slayer 7§c.", "§6§lLEGENDARY BOOTS" diff --git a/items/REAPER_CHESTPLATE.json b/items/REAPER_CHESTPLATE.json index 240c85cf..8e324996 100644 --- a/items/REAPER_CHESTPLATE.json +++ b/items/REAPER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§f§f§6Reaper Chestplate", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+180\",2:\"§7Defense: §a+70\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",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(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",26:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§f§f§6Reaper Chestplate\"},ExtraAttributes:{color:\"27:27:27\",originTag:\"REAPER_CHESTPLATE\",id:\"REAPER_CHESTPLATE\"},AttributeModifiers:[]}", + "displayname": "§6Reaper Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+180\",2:\"§7Defense: §a+70\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength§7.\",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 §c+100% §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(§a0§7/§c50§8)\",23:\"\",24:\"§2This armor piece is undead ༕!\",25:\"\",26:\"§2This armor piece is undead ༕!\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",30:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§6Reaper Chestplate\"},ExtraAttributes:{id:\"REAPER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -13,13 +13,13 @@ "§6Full Set Bonus: Enrage §e§lSNEAK", "§7Enrage for §a6s §7gaining §f100✦", "§fSpeed§7, §c100❁ Damage§7, and §c100❁", - "§cStrength.", + "§cStrength§7.", "§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", + "§7§7Deal §c+100% §7damage to zombies", "§7but §c1% §7to all other mobs.", "", "§6Piece Bonus: Zombie Bulwark", @@ -28,6 +28,10 @@ "§7Piece Bonus: §a+0❈", "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", + "§2This armor piece is undead ༕!", + "", + "§2This armor piece is undead ༕!", + "", "§7§8This item can be reforged!", "§7§4☠ §cRequires §5Zombie Slayer 7§c.", "§6§lLEGENDARY CHESTPLATE" diff --git a/items/REAPER_LEGGINGS.json b/items/REAPER_LEGGINGS.json index 17be3b82..4c587cbc 100644 --- a/items/REAPER_LEGGINGS.json +++ b/items/REAPER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Reaper Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+120\",2:\"§7Defense: §a+50\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",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(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",26:\"§6§lLEGENDARY LEGGINGS\"],color:1776411,Name:\"§6Reaper Leggings\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+120\",2:\"§7Defense: §a+50\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength§7.\",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 §c+100% §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(§a0§7/§c50§8)\",23:\"\",24:\"§2This armor piece is undead ༕!\",25:\"\",26:\"§2This armor piece is undead ༕!\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",30:\"§6§lLEGENDARY LEGGINGS\"],color:1776411,Name:\"§6Reaper Leggings\"},ExtraAttributes:{id:\"REAPER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -13,13 +13,13 @@ "§6Full Set Bonus: Enrage §e§lSNEAK", "§7Enrage for §a6s §7gaining §f100✦", "§fSpeed§7, §c100❁ Damage§7, and §c100❁", - "§cStrength.", + "§cStrength§7.", "§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", + "§7§7Deal §c+100% §7damage to zombies", "§7but §c1% §7to all other mobs.", "", "§6Piece Bonus: Zombie Bulwark", @@ -28,6 +28,10 @@ "§7Piece Bonus: §a+0❈", "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", + "§2This armor piece is undead ༕!", + "", + "§2This armor piece is undead ༕!", + "", "§7§8This item can be reforged!", "§7§4☠ §cRequires §5Zombie Slayer 7§c.", "§6§lLEGENDARY LEGGINGS" diff --git a/items/REAPER_MASK.json b/items/REAPER_MASK.json index 15ae5bf9..afd0dbe0 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\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\" §8[§7❤§8] §8[§8✎§8]\",4:\"\",5:\"§6Ability: Disgusting Healing\",6:\"§7While wearing:\",7:\"§7- Doubles your §a☄ Mending §7and §4♨ Vitality §7while wearing\",8:\"§7§7- Allows you to store and\",9:\"§7summon an additional §e2 §7souls\",10:\"§7in their necromancer weapon.\",11:\"§7- §7Upgrades Zombie Armor\",12:\"§7effect to trigger on all\",13:\"§7hits.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",17:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{id:\"REAPER_MASK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\" §8[§7❤§8] §8[§8✎§8]\",4:\"\",5:\"§6Ability: Evil Incarnate\",6:\"§7While wearing:\",7:\"§2• §7Doubles your §a☄ Mending§7.\",8:\"§2• §7Doubles your §4♨ Vitality§7.\",9:\"§2• §7Zombie Armor triggers on all hits.\",10:\"§2• §7Store §b2 §7extra necromancer souls.\",11:\"§2• §7Summon §b2 §7more necromancy mobs.\",12:\"\",13:\"§2This armor piece is undead ༕!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",17:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{id:\"REAPER_MASK\"}}", "modver": "2.1.1-PRE", "lore": [ "§7Health: §a+150", @@ -12,15 +12,15 @@ "§7Intelligence: §a+100", " §8[§7❤§8] §8[§8✎§8]", "", - "§6Ability: Disgusting Healing", + "§6Ability: Evil Incarnate", "§7While wearing:", - "§7- Doubles your §a☄ Mending §7and §4♨ Vitality §7while wearing", - "§7§7- Allows you to store and", - "§7summon an additional §e2 §7souls", - "§7in their necromancer weapon.", - "§7- §7Upgrades Zombie Armor", - "§7effect to trigger on all", - "§7hits.", + "§2• §7Doubles your §a☄ Mending§7.", + "§2• §7Doubles your §4♨ Vitality§7.", + "§2• §7Zombie Armor triggers on all hits.", + "§2• §7Store §b2 §7extra necromancer souls.", + "§2• §7Summon §b2 §7more necromancy mobs.", + "", + "§2This armor piece is undead ༕!", "", "§7§8This item can be reforged!", "§7§4☠ §cRequires §5Zombie Slayer 7§c.", diff --git a/items/REVENANT_BOOTS.json b/items/REVENANT_BOOTS.json index 5f00fe73..084f68f5 100644 --- a/items/REVENANT_BOOTS.json +++ b/items/REVENANT_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Revenant Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+30\",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 BOOTS\"],Name:\"§5Revenant Boots\"},ExtraAttributes:{id:\"REVENANT_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+30\",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 BOOTS\"],Name:\"§5Revenant Boots\"},ExtraAttributes:{id:\"REVENANT_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+100", @@ -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 BOOTS" diff --git a/items/REVENANT_CHESTPLATE.json b/items/REVENANT_CHESTPLATE.json index d0f7e2ac..877f40c9 100644 --- a/items/REVENANT_CHESTPLATE.json +++ b/items/REVENANT_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§5Revenant Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+180\",1:\"§7Defense: §a+70\",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 CHESTPLATE\"],Name:\"§5Revenant Chestplate\"},ExtraAttributes:{id:\"REVENANT_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+180\",1:\"§7Defense: §a+70\",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 CHESTPLATE\"],Name:\"§5Revenant Chestplate\"},ExtraAttributes:{id:\"REVENANT_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+180", @@ -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 CHESTPLATE" 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" diff --git a/items/ZOMBIE;4.json b/items/ZOMBIE;4.json index 2a9b9fe6..461b5fd8 100644 --- a/items/ZOMBIE;4.json +++ b/items/ZOMBIE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Zombie", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"\",5:\"§6Chomp\",6:\"§7§7Heal §c+{0}❤ §7per Zombie\",7:\"§7kill.\",8:\"\",9:\"§6Rotten Blade\",10:\"§7§7Deal §a{1}% §7more damage to\",11:\"§7zombies.\",12:\"\",13:\"§6Living Dead\",14:\"§7§7Increases the defense of all\",15:\"§7undead armor sets by §a{2}%§7.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Zombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ZOMBIE;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"\",5:\"§6Chomp\",6:\"§7§7Heal §c+{0}❤ §7per Zombie\",7:\"§7kill.\",8:\"\",9:\"§6Rotten Blade\",10:\"§7§7Deal §a{1}% §7more damage to\",11:\"§7zombies.\",12:\"\",13:\"§6Living Dead\",14:\"§7§7Increases all stats on\",15:\"§7§2undead ༕ §7armor by §a{2}%§7.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Zombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ZOMBIE;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -18,8 +18,8 @@ "§7zombies.", "", "§6Living Dead", - "§7§7Increases the defense of all", - "§7undead armor sets by §a{2}%§7.", + "§7§7Increases all stats on", + "§7§2undead ༕ §7armor by §a{2}%§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", |