diff options
Diffstat (limited to 'items/WITHER_SKELETON;4.json')
-rw-r--r-- | items/WITHER_SKELETON;4.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/items/WITHER_SKELETON;4.json b/items/WITHER_SKELETON;4.json index aa358448..84b5c20f 100644 --- a/items/WITHER_SKELETON;4.json +++ b/items/WITHER_SKELETON;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Wither Skeleton", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d928ce5e-e75e-3cdc-aaf1-0c93d49b5c31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjVlYzk2NDY0NWE4ZWZhYzc2YmUyZjE2MGQ3Yzk5NTYzNjJmMzJiNjUxNzM5MGM1OWMzMDg1MDM0ZjA1MGNmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Intelligence: §a{INTELLIGENCE}\",5:\"§7Crit Chance: §c{CRIT_CHANCE}%\",6:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",7:\"\",8:\"§6Stronger Bones\",9:\"§7§7Take §a{0}% §7less damage from skeletons.\",10:\"\",11:\"§6Wither Blood\",12:\"§7§7Deal §a{1}% §7more damage to wither\",13:\"§7mobs.\",14:\"\",15:\"§6Death\u0027s Touch\",16:\"§7§7Upon hitting an enemy inflict the\",17:\"§7wither effect for §a{2}% §7damage over\",18:\"§73 seconds.\",19:\"§8Does not stack\",20:\"\",21:\"§7§eRight-click to add this pet to your\",22:\"§epet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Wither Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"WITHER_SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"WITHER_SKELETON;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d928ce5e-e75e-3cdc-aaf1-0c93d49b5c31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjVlYzk2NDY0NWE4ZWZhYzc2YmUyZjE2MGQ3Yzk5NTYzNjJmMzJiNjUxNzM5MGM1OWMzMDg1MDM0ZjA1MGNmZiJ9fX0=\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Intelligence: §a{INTELLIGENCE}\",5:\"§7Crit Chance: §c{CRIT_CHANCE}%\",6:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",7:\"\",8:\"§6Stronger Bones\",9:\"§7§7Take §a{0}% §7less damage from skeletons.\",10:\"\",11:\"§6Wither Blood\",12:\"§7§7Deal §a{1}% §7more damage to wither\",13:\"§7mobs.\",14:\"\",15:\"§6Death\u0027s Touch\",16:\"§7§7Upon hitting an enemy inflict the\",17:\"§7wither effect for §a{2}% §7damage over\",18:\"§73 seconds.\",19:\"§8Does not stack\",20:\"\",21:\"§7§eRight-click to add this pet to your\",22:\"§epet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Wither Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"WITHER_SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"WITHER_SKELETON;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -50,5 +50,17 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Skeleton_Pet", "https://wiki.hypixel.net/Wither_Skeleton_Pet" + ], + "recipes": [ + { + "type": "katgrade", + "coins": 250000, + "time": 432000, + "input": "WITHER_SKELETON;3", + "output": "WITHER_SKELETON;4", + "items": [ + "ENCHANTED_COAL_BLOCK:8" + ] + } ] }
\ No newline at end of file |