diff options
Diffstat (limited to 'items/SKELETOR_MONSTER.json')
-rw-r--r-- | items/SKELETOR_MONSTER.json | 51 |
1 files changed, 38 insertions, 13 deletions
diff --git a/items/SKELETOR_MONSTER.json b/items/SKELETOR_MONSTER.json index f81c5228..91f27e9d 100644 --- a/items/SKELETOR_MONSTER.json +++ b/items/SKELETOR_MONSTER.json @@ -1,29 +1,54 @@ { "itemid": "minecraft:skull", "displayname": "§9Skeletor (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49fcfb3e-da7e-3fda-b4f9-37df5ac8fbd3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODlkMDc0YWQ5Yjk5NzE4NzllYjMyNWJkZGZmMzY3NWY3MjI0ODU2YmQ2ZDU2OWZjOGQ0ODNjMTMzZDczMDA1ZCJ9fX0K\"}]}},display:{Lore:[0:\"§7I am Skeletor.\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §380-180\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§aUncommon Loot\",7:\"§8 ■ §fEnchanted Bone §8(§a2%§8)\",8:\"§8 ■ §5Skeletor Chestplate §8(§a5%§8)\",9:\"§8 ■ §5Skeletor Helmet §8(§a5%§8)\",10:\"§8 ■ §5Skeletor Boots §8(§a5%§8)\",11:\"§8 ■ §5Skeletor Leggings §8(§a5%§8)\"],Name:\"§9Skeletor (Monster)\"},ExtraAttributes:{id:\"SKELETOR_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"49fcfb3e-da7e-3fda-b4f9-37df5ac8fbd3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODlkMDc0YWQ5Yjk5NzE4NzllYjMyNWJkZGZmMzY3NWY3MjI0ODU2YmQ2ZDU2OWZjOGQ0ODNjMTMzZDczMDA1ZCJ9fX0K\"}]}},display:{Lore:[0:\"§7I am Skeletor.\",1:\"\",2:\"§c❤ Health§8: §c500,000 - 1,000,000\",3:\"§c❤ Health §8(MM) : §c6,900,000 - 10,200,000\"],Name:\"§9Skeletor (Monster)\"},ExtraAttributes:{id:\"SKELETOR_MONSTER\"}}", "damage": 3, "lore": [ "§7I am Skeletor.", "", - "§7Coins per Kill: §61", - "§7Combat XP: §380-180", - "", - "§6§lPossible Drops:", - "§aUncommon Loot", - "§8 ■ §fEnchanted Bone §8(§a2%§8)", - "§8 ■ §5Skeletor Chestplate §8(§a5%§8)", - "§8 ■ §5Skeletor Helmet §8(§a5%§8)", - "§8 ■ §5Skeletor Boots §8(§a5%§8)", - "§8 ■ §5Skeletor Leggings §8(§a5%§8)" + "§c❤ Health§8: §c500,000 - 1,000,000", + "§c❤ Health §8(MM) : §c6,900,000 - 10,200,000" ], "internalname": "SKELETOR_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Skeletor", "https://wiki.hypixel.net/Skeletor" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "combat_xp": 80, + "coins": 1, + "xp": 30, + "name": "§cSkeletor", + "render": "@neurepo:mobs/skeletor.json", + "panorama": "dungeon", + "type": "drops", + "drops": [ + { + "id": "SKELETOR_HELMET", + "chance": "5%" + }, + { + "id": "SKELETOR_CHESTPLATE", + "chance": "5%" + }, + { + "id": "SKELETOR_LEGGINGS", + "chance": "5%" + }, + { + "id": "SKELETOR_BOOTS", + "chance": "5%" + }, + { + "id": "DYE_BONE", + "chance": "0.0000333%" + } + ] + } + ] }
\ No newline at end of file |