diff options
Diffstat (limited to 'items/SKELETON;1.json')
-rw-r--r-- | items/SKELETON;1.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/items/SKELETON;1.json b/items/SKELETON;1.json index b6a4e595..c51ca0d5 100644 --- a/items/SKELETON;1.json +++ b/items/SKELETON;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aSkeleton", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a404772a-f923-34df-b7e3-49f7e556e179\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNhNDQ1NzQ5MjUxYmRkODk4ZmI4M2Y2Njc4NDRlMzhhMWRmZjc5YTE1MjlmNzlhNDI0NDdhMDU5OTMxMGVhNCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c{CRIT_CHANCE}%\",3:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",4:\"\",5:\"§6Bone Arrows\",6:\"§7§7Increase arrow damage by §a{0}%§7\",7:\"§7which is doubled while in dungeons.\",8:\"\",9:\"§7§eRight-click to add this pet to your\",10:\"§epet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aSkeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SKELETON;1\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a404772a-f923-34df-b7e3-49f7e556e179\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNhNDQ1NzQ5MjUxYmRkODk4ZmI4M2Y2Njc4NDRlMzhhMWRmZjc5YTE1MjlmNzlhNDI0NDdhMDU5OTMxMGVhNCJ9fX0=\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c{CRIT_CHANCE}%\",3:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",4:\"\",5:\"§6Bone Arrows\",6:\"§7§7Increase arrow damage by §a{0}%§7\",7:\"§7which is doubled while in dungeons.\",8:\"\",9:\"§7§eRight-click to add this pet to your\",10:\"§epet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aSkeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SKELETON;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -38,5 +38,15 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Pet", "https://wiki.hypixel.net/Skeleton_Pet" + ], + "recipes": [ + { + "type": "katgrade", + "coins": 2000, + "time": 3600, + "input": "SKELETON;0", + "output": "SKELETON;1", + "items": [] + } ] }
\ No newline at end of file |