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/MASTIFF_BOOTS.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/MASTIFF_BOOTS.json')
-rw-r--r-- | items/MASTIFF_BOOTS.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/items/MASTIFF_BOOTS.json b/items/MASTIFF_BOOTS.json index a796670a..c687e857 100644 --- a/items/MASTIFF_BOOTS.json +++ b/items/MASTIFF_BOOTS.json @@ -4,11 +4,11 @@ "displayname": "§5Mastiff Boots", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-10,000\",2:\"§7Intelligence: §a+25\",3:\"\",4:\"§6Full Set Bonus: Absolute Unit\",5:\"§c+50❤ §7per §c1% Crit Damage\",6:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Your crit damage is §950% §7less effective.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC BOOTS\"],Name:\"§5Mastiff Boots\"},ExtraAttributes:{id:\"MASTIFF_BOOTS\"}}", - "modver": "1.0.0", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-10,000\",2:\"§7Intelligence: §a+25\",3:\"\",4:\"§6Full Set Bonus: Absolute Unit\",5:\"§c+50❤ §7per §c1% Crit Damage\",6:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Your crit damage is §950% §7less effective.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§c☠ §5Requires Wolf LVL 4\",12:\"§5§lEPIC BOOTS\"],Name:\"§5Mastiff Boots\"},ExtraAttributes:{id:\"MASTIFF_BOOTS\"}}", + "modver": "1.7.1-REL", "lore": [ "§7Health: §a+500 HP", - "§7Defense: §a-10,000", + "§7Defense: §a-1,000,000", "§7Intelligence: §a+25", "", "§6Full Set Bonus: Absolute Unit", @@ -18,6 +18,7 @@ "§7Your crit damage is §950% §7less effective.", "", "§7§8This item can be reforged!", + "§c☠ §5Requires Wolf Slayer 4", "§5§lEPIC BOOTS" ], "recipe": { @@ -36,4 +37,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mastiff_Armor" ] -}
\ No newline at end of file +} |