diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-26 20:56:30 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-26 20:56:30 -0500 |
commit | 26acbb507d50592cff41d0bcbe4f1b7f78eda0f6 (patch) | |
tree | f0460f7659703fff0485199202dd4d1fd708f5d2 /items/WEREWOLF_BOOTS.json | |
parent | 3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d (diff) | |
download | NotEnoughUpdates-REPO-26acbb507d50592cff41d0bcbe4f1b7f78eda0f6.tar.gz NotEnoughUpdates-REPO-26acbb507d50592cff41d0bcbe4f1b7f78eda0f6.tar.bz2 NotEnoughUpdates-REPO-26acbb507d50592cff41d0bcbe4f1b7f78eda0f6.zip |
I am speed
Diffstat (limited to 'items/WEREWOLF_BOOTS.json')
-rw-r--r-- | items/WEREWOLF_BOOTS.json | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/items/WEREWOLF_BOOTS.json b/items/WEREWOLF_BOOTS.json index a4e7048c..2d7768e2 100644 --- a/items/WEREWOLF_BOOTS.json +++ b/items/WEREWOLF_BOOTS.json @@ -1,30 +1,35 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Werewolf Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1904901,Name:\"§6Werewolf Boots\"},ExtraAttributes:{dungeon_item_level:0,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 (stacking).\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY BOOTS\"],color:1904901,Name:\"§6Werewolf Boots\"},ExtraAttributes:{id:\"WEREWOLF_BOOTS\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d335 ", - "§7Defense: §a+150 ", - "§7Intelligence: §a+50 ", + "§7Defense: §a+125", + "§7Intelligence: §a+50", "§7Ferocity: §a+10", "", "§6Full Set Bonus: Regenerative Howl", - "§7Upon activatiing §c⫽ Ferocity", - "§7heal players within §925", - "§7blocks for §910% §7of your §a❈", + "§7Upon activating §c⫽ Ferocity", + "§c§7heal players within §925", + "§9§7blocks for §910% §7of your §a❈", "§aDefense §7and gain §a50❈ Defense", - "§7for 5s (stacking)", + "§a§7for 5s (stacking).", "", "§7§8This item can be reforged!", - "§6§lLEGENDARY DUNGEON BOOTS" + "§6§lLEGENDARY BOOTS" ], + "recipe": { + "A1": "WEREWOLF_SKIN:4", + "A2": "", + "A3": "WEREWOLF_SKIN:4", + "B1": "WEREWOLF_SKIN:4", + "B2": "", + "B3": "WEREWOLF_SKIN:4", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "WEREWOLF_BOOTS", - "crafttext": "", - "clickcommand": "", - "modver": "1.5-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Werewolf_Armor" - ] -} + "clickcommand": "viewrecipe", + "modver": "1.7-REL" +}
\ No newline at end of file |