diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-03 06:03:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 06:03:27 +1000 |
commit | 3ecf258ced69724feb09c9807d1dd73719bf7f5c (patch) | |
tree | 00baab2a701125a4f9ad8a676a8e2477d9fe70c9 /items/ZOMBIE_LORD_CHESTPLATE.json | |
parent | 228ec7960d0319d8018c24ee14a92ea235c5e68c (diff) | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.gz NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.tar.bz2 NotEnoughUpdates-REPO-3ecf258ced69724feb09c9807d1dd73719bf7f5c.zip |
Merge pull request #278 from IRONM00N/master
Some New Items And Fixes
Diffstat (limited to 'items/ZOMBIE_LORD_CHESTPLATE.json')
-rw-r--r-- | items/ZOMBIE_LORD_CHESTPLATE.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/items/ZOMBIE_LORD_CHESTPLATE.json b/items/ZOMBIE_LORD_CHESTPLATE.json index b33d9e84..01f385e8 100644 --- a/items/ZOMBIE_LORD_CHESTPLATE.json +++ b/items/ZOMBIE_LORD_CHESTPLATE.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Zombie Lord Chestplate", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d199 §8(297)\",1:\"§7Strength: §c+7 §8(+10.99)\",2:\"\",3:\"§7Health: §a+85 HP §8(+133.45 HP)\",4:\"§7Defense: §a+39 §8(+61.23)\",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 CHESTPLATE\",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 Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_CHESTPLATE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d199\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+85 HP\",4:\"§7Defense: §a+39\",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 CHESTPLATE\"],color:10158529,Name:\"§5Zombie Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_CHESTPLATE\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d199 §8(297)", - "§7Strength: §c+7 §8(+10.99)", + "§7Gear Score: §d199", + "§7Strength: §c+7", "", - "§7Health: §a+85 HP §8(+133.45 HP)", - "§7Defense: §a+39 §8(+61.23)", - "§7Intelligence: §a+7 §8(+10.99)", + "§7Health: §a+85 HP", + "§7Defense: §a+39", + "§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 |