diff options
Diffstat (limited to 'items/OLD_WOLF_MONSTER.json')
-rw-r--r-- | items/OLD_WOLF_MONSTER.json | 58 |
1 files changed, 36 insertions, 22 deletions
diff --git a/items/OLD_WOLF_MONSTER.json b/items/OLD_WOLF_MONSTER.json index 25556d9f..a7a90480 100644 --- a/items/OLD_WOLF_MONSTER.json +++ b/items/OLD_WOLF_MONSTER.json @@ -1,37 +1,51 @@ { "itemid": "minecraft:skull", "displayname": "§9Old Wolf (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26e6f2d9-8a27-3a77-965c-5bd2b5d2dc93\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDM1OTUzN2MxNTUzNGY2MWMxY2Q4ODZiYzExODc3NGVkMjIyODBlN2NkYWI2NjEzODcwMTYwYWFkNGNhMzkifX19\"}]}},display:{Lore:[0:\"§7The Old Wolf is a wolf found in the throne room\",1:\"§7or behind the Ruins with 15,000 health. It drops\",2:\"§7more bones than a normal wolf. It was added in\",3:\"§7the slayer update as a high-exp option for\",4:\"§7completing slayer quests. \",5:\"\",6:\"§c❤ Health§8: §c15.000\",7:\"§7Coins per Kill: §640\",8:\"§7Combat XP: §340\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fBone\",13:\"\",14:\"§6Legendary Loot\",15:\"§8 ■ §fWolf Talisman §8(§a1.0%§8)\",16:\"\",17:\"§dRNGesus Loot\",18:\"§8 ■ §5Hound §8(§a0.001%§8)\",19:\"§8 ■ §6Hound §8(§a0.0003%§8)\"],Name:\"§9Old Wolf (Monster)\"},ExtraAttributes:{id:\"OLD_WOLF_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26e6f2d9-8a27-3a77-965c-5bd2b5d2dc93\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDM1OTUzN2MxNTUzNGY2MWMxY2Q4ODZiYzExODc3NGVkMjIyODBlN2NkYWI2NjEzODcwMTYwYWFkNGNhMzkifX19\"}]}},display:{Lore:[0:\"§7Wolves older than the island\",1:\"§7itself.\",2:\"\",3:\"§c❤ Health§8: §c15,000\"],Name:\"§9Old Wolf (Monster)\"},ExtraAttributes:{id:\"OLD_WOLF_MONSTER\"}}", "damage": 3, "lore": [ - "§7The Old Wolf is a wolf found in the throne room", - "§7or behind the Ruins with 15,000 health. It drops", - "§7more bones than a normal wolf. It was added in", - "§7the slayer update as a high-exp option for", - "§7completing slayer quests. ", + "§7Wolves older than the island", + "§7itself.", "", - "§c❤ Health§8: §c15.000", - "§7Coins per Kill: §640", - "§7Combat XP: §340", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fBone", - "", - "§6Legendary Loot", - "§8 ■ §fWolf Talisman §8(§a1.0%§8)", - "", - "§dRNGesus Loot", - "§8 ■ §5Hound §8(§a0.001%§8)", - "§8 ■ §6Hound §8(§a0.0003%§8)" + "§c❤ Health§8: §c15,000" ], "internalname": "OLD_WOLF_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Old_Wolf", "https://wiki.hypixel.net/Old_Wolf" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 1, + "coins": 40, + "xp": 30, + "combat_xp": 40, + "name": "§cOld Wolf", + "render": "Wolf", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "BONE:1", + "extra": [] + }, + { + "id": "WOLF_TALISMAN", + "chance": "0.1%" + }, + { + "id": "HOUND;3", + "chance": "0.001%" + }, + { + "id": "HOUND;4", + "chance": "0.0003%" + } + ] + } + ] }
\ No newline at end of file |