diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
commit | 87ee7fe2ce0af1b3f1afb290418e7265b33a5221 (patch) | |
tree | 53d329e07f05b37fd3803770de185ded46bf00b4 /items/THORNS_BOOTS.json | |
parent | 91f8aa7db485ae8359dc634734889dc41c546678 (diff) | |
download | NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.gz NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.bz2 NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.zip |
Dungeon f4
Diffstat (limited to 'items/THORNS_BOOTS.json')
-rw-r--r-- | items/THORNS_BOOTS.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/THORNS_BOOTS.json b/items/THORNS_BOOTS.json new file mode 100644 index 00000000..5e7fa9cc --- /dev/null +++ b/items/THORNS_BOOTS.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Spirit Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d330 §8(483)\",1:\"§7Strength: §c+25 §8(+37.75)\",2:\"\",3:\"§7Health: §a+150 HP §8(+226.5 HP)\",4:\"§7Defense: §a+50 §8(+75.5)\",5:\"§7Speed: §a+25 §8(+37.75)\",6:\"§7Intelligence: §a+50 §8(+75.5)\",7:\"\",8:\"§6Item Ability: Spirit Glide\",9:\"§7Double jump to fly around as a\",10:\"§7spirit.\",11:\"§8Mana Cost: §3250\",12:\"§8Cooldown: §a60s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§5§lEPIC DUNGEON BOOTS\"],color:12566463,Name:\"§5Spirit Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"THORNS_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d330 §8(483)", + "§7Strength: §c+25 §8(+37.75)", + "", + "§7Health: §a+150 HP §8(+226.5 HP)", + "§7Defense: §a+50 §8(+75.5)", + "§7Speed: §a+25 §8(+37.75)", + "§7Intelligence: §a+50 §8(+75.5)", + "", + "§6Item Ability: Spirit Glide", + "§7Double jump to fly around as a", + "§7spirit.", + "§8Mana Cost: §3250", + "§8Cooldown: §a60s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor IV", + "§aCompletion", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "THORNS_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Boots" + ] +}
\ No newline at end of file |