diff options
Diffstat (limited to 'items/PACK_SPIRIT_MONSTER.json')
-rw-r--r-- | items/PACK_SPIRIT_MONSTER.json | 59 |
1 files changed, 41 insertions, 18 deletions
diff --git a/items/PACK_SPIRIT_MONSTER.json b/items/PACK_SPIRIT_MONSTER.json index 553e09f3..ba98093b 100644 --- a/items/PACK_SPIRIT_MONSTER.json +++ b/items/PACK_SPIRIT_MONSTER.json @@ -1,29 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§9Pack Spirit (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Pack Spirit is a Wolf mob found in the Howling\",1:\"§7Cave. They will typically will be found in groups\",2:\"§7near the Soul of the Alpha\",3:\"\",4:\"§c❤ Health§8: §c5.000\",5:\"§7Coins per Kill: §611\",6:\"§7Combat XP: §315\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§aUncommon Loot\",10:\"§8 ■ §fBone §8(§a50%§8)\",11:\"§8 ■ §fOak Wood §8(§a15%§8)\",12:\"§8 ■ §fBirch Wood §8(§a15%§8)\",13:\"\",14:\"§6Legendary Loot\",15:\"§8 ■ §5Travel Scroll to Howling Cave §8(§a0.02%§8)\",16:\"\",17:\"§dRNGesus Loot\",18:\"§8 ■ §4More Info Needed\",19:\"§8 ■ §4More Info Needed\"],Name:\"§9Pack Spirit (Monster)\"},ExtraAttributes:{id:\"PACK_SPIRIT_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e9af289-f295-3f8c-bd54-58b7667d5759\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjlkMWQzMTEzZWM0M2FjMjk2MWRkNTlmMjgxNzVmYjQ3MTg4NzNjNmM0NDhkZmNhODcyMjMxN2Q2NyJ9fX0\"}]}},display:{Lore:[0:\"§7The Pack Spirit is a Wolf mob found in the Howling\",1:\"§7Cave. They will typically will be found in groups\",2:\"§7near the Soul of the Alpha\",3:\"\",4:\"§c❤ Health§8: §c5,000\"],Name:\"§9Pack Spirit (Monster)\"},ExtraAttributes:{id:\"PACK_SPIRIT_MONSTER\"}}", "damage": 3, "lore": [ "§7The Pack Spirit is a Wolf mob found in the Howling", "§7Cave. They will typically will be found in groups", "§7near the Soul of the Alpha", "", - "§c❤ Health§8: §c5.000", - "§7Coins per Kill: §611", - "§7Combat XP: §315", - "", - "§6§lPossible Drops:", - "§aUncommon Loot", - "§8 ■ §fBone §8(§a50%§8)", - "§8 ■ §fOak Wood §8(§a15%§8)", - "§8 ■ §fBirch Wood §8(§a15%§8)", - "", - "§6Legendary Loot", - "§8 ■ §5Travel Scroll to Howling Cave §8(§a0.02%§8)", - "", - "§dRNGesus Loot", - "§8 ■ §4More Info Needed", - "§8 ■ §4More Info Needed" + "§c❤ Health§8: §c5,000" ], "internalname": "PACK_SPIRIT_MONSTER", "clickcommand": "", @@ -33,5 +18,43 @@ "https://hypixel-skyblock.fandom.com/wiki/Pack_Spirit", "https://wiki.hypixel.net/Pack_Spirit" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 30, + "coins": 11, + "xp": 10, + "combat_xp": 15, + "name": "§bPack Spirit", + "panorama": "foraging_1", + "render": "Wolf", + "type": "drops", + "drops": [ + { + "id": "BONE", + "chance": "50%" + }, + { + "id": "LOG", + "chance": "15%" + }, + { + "id": "LOG-2", + "chance": "15%" + }, + { + "id": "PARK_CAVE_TRAVEL_SCROLL", + "chance": "0.02%" + }, + { + "id": "HOUND;3", + "chance": "0.003%" + }, + { + "id": "HOUND;4", + "chance": "0.001%" + } + ] + } + ] }
\ No newline at end of file |