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/BOOTS_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/BOOTS_OF_THE_PACK.json')
-rw-r--r-- | items/BOOTS_OF_THE_PACK.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/BOOTS_OF_THE_PACK.json b/items/BOOTS_OF_THE_PACK.json index d26bcc81..4dc288dc 100644 --- a/items/BOOTS_OF_THE_PACK.json +++ b/items/BOOTS_OF_THE_PACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_boots", "displayname": "§f§f§5Boots of the Pack", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+45\",2:\"\",3:\"§7Gain §a+50❈ 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 BOOTS\"],Name:\"§f§f§5Boots of the Pack\"},ExtraAttributes:{modifier:\"godly\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"BOOTS_OF_THE_PACK\",uuid:\"48e5c13e-edc6-43cf-ad89-d7a857673cfe\",timestamp:\"11/10/19 12:07 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+45\",2:\"\",3:\"§7Gain §a+50❈ 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 BOOTS\"],Name:\"§f§f§5Boots of the Pack\"},ExtraAttributes:{modifier:\"godly\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"BOOTS_OF_THE_PACK\",uuid:\"48e5c13e-edc6-43cf-ad89-d7a857673cfe\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+50 HP", @@ -17,15 +17,15 @@ "§7within §a30 §7blocks.", "§8Max of 3 players", "", - "§c☠ §5Requires Wolf LVL 6", + "§4☠ §cRequires §5Wolf Slayer 6", "§5§lEPIC BOOTS" ], "slayer_req": "WOLF_6", "internalname": "BOOTS_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 +} |