diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-13 16:40:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 10:40:59 -0500 |
commit | 69d3d1f27183d2354aff3a648b9ee29494194e71 (patch) | |
tree | 88f7173ca0afd69a5381e56c27975252a137bd5b /items/CHESTPLATE_OF_THE_PACK.json | |
parent | 1cb5cf86be020b338722e76a1c50413f5f31212d (diff) | |
download | NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.gz NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.bz2 NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.zip |
Added Things, fixed Things (#355)
* Added Wiki Links, fixed Lion and Undead Bow
* Added new Enchants
* Added Zombie Slayer Text Req.
* Added Wolf Req.
* Added Spider Slayer Text Req.
Diffstat (limited to 'items/CHESTPLATE_OF_THE_PACK.json')
-rw-r--r-- | items/CHESTPLATE_OF_THE_PACK.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/CHESTPLATE_OF_THE_PACK.json b/items/CHESTPLATE_OF_THE_PACK.json index 02cc6214..48f2906a 100644 --- a/items/CHESTPLATE_OF_THE_PACK.json +++ b/items/CHESTPLATE_OF_THE_PACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Chestplate of the Pack", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+95\",2:\"\",3:\"§7Gain §a+75❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense §7aswell.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearers\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players\",12:\"\",13:\"§c☠ §5Requires Wolf LVL 6\",14:\"§5§lEPIC CHESTPLATE\"],color:16711680,Name:\"§f§f§5Chestplate of the Pack\"},ExtraAttributes:{color:\"255:0:0\",modifier:\"strong\",originTag:\"QUICK_CRAFTING\",id:\"CHESTPLATE_OF_THE_PACK\",uuid:\"d28f4889-bca0-42b3-8fc1-dbe44c3970c6\",timestamp:\"3/21/20 2:52 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+95\",2:\"\",3:\"§7Gain §a+75❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense §7aswell.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearers\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players\",12:\"\",13:\"§c☠ §5Requires Wolf Slayer 6\",14:\"§5§lEPIC CHESTPLATE\"],color:16711680,Name:\"§f§f§5Chestplate of the Pack\"},ExtraAttributes:{color:\"255:0:0\",modifier:\"strong\",originTag:\"QUICK_CRAFTING\",id:\"CHESTPLATE_OF_THE_PACK\",uuid:\"d28f4889-bca0-42b3-8fc1-dbe44c3970c6\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+100 HP", @@ -17,15 +17,15 @@ "§7within §a30 §7blocks.", "§8Max of 3 players", "", - "§c☠ §5Requires Wolf LVL 6", + "§4☠ §cRequires §5Wolf Slayer 6", "§5§lEPIC CHESTPLATE" ], "slayer_req": "WOLF_6", "internalname": "CHESTPLATE_OF_THE_PACK", - "clickcommand": "", - "modver": "1.0.0", + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Pack" ] -}
\ No newline at end of file +} |