From 87ee7fe2ce0af1b3f1afb290418e7265b33a5221 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:14:51 -0400 Subject: Dungeon f4 --- items/THORNS_BOOTS.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 items/THORNS_BOOTS.json (limited to 'items/THORNS_BOOTS.json') 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 -- cgit