diff options
Diffstat (limited to 'items/TIGER;1.json')
-rw-r--r-- | items/TIGER;1.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/items/TIGER;1.json b/items/TIGER;1.json index fb7aa293..0249e398 100644 --- a/items/TIGER;1.json +++ b/items/TIGER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aTiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §c{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity§7.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"TIGER;1\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ==\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §c{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity§7.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"TIGER;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -27,5 +27,15 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet", "https://wiki.hypixel.net/Tiger_Pet" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "type": "katgrade", + "coins": 15000, + "time": 86400, + "input": "TIGER;0", + "output": "TIGER;1", + "items": [] + } + ] }
\ No newline at end of file |