diff options
Diffstat (limited to 'items/ZOMBIE_GRUNT_MONSTER.json')
-rw-r--r-- | items/ZOMBIE_GRUNT_MONSTER.json | 58 |
1 files changed, 42 insertions, 16 deletions
diff --git a/items/ZOMBIE_GRUNT_MONSTER.json b/items/ZOMBIE_GRUNT_MONSTER.json index 72c088ae..9eb70e6b 100644 --- a/items/ZOMBIE_GRUNT_MONSTER.json +++ b/items/ZOMBIE_GRUNT_MONSTER.json @@ -1,32 +1,58 @@ { "itemid": "minecraft:skull", "displayname": "§9Zombie Grunt (Monster)", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Just more grunts in the platoon\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §340-78\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §9Rotten Chestplate §8(§a6%§8)\",8:\"§8 ■ §9Rotten Helmet §8(§a6%§8)\",9:\"§8 ■ §9Rotten Boots §8(§a6%§8)\",10:\"§8 ■ §9Rotten Leggings §8(§a6%§8)\",11:\"§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)\",12:\"\",13:\"§6Legendary Loot\",14:\"§8 ■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Zombie Grunt (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_GRUNT_MONSTER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Just more grunts in the platoon\",1:\"\",2:\"§c❤ Health§8: §c22,000 - 120,000\",3:\"§c❤ Health §8(MM) : §c1,600,000 - 3,000,000\"],Name:\"§9Zombie Grunt (Monster)\"},ExtraAttributes:{id:\"ZOMBIE_GRUNT_MONSTER\"}}", "damage": 2, "lore": [ "§7Just more grunts in the platoon", "", - "§7Coins per Kill: §61", - "§7Combat XP: §340-78", - "", - "§6§lPossible Drops:", - "§aUncommon Loot", - "§8 ■ §9Rotten Chestplate §8(§a6%§8)", - "§8 ■ §9Rotten Helmet §8(§a6%§8)", - "§8 ■ §9Rotten Boots §8(§a6%§8)", - "§8 ■ §9Rotten Leggings §8(§a6%§8)", - "§8 ■ §fEnchanted Rotten Flesh §8(§a2%§8)", - "", - "§6Legendary Loot", - "§8 ■ §9Premium Flesh §8(§a0.1%§8)" + "§c❤ Health§8: §c22,000 - 120,000", + "§c❤ Health §8(MM) : §c1,600,000 - 3,000,000" ], "internalname": "ZOMBIE_GRUNT_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Grunt", "https://wiki.hypixel.net/Zombie_Grunt" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "combat_xp": 40, + "coins": 1, + "xp": 30, + "name": "§cZombie Grunt", + "panorama": "dungeon", + "render": "@neurepo:mobs/zombie_grunt.json", + "type": "drops", + "drops": [ + { + "id": "ROTTEN_HELMET", + "chance": "5%" + }, + { + "id": "ROTTEN_CHESTPLATE", + "chance": "5%" + }, + { + "id": "ROTTEN_LEGGINGS", + "chance": "5%" + }, + { + "id": "ROTTEN_BOOTS", + "chance": "5%" + }, + { + "id": "ENCHANTED_ROTTEN_FLESH", + "chance": "2%" + }, + { + "id": "PREMIUM_FLESH", + "chance": "0.5%" + } + ] + } + ] }
\ No newline at end of file |