diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-07 12:12:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 12:12:46 +0200 |
commit | 58f09ec318889ab99207bd77437c8eb28e97abc6 (patch) | |
tree | 6eb75f7abee0d335d60ba6c5da2996a71a8d1726 /items/WEREWOLF_BOOTS.json | |
parent | a45f8d561af7128796139640f531fe687114dc89 (diff) | |
download | NotEnoughUpdates-REPO-58f09ec318889ab99207bd77437c8eb28e97abc6.tar.gz NotEnoughUpdates-REPO-58f09ec318889ab99207bd77437c8eb28e97abc6.tar.bz2 NotEnoughUpdates-REPO-58f09ec318889ab99207bd77437c8eb28e97abc6.zip |
ferocideez (#710)
* :wolf:
* Fixing Bingo Pet Stats
* Fix Mushroom soups
* Adding new cakes
* Important fix
Diffstat (limited to 'items/WEREWOLF_BOOTS.json')
-rw-r--r-- | items/WEREWOLF_BOOTS.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/WEREWOLF_BOOTS.json b/items/WEREWOLF_BOOTS.json index 6060f61c..332fa707 100644 --- a/items/WEREWOLF_BOOTS.json +++ b/items/WEREWOLF_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Werewolf Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Intelligence: §a+50\",2:\"§7Ferocity: §a+10\",3:\"\",4:\"§6Full Set Bonus: Regenerative Howl\",5:\"§7Upon activating §c⫽ Ferocity\",6:\"§c§7heal players within §925\",7:\"§9§7blocks for §910% §7of your §a❈\",8:\"§aDefense §7and gain §a50❈ Defense\",9:\"§a§7for 5s (stacking).\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY BOOTS\"],color:1904901,Name:\"§6Werewolf Boots\"},ExtraAttributes:{id:\"WEREWOLF_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Intelligence: §a+50\",2:\"§7Ferocity: §a+10\",3:\"\",4:\"§6Full Set Bonus: Regenerative Howl\",5:\"§7Upon activating §c⫽ Ferocity\",6:\"§c§7heal players within §925\",7:\"§9§7blocks for §910% §7of your §a❈\",8:\"§aDefense §7and gain §a50❈ Defense\",9:\"§a§7for 5s (up to 10 stacks).\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY BOOTS\"],color:1904901,Name:\"§6Werewolf Boots\"},ExtraAttributes:{id:\"WEREWOLF_BOOTS\"}}", "damage": 0, "lore": [ "§7Defense: §a+125", @@ -13,7 +13,7 @@ "§c§7heal players within §925", "§9§7blocks for §910% §7of your §a❈", "§aDefense §7and gain §a50❈ Defense", - "§a§7for 5s (stacking).", + "§a§7for 5s (up to 10 stacks).", "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" @@ -31,10 +31,10 @@ }, "internalname": "WEREWOLF_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.1.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Werewolf_Armor" ] -} +}
\ No newline at end of file |