diff options
Diffstat (limited to 'items/SUPERIOR_ENDER_DRAGON_BOSS.json')
-rw-r--r-- | items/SUPERIOR_ENDER_DRAGON_BOSS.json | 96 |
1 files changed, 68 insertions, 28 deletions
diff --git a/items/SUPERIOR_ENDER_DRAGON_BOSS.json b/items/SUPERIOR_ENDER_DRAGON_BOSS.json index c50b1ffe..6a4bc54a 100644 --- a/items/SUPERIOR_ENDER_DRAGON_BOSS.json +++ b/items/SUPERIOR_ENDER_DRAGON_BOSS.json @@ -1,40 +1,80 @@ { "itemid": "minecraft:skull", "displayname": "§6Superior Ender Dragon (Boss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8bac9ff5-6006-3a10-99e4-55799153a1f8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTJhNzcwNDU5ZmE2ZDY1ZTIyYWE5NTY3OWQ5M2EyODcwYWFmZWE3MGY5ZjFjNmEwZjc4ZWI2NDFlOTI4OTAifX19Cg\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c12.000.000\",1:\"§7Coins per Kill: §61.000\",2:\"§7Combat XP: §3300\",3:\"\",4:\"§6§lPossible Drops:\",5:\"§fCommon Loot\",6:\"§8 ■ §fEnder Pearl\",7:\"\",8:\"§aUncommon Loot\",9:\"§8 ■ §5Superior Dragon Fragment\",10:\"§8 ■ §aEnchanted Ender Pearl\",11:\"\",12:\"§9Rare Loot\",13:\"§8 ■ §6Superior Dragon Helmet\",14:\"§8 ■ §6Superior Dragon Boots\",15:\"\",16:\"§6Legendary Loot\",17:\"§8 ■ §5Dragon Horn\",18:\"§8 ■ §9Dragon Claw\",19:\"§8 ■ §7[Lvl 1] §5Ender Dragon\",20:\"§8 ■ §7[Lvl 1] §6Ender Dragon\",21:\"§8 ■ §6Superior Dragon Chestplate\",22:\"§8 ■ §6Superior Dragon Leggings\"],Name:\"§6Superior Ender Dragon (Boss)\"},ExtraAttributes:{id:\"SUPERIOR_ENDER_DRAGON_BOSS\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8bac9ff5-6006-3a10-99e4-55799153a1f8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTJhNzcwNDU5ZmE2ZDY1ZTIyYWE5NTY3OWQ5M2EyODcwYWFmZWE3MGY5ZjFjNmEwZjc4ZWI2NDFlOTI4OTAifX19Cg\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c12,000.000\"],Name:\"§6Superior Ender Dragon (Boss)\"},ExtraAttributes:{id:\"SUPERIOR_ENDER_DRAGON_BOSS\"}}", "damage": 3, "lore": [ - "§c❤ Health§8: §c12.000.000", - "§7Coins per Kill: §61.000", - "§7Combat XP: §3300", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fEnder Pearl", - "", - "§aUncommon Loot", - "§8 ■ §5Superior Dragon Fragment", - "§8 ■ §aEnchanted Ender Pearl", - "", - "§9Rare Loot", - "§8 ■ §6Superior Dragon Helmet", - "§8 ■ §6Superior Dragon Boots", - "", - "§6Legendary Loot", - "§8 ■ §5Dragon Horn", - "§8 ■ §9Dragon Claw", - "§8 ■ §7[Lvl 1] §5Ender Dragon", - "§8 ■ §7[Lvl 1] §6Ender Dragon", - "§8 ■ §6Superior Dragon Chestplate", - "§8 ■ §6Superior Dragon Leggings" + "§c❤ Health§8: §c12,000.000" ], "internalname": "SUPERIOR_ENDER_DRAGON_BOSS", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon", "https://wiki.hypixel.net/Ender_Dragon" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "combat_xp": 300, + "level": 100, + "coins": 1000, + "xp": 500, + "name": "§6Superior Ender Dragon", + "panorama": "combat_3", + "render": "Dragon", + "type": "drops", + "drops": [ + { + "id": "ENDER_PEARL", + "chance": "100%" + }, + { + "id": "ENCHANTED_ENDER_PEARL", + "chance": "100%" + }, + { + "id": "SUPERIOR_FRAGMENT", + "chance": "100%" + }, + { + "id": "SUPERIOR_DRAGON_HELMET", + "chance": "30%" + }, + { + "id": "SUPERIOR_DRAGON_CHESTPLATE", + "chance": "30%" + }, + { + "id": "SUPERIOR_DRAGON_LEGGINGS", + "chance": "30%" + }, + { + "id": "SUPERIOR_DRAGON_BOOTS", + "chance": "30%" + }, + { + "id": "ENDER_DRAGON;3", + "chance": ".05% per Summoning Eye" + }, + { + "id": "ENDER_DRAGON;4", + "chance": ".01% per Summoning Eye" + }, + { + "id": "DRAGON_CLAW", + "chance": "2% per Summoning Eye" + }, + { + "id": "DRAGON_HORN", + "chance": "30%" + }, + { + "id": "ASPECT_OF_THE_DRAGON", + "chance": "3% per Summoning Eye" + } + ] + } + ] +}
\ No newline at end of file |