diff options
Diffstat (limited to 'items/ZOMBIE_VILLAGER_MONSTER.json')
-rw-r--r-- | items/ZOMBIE_VILLAGER_MONSTER.json | 55 |
1 files changed, 36 insertions, 19 deletions
diff --git a/items/ZOMBIE_VILLAGER_MONSTER.json b/items/ZOMBIE_VILLAGER_MONSTER.json index 07790dc9..4344e419 100644 --- a/items/ZOMBIE_VILLAGER_MONSTER.json +++ b/items/ZOMBIE_VILLAGER_MONSTER.json @@ -1,34 +1,51 @@ { "itemid": "minecraft:skull", "displayname": "§aZombie Villager (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3acb9940-fc42-328e-91e8-c9a9a57e8698\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlMDhhODc3NmMxNzY0YzNmZTZhNmRkZDQxMmRmY2I4N2Y0MTMzMWRhZDQ3OWFjOTZjMjFkZjRiZjNhYzg5YyJ9fX0\"}]}},display:{Lore:[0:\"§7The real enemy isn't the dead -\",1:\"§7it's the living\",2:\"\",3:\"§c❤ Health§8: §c120\",4:\"§7Combat XP: §37\",5:\"§7Coins per Kill: §61\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fRotten Flesh\",10:\"\",11:\"§aUncommon Loot\",12:\"§8 ■ §fPoisonous Potato §8(§a0.1%§8)\",13:\"\",14:\"§9Rare Loot\",15:\"§8 ■ §fCarrot §8(§a1%§8)\",16:\"§8 ■ §fPotato §8(§a1%§8)\"],Name:\"§aZombie Villager (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_VILLAGER_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3acb9940-fc42-328e-91e8-c9a9a57e8698\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlMDhhODc3NmMxNzY0YzNmZTZhNmRkZDQxMmRmY2I4N2Y0MTMzMWRhZDQ3OWFjOTZjMjFkZjRiZjNhYzg5YyJ9fX0\"}]}},display:{Lore:[0:\"§7The real enemy isn\u0027t the dead -\",1:\"§7it\u0027s the living\",2:\"\",3:\"§c❤ Health§8: §c120\"],Name:\"§aZombie Villager (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_VILLAGER_MONSTER\"}}", "damage": 3, "lore": [ - "§7The real enemy isn't the dead -", - "§7it's the living", + "§7The real enemy isn\u0027t the dead -", + "§7it\u0027s the living", "", - "§c❤ Health§8: §c120", - "§7Combat XP: §37", - "§7Coins per Kill: §61", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fRotten Flesh", - "", - "§aUncommon Loot", - "§8 ■ §fPoisonous Potato §8(§a0.1%§8)", - "", - "§9Rare Loot", - "§8 ■ §fCarrot §8(§a1%§8)", - "§8 ■ §fPotato §8(§a1%§8)" + "§c❤ Health§8: §c120" ], "internalname": "ZOMBIE_VILLAGER_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Villager", "https://wiki.hypixel.net/Zombie_Villager" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 1, + "coins": 1, + "xp": 2, + "combat_xp": 7, + "name": "§cZombie Villager", + "render": "@neurepo:mobs/zombie_villager.json", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "ROTTEN_FLESH:1", + "chance": "100%" + }, + { + "id": "POISONOUS_POTATO:1", + "chance": "2%" + }, + { + "id": "CARROT_ITEM:1", + "chance": "1%" + }, + { + "id": "POTATO:1", + "chance": "1%" + } + ] + } + ] }
\ No newline at end of file |