diff options
Diffstat (limited to 'items/HOUND;4.json')
-rw-r--r-- | items/HOUND;4.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/items/HOUND;4.json b/items/HOUND;4.json index a25d160f..2fcf18c9 100644 --- a/items/HOUND;4.json +++ b/items/HOUND;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Bonus Attack Speed: §c{BONUS_ATTACK_SPEED}\",5:\"§7Ferocity: §a{FEROCITY}\",6:\"\",7:\"§6Scavenger\",8:\"§7§7Gain §a+{0} §7coins per monster kill.\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for monsters\",12:\"§7to drop their armor by §a{1}%§7.\",13:\"\",14:\"§6Pack Slayer\",15:\"§7§7Gain §b{2}x §7Combat XP §7against §aWolves§7.\",16:\"\",17:\"§7§eRight-click to add this pet to your\",18:\"§epet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"HOUND;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0=\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Bonus Attack Speed: §c{BONUS_ATTACK_SPEED}\",5:\"§7Ferocity: §a{FEROCITY}\",6:\"\",7:\"§6Scavenger\",8:\"§7§7Gain §a+{0} §7coins per monster kill.\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for monsters\",12:\"§7to drop their armor by §a{1}%§7.\",13:\"\",14:\"§6Pack Slayer\",15:\"§7§7Gain §b{2}x §7Combat XP §7against §aWolves§7.\",16:\"\",17:\"§7§eRight-click to add this pet to your\",18:\"§epet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"HOUND;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -34,5 +34,17 @@ "https://hypixel-skyblock.fandom.com/wiki/Hound_Pet", "https://wiki.hypixel.net/Hound_Pet" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "type": "katgrade", + "coins": 5000000, + "time": 864000, + "input": "HOUND;3", + "output": "HOUND;4", + "items": [ + "WOLF_TOOTH:512" + ] + } + ] }
\ No newline at end of file |