diff options
Diffstat (limited to 'items/TARANTULA_BOOTS.json')
-rw-r--r-- | items/TARANTULA_BOOTS.json | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/items/TARANTULA_BOOTS.json b/items/TARANTULA_BOOTS.json index d8dd3038..e9cfc055 100644 --- a/items/TARANTULA_BOOTS.json +++ b/items/TARANTULA_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "TARANTULA_BOOTS", "itemid": "minecraft:iron_boots", - "displayname": "Tarantula Boots", - "clickcommand": "viewrecipe", + "displayname": "§5Tarantula Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+70 HP\",1:\"§7Defense: §a+100\",2:\"§7Speed: §a+5\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Full Set Bonus: Octodexterity\",6:\"§7Every 4th strike, deal §cdouble\",7:\"§cdamage §7and apply Venom\",8:\"§7reducing healing by §240% §7for\",9:\"§7§b4 §7seconds.\",10:\"\",11:\"§6Piece Bonus: Spider Bulwark\",12:\"§7Kill Spiders to accumulate\",13:\"§7defense against them.\",14:\"§7Piece Bonus: §a+0❈\",15:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",16:\"\",17:\"§6Item Ability: Double Jump\",18:\"§7Allows you to double jump!\",19:\"§8Mana Cost: §340\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§c☠ §5Requires Spider LVL 4\",23:\"§5§lEPIC BOOTS\"],Name:\"§5Tarantula Boots\"},ExtraAttributes:{id:\"TARANTULA_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+70 HP\",1:\"§7Defense: §a+100\",2:\"§7Speed: §a+5\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Full Set Bonus: Octodexterity\",6:\"§7Every 4th strike, deal §cdouble\",7:\"§cdamage §7and apply Venom\",8:\"§7reducing healing by §240% §7for\",9:\"§7§b4 §7seconds.\",10:\"\",11:\"§6Piece Bonus: Spider Bulwark\",12:\"§7Kill Spiders to accumulate\",13:\"§7defense against them.\",14:\"§7Piece Bonus: §a+285❈\",15:\"§a§lMAXED OUT! NICE!\",16:\"\",17:\"§7Kills: §c1,519,766\",18:\"\",19:\"§6Item Ability: Double Jump\",20:\"§7Allows you to double jump!\",21:\"§8Mana Cost: §340\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§c☠ §5Requires Spider LVL 4\",25:\"§5§lEPIC BOOTS\"],Name:\"§5Tarantula Boots\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TARANTULA_BOOTS\",uuid:\"6172c1fd-0449-4c91-8f3a-4192b5b5864e\",spider_kills:1519766,timestamp:\"3/26/20 3:07 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+70 HP", "§7Defense: §a+100", @@ -21,10 +18,8 @@ "§6Piece Bonus: Spider Bulwark", "§7Kill Spiders to accumulate", "§7defense against them.", - "§7Piece Bonus: §a+285❈", - "§a§lMAXED OUT! NICE!", - "", - "§7Kills: §c1,519,766", + "§7Piece Bonus: §a+0❈", + "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", "§6Item Ability: Double Jump", "§7Allows you to double jump!", @@ -33,5 +28,23 @@ "§7§8This item can be reforged!", "§c☠ §5Requires Spider LVL 4", "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "TARANTULA_SILK:1", + "A2": "SPIDER_CATALYST:1", + "A3": "TARANTULA_SILK:1", + "B1": "ENCHANTED_IRON:64", + "B2": "SPIDER_BOOTS:1", + "B3": "ENCHANTED_IRON:64", + "C1": "TARANTULA_SILK:1", + "C2": "ENCHANTED_IRON:64", + "C3": "TARANTULA_SILK:1" + }, + "internalname": "TARANTULA_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Boots" ] }
\ No newline at end of file |