diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 10:24:38 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 10:24:38 -0400 |
commit | a1550317d20257ab4baa862d41cfb50d351cde30 (patch) | |
tree | 90784e464c3c399361abe1e07d0f59540252237d /items/ZOMBIE_LORD_LEGGINGS.json | |
parent | 676ca2614a78336167aa292ef1b354c03f352093 (diff) | |
download | NotEnoughUpdates-REPO-a1550317d20257ab4baa862d41cfb50d351cde30.tar.gz NotEnoughUpdates-REPO-a1550317d20257ab4baa862d41cfb50d351cde30.tar.bz2 NotEnoughUpdates-REPO-a1550317d20257ab4baa862d41cfb50d351cde30.zip |
Vannila Fixes
Diffstat (limited to 'items/ZOMBIE_LORD_LEGGINGS.json')
-rw-r--r-- | items/ZOMBIE_LORD_LEGGINGS.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/items/ZOMBIE_LORD_LEGGINGS.json b/items/ZOMBIE_LORD_LEGGINGS.json index 0b4f32fd..91089b04 100644 --- a/items/ZOMBIE_LORD_LEGGINGS.json +++ b/items/ZOMBIE_LORD_LEGGINGS.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Zombie Lord Leggings", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d175 §8(260)\",1:\"§7Strength: §c+7 §8(+10.99)\",2:\"\",3:\"§7Health: §a+73 HP §8(+114.61 HP)\",4:\"§7Defense: §a+33 §8(+51.81)\",5:\"§7Intelligence: §a+7 §8(+10.99)\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON LEGGINGS\",15:\"\",16:\"§7Upgrade to §6✪§7: §d25 Undead Essence\",17:\"§7Upgrade to §6✪✪§7: §d50 Undead Essence\",18:\"§7Upgrade to §6✪✪✪§7: §d100 Undead Essence\",19:\"§7Upgrade to §6✪✪✪✪§7: §d200 Undead Essence\",20:\"§7Upgrade to §6✪✪✪✪✪§7: §d400 Undead Essence\"],color:10158529,Name:\"§5Zombie Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_LEGGINGS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d175\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+73 HP\",4:\"§7Defense: §a+33\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON LEGGINGS\"],color:10158529,Name:\"§5Zombie Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_LEGGINGS\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d175 §8(260)", - "§7Strength: §c+7 §8(+10.99)", + "§7Gear Score: §d175", + "§7Strength: §c+7", "", - "§7Health: §a+73 HP §8(+114.61 HP)", - "§7Defense: §a+33 §8(+51.81)", - "§7Intelligence: §a+7 §8(+10.99)", + "§7Health: §a+73 HP", + "§7Defense: §a+33", + "§7Intelligence: §a+7", "", "§6Full Set Bonus: Dungeon Lord", "§7Gains §c+5❁ Strength §7every", @@ -24,5 +24,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.3-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor" + ] }
\ No newline at end of file |