diff options
Diffstat (limited to 'items/BOSS_CORLEONE_BOSS.json')
-rw-r--r-- | items/BOSS_CORLEONE_BOSS.json | 43 |
1 files changed, 30 insertions, 13 deletions
diff --git a/items/BOSS_CORLEONE_BOSS.json b/items/BOSS_CORLEONE_BOSS.json index 01f2c466..a9f38494 100644 --- a/items/BOSS_CORLEONE_BOSS.json +++ b/items/BOSS_CORLEONE_BOSS.json @@ -1,29 +1,46 @@ { "itemid": "minecraft:skull", "displayname": "§6Boss Corleone (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"edc502ab-c144-3389-adc5-02abc144f389\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmFmMGIwMzYwZjU2MjlhMzhhMDc0Y2Q5MjliNTlmMjc2OWIyZDA3NTJhNWQzNzJjNTQ2OWEzNzJhNTY3ZDkxOCJ9fX0=\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c1.000.000\",3:\"§7Coins per Kill: §650\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §f❤ Rough Ruby Gemstone §8x8-27x\",8:\"§8 ■ §f☘ Rough Jade Gemstone §8x8-41x\",9:\"\",10:\"§aUncommon Loot\",11:\"§8 ■ §5Corleonite §8(§a2%§8)\"],Name:\"§6Boss Corleone (Boss)\"},ExtraAttributes:{id:\"BOSS_CORLEONE_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"edc502ab-c144-3389-adc5-02abc144f389\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmFmMGIwMzYwZjU2MjlhMzhhMDc0Y2Q5MjliNTlmMjc2OWIyZDA3NTJhNWQzNzJjNTQ2OWEzNzJhNTY3ZDkxOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c1,000,000\"],Name:\"§6Boss Corleone (Boss)\"},ExtraAttributes:{id:\"BOSS_CORLEONE_BOSS\"}}", "damage": 3, "lore": [ "§7Prepare for trouble!", "", - "§c❤ Health§8: §c1.000.000", - "§7Coins per Kill: §650", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §f❤ Rough Ruby Gemstone §8x8-27x", - "§8 ■ §f☘ Rough Jade Gemstone §8x8-41x", - "", - "§aUncommon Loot", - "§8 ■ §5Corleonite §8(§a2%§8)" + "§c❤ Health§8: §c1,000,000" ], "internalname": "BOSS_CORLEONE_BOSS", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Team_Treasurite", "https://wiki.hypixel.net/Boss_Corleone" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 200, + "coins": 50, + "xp": 50, + "combat_xp": 150, + "name": "§6Boss Corleone", + "render": "@neurepo:mobs/boss_corleone.json", + "panorama": "crystal_hollows", + "type": "drops", + "drops": [ + { + "id": "ROUGH_RUBY_GEM:1", + "chance": "x15-27" + }, + { + "id": "ROUGH_JADE_GEM:1", + "chance": "x18-41" + }, + { + "id": "CORLEONITE:1", + "chance": "2%" + } + ] + } + ] }
\ No newline at end of file |