diff options
Diffstat (limited to 'items/SKELETON_MASTER_MONSTER.json')
-rw-r--r-- | items/SKELETON_MASTER_MONSTER.json | 62 |
1 files changed, 46 insertions, 16 deletions
diff --git a/items/SKELETON_MASTER_MONSTER.json b/items/SKELETON_MASTER_MONSTER.json index 6ec8ea17..e8526512 100644 --- a/items/SKELETON_MASTER_MONSTER.json +++ b/items/SKELETON_MASTER_MONSTER.json @@ -1,32 +1,62 @@ { "itemid": "minecraft:skull", "displayname": "§9Skeleton Master (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ce22e0d7-c78e-3c8d-907a-2368c927808\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOTVlMWI3ZGM4MmJhNzg0NWE2OGZjNmEzMTJmNGNkOTBlZTJmNmNjZTI2YTY4Yzg4YjA0YjEwNzJkODc5In19fQ\"}]}},display:{Lore:[0:\"§7Just more grunts in the platoon.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §344-108\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §5Skeleton Master Chestplate §8(§a4%§8)\",8:\"§8 ■ §5Skeleton Master Helmet §8(§a4%§8)\",9:\"§8 ■ §5Skeleton Master Boots §8(§a4%§8)\",10:\"§8 ■ §5Skeleton Master Leggings §8(§a4%§8)\",11:\"§8 ■ §7§fEnchanted Bone §8(§a2%§8)\",12:\"\",13:\"§9Rare Loot\",14:\"§8 ■ §9Machine Gun Bow §8(§a1%§8)\"],Name:\"§9Skeleton Master (Monster)\"},ExtraAttributes:{id:\"SKELETON_MASTER_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ce22e0d7-c78e-3c8d-907a-2368c927808\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOTVlMWI3ZGM4MmJhNzg0NWE2OGZjNmEzMTJmNGNkOTBlZTJmNmNjZTI2YTY4Yzg4YjA0YjEwNzJkODc5In19fQ\"}]}},display:{Lore:[0:\"§7Just more grunts in the platoon.\",1:\"\",2:\"§c❤ Health§8: §c59,000 - 900,000\",3:\"§c❤ Health §8(MM) : §c3,450,000 - 42,000,000\"],Name:\"§9Skeleton Master (Monster)\"},ExtraAttributes:{id:\"SKELETON_MASTER_MONSTER\"}}", "damage": 3, "lore": [ "§7Just more grunts in the platoon.", "", - "§7Coins per Kill: §61", - "§7Combat XP: §344-108", - "", - "§6§lPossible Drops:", - "§aUncommon Loot", - "§8 ■ §5Skeleton Master Chestplate §8(§a4%§8)", - "§8 ■ §5Skeleton Master Helmet §8(§a4%§8)", - "§8 ■ §5Skeleton Master Boots §8(§a4%§8)", - "§8 ■ §5Skeleton Master Leggings §8(§a4%§8)", - "§8 ■ §7§fEnchanted Bone §8(§a2%§8)", - "", - "§9Rare Loot", - "§8 ■ §9Machine Gun Bow §8(§a1%§8)" + "§c❤ Health§8: §c59,000 - 900,000", + "§c❤ Health §8(MM) : §c3,450,000 - 42,000,000" ], "internalname": "SKELETON_MASTER_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Dungeon_Skeletons", "https://wiki.hypixel.net/Skeleton_Master" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "combat_xp": 52, + "coins": 1, + "xp": 30, + "name": "§cSkeleton Master", + "render": "@neurepo:mobs/skeleton_master.json", + "panorama": "dungeon", + "type": "drops", + "drops": [ + { + "id": "ENCHANTED_BONE", + "chance": "2%" + }, + { + "id": "SKELETON_MASTER_HELMET", + "chance": "5%" + }, + { + "id": "SKELETON_MASTER_CHESTPLATE", + "chance": "5%" + }, + { + "id": "SKELETON_MASTER_LEGGINGS", + "chance": "5%" + }, + { + "id": "SKELETON_MASTER_BOOTS", + "chance": "5%" + }, + { + "id": "MACHINE_GUN_BOW", + "chance": "1%" + }, + { + "id": "DYE_BONE", + "chance": "0.0000333%" + } + ] + } + ] }
\ No newline at end of file |