diff options
Diffstat (limited to 'items/ZOMBIE_COMMANDER_MONSTER.json')
-rw-r--r-- | items/ZOMBIE_COMMANDER_MONSTER.json | 58 |
1 files changed, 42 insertions, 16 deletions
diff --git a/items/ZOMBIE_COMMANDER_MONSTER.json b/items/ZOMBIE_COMMANDER_MONSTER.json index 4811dd68..416cd143 100644 --- a/items/ZOMBIE_COMMANDER_MONSTER.json +++ b/items/ZOMBIE_COMMANDER_MONSTER.json @@ -1,32 +1,58 @@ { "itemid": "minecraft:skull", "displayname": "§9Zombie Commander (Monster)", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Leader of the Undead.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §395-158\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§9Rare Loot\",7:\"§8 ■ §5Zombie Commander Whip §8(§a1%§8)\",8:\"§8 ■ §5Zombie Commander Chestplate §8(§a1%§8)\",9:\"§8 ■ §5Zombie Commander Helmet §8(§a1%§8)\",10:\"§8 ■ §5Zombie Commander Boots §8(§a1%§8)\",11:\"§8 ■ §5Zombie Commander Leggings §8(§a1%§8)\",12:\"\",13:\"§6Legendary Loot\",14:\"§8 ■ §4More Info Needed\"],Name:\"§9Zombie Commander (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_COMMANDER_MONSTER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Leader of the Undead.\",1:\"\",2:\"§c❤ Health§8: §c1,700,000 - 3,500,000\",3:\"§c❤ Health §8(MM) : §c160,000,000 - 250,000,000\"],Name:\"§9Zombie Commander (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_COMMANDER_MONSTER\"}}", "damage": 2, "lore": [ "§7Leader of the Undead.", "", - "§7Coins per Kill: §61", - "§7Combat XP: §395-158", - "", - "§6§lPossible Drops:", - "§9Rare Loot", - "§8 ■ §5Zombie Commander Whip §8(§a1%§8)", - "§8 ■ §5Zombie Commander Chestplate §8(§a1%§8)", - "§8 ■ §5Zombie Commander Helmet §8(§a1%§8)", - "§8 ■ §5Zombie Commander Boots §8(§a1%§8)", - "§8 ■ §5Zombie Commander Leggings §8(§a1%§8)", - "", - "§6Legendary Loot", - "§8 ■ §4More Info Needed" + "§c❤ Health§8: §c1,700,000 - 3,500,000", + "§c❤ Health §8(MM) : §c160,000,000 - 250,000,000" ], "internalname": "ZOMBIE_COMMANDER_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander", "https://wiki.hypixel.net/Zombie_Commander" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "combat_xp": 95, + "coins": 1, + "xp": 30, + "name": "§cZombie Commander", + "panorama": "dungeon", + "render": "@neurepo:mobs/zombie_commander.json", + "type": "drops", + "drops": [ + { + "id": "ZOMBIE_COMMANDER_HELMET", + "chance": "1%" + }, + { + "id": "ZOMBIE_COMMANDER_CHESTPLATE", + "chance": "1%" + }, + { + "id": "ZOMBIE_COMMANDER_LEGGINGS", + "chance": "1%" + }, + { + "id": "ZOMBIE_COMMANDER_BOOTS", + "chance": "1%" + }, + { + "id": "ZOMBIE_COMMANDER_WHIP", + "chance": "1%" + }, + { + "id": "PREMIUM_FLESH", + "chance": "0.1%" + } + ] + } + ] }
\ No newline at end of file |