diff options
Diffstat (limited to 'items/EXECUTIVE_SEBASTIAN_MONSTER.json')
-rw-r--r-- | items/EXECUTIVE_SEBASTIAN_MONSTER.json | 46 |
1 files changed, 33 insertions, 13 deletions
diff --git a/items/EXECUTIVE_SEBASTIAN_MONSTER.json b/items/EXECUTIVE_SEBASTIAN_MONSTER.json index 6d5ff02f..8a8972e7 100644 --- a/items/EXECUTIVE_SEBASTIAN_MONSTER.json +++ b/items/EXECUTIVE_SEBASTIAN_MONSTER.json @@ -1,29 +1,49 @@ { "itemid": "minecraft:skull", "displayname": "§aExecutive Sebastian (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"01b77ad6-2139-3bec-81b7-7ad621397bec\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM4NWJkZGE4ZmZjMjMzZTczOGZiM2NhNzcxNWU5NDdhOGU2MmEzNTEwMzE2ODJkYTFlZjZlZmNlY2Y0OGY3OSJ9fX0=\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c13.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §f❤ Rough Ruby Gemstone §8x8-15x\",8:\"§8 ■ §f☘ Rough Jade Gemstone §8x8-15x\",9:\"\",10:\"§9Rare Loot\",11:\"§8 ■ §5Treasurite §8(§a1%§8)\"],Name:\"§aExecutive Sebastian (Monster)\"},ExtraAttributes:{id:\"EXECUTIVE_SEBASTIAN_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"01b77ad6-2139-3bec-81b7-7ad621397bec\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM4NWJkZGE4ZmZjMjMzZTczOGZiM2NhNzcxNWU5NDdhOGU2MmEzNTEwMzE2ODJkYTFlZjZlZmNlY2Y0OGY3OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c13,000\"],Name:\"§aExecutive Sebastian (Monster)\"},ExtraAttributes:{id:\"EXECUTIVE_SEBASTIAN_MONSTER\"}}", "damage": 3, "lore": [ "§7Prepare for trouble!", "", - "§c❤ Health§8: §c13.000", - "§7Coins per Kill: §610", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §f❤ Rough Ruby Gemstone §8x8-15x", - "§8 ■ §f☘ Rough Jade Gemstone §8x8-15x", - "", - "§9Rare Loot", - "§8 ■ §5Treasurite §8(§a1%§8)" + "§c❤ Health§8: §c13,000" ], "internalname": "EXECUTIVE_SEBASTIAN_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Team_Treasurite", "https://wiki.hypixel.net/Executive_Sebastian" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 10, + "xp": 10, + "combat_xp": 35, + "name": "§cExecutive Wendy", + "render": "@neurepo:mobs/executive_sebastian.json", + "panorama": "crystal_hollows", + "type": "drops", + "drops": [ + { + "id": "ROUGH_RUBY_GEM:1", + "extra": [], + "chance": "x8-15" + }, + { + "id": "ROUGH_JADE_GEM:1", + "extra": [], + "chance": "x8-15" + }, + { + "id": "TREASURITE:1", + "extra": [], + "chance": "1%" + } + ] + } + ] }
\ No newline at end of file |