diff options
Diffstat (limited to 'items/SCORPION_FOIL.json')
-rw-r--r-- | items/SCORPION_FOIL.json | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/items/SCORPION_FOIL.json b/items/SCORPION_FOIL.json index 1c7d662f..4c135af5 100644 --- a/items/SCORPION_FOIL.json +++ b/items/SCORPION_FOIL.json @@ -1,17 +1,14 @@ { "internalname": "SCORPION_FOIL", "itemid": "minecraft:wooden_sword", - "displayname": "Spicy Scorpion Foil", - "clickcommand": "viewrecipe", + "displayname": "§5Scorpion Foil", + "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+103 §8(Spicy +3)\",2:\"§7Crit Chance: §c+1% §8(Spicy +1%)\",3:\"§7Crit Damage: §c+32% §8(Spicy +32%)\",4:\"§7Attack Speed: §c+7% §8(Spicy +7%)\",5:\"\",6:\"§7Deal §a250% §7damage against Spiders.\",7:\"\",8:\"§6Item Ability: Heartstopper\",9:\"§7You have §e4 Ⓞ tickers§7.\",10:\"§7Blocking clears §e1 Ⓞ §7and heals §c60❤§7.\",11:\"§7Once all tickers are cleared,\",12:\"§7your next attack is empowered\",13:\"§7for §c+250% damage§7.\",14:\"§8Tickers refill after 5 seconds.\",15:\"\",16:\"§c☠ §5Requires Spider LVL 6\",17:\"§5§lEPIC SWORD\"],Name:\"§5Spicy Scorpion Foil\"},ExtraAttributes:{modifier:\"spicy\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"SCORPION_FOIL\",uuid:\"ac34e7fc-f0c3-4d1c-b076-acf144ca3424\",timestamp:\"3/29/20 3:39 PM\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7Deal §a250% §7damage against Spiders.\",4:\"\",5:\"§6Item Ability: Heartstopper\",6:\"§7You have §e4 Ⓞ tickers§7.\",7:\"§7Blocking clears §e1 Ⓞ §7and heals §c60❤§7.\",8:\"§7Once all tickers are cleared,\",9:\"§7your next attack is empowered\",10:\"§7for §c+250% damage§7.\",11:\"§8Tickers refill after 5 seconds.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§c☠ §5Requires Spider LVL 6\",15:\"§5§lEPIC SWORD\"],Name:\"§5Scorpion Foil\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SCORPION_FOIL\",uuid:\"e8a9c054-06ba-46a0-8efb-4e7c1a7e5b5d\",timestamp:\"3/12/20 1:55 AM\"}}", "modver": "1.0.0", "lore": [ "§7Damage: §c+100", - "§7Strength: §c+103 §8(Spicy +3)", - "§7Crit Chance: §c+1% §8(Spicy +1%)", - "§7Crit Damage: §c+32% §8(Spicy +32%)", - "§7Attack Speed: §c+7% §8(Spicy +7%)", + "§7Strength: §c+100", "", "§7Deal §a250% §7damage against Spiders.", "", @@ -23,7 +20,24 @@ "§7for §c+250% damage§7.", "§8Tickers refill after 5 seconds.", "", + "§7§8This item can be reforged!", "§c☠ §5Requires Spider LVL 6", "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "TARANTULA_SILK:4", + "A2": "ENCHANTED_ACACIA_LOG:64", + "A3": "TARANTULA_SILK:4", + "B1": "TARANTULA_SILK:4", + "B2": "ENCHANTED_ACACIA_LOG:64", + "B3": "TARANTULA_SILK:4", + "C1": "TARANTULA_SILK:4", + "C2": "STICK:1", + "C3": "TARANTULA_SILK:4" + }, + "clickcommand": "viewrecipe", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scorpion_Foil" ] }
\ No newline at end of file |