diff options
Diffstat (limited to 'items/INFERNO_DEMONLORD_2_BOSS.json')
-rw-r--r-- | items/INFERNO_DEMONLORD_2_BOSS.json | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/items/INFERNO_DEMONLORD_2_BOSS.json b/items/INFERNO_DEMONLORD_2_BOSS.json new file mode 100644 index 00000000..96aa25c6 --- /dev/null +++ b/items/INFERNO_DEMONLORD_2_BOSS.json @@ -0,0 +1,97 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Inferno Demonlord II (Boss)", + "nbttag": "{SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c10,000,000❤\",3:\"§7Demons damage: §c8,000§7/s\",4:\"§7Demons health: §c1,750,000❤\",5:\"\",6:\"§6Immolate\",7:\"§8Passive\",8:\"§7Deals §c100 §7+ §c15% §7of your max §c❤\",9:\"§c§7as §ftrue §7damage every second.\",10:\"\",11:\"§bHellion Shield\",12:\"§8Passive\",13:\"§7Match the attunement on your\",14:\"§7dagger to damage the boss.\",15:\"\",16:\"§5Demonsplit\",17:\"§8At 50% HP\",18:\"§7Splits into two powerful demons.\",19:\"\",20:\"§cFire Pillars\",21:\"§8Starting at 50% HP\",22:\"§7Spawns fire pillars.\",23:\"§7Destroy them or die.\"],Name:\"§6Inferno Demonlord II (Boss)\"},ExtraAttributes:{id:\"INFERNO_DEMONLORD_2_BOSS\"}}", + "damage": 3, + "lore": [ + "§8Strong", + "", + "§7Health: §c10,000,000❤", + "§7Demons damage: §c8,000§7/s", + "§7Demons health: §c1,750,000❤", + "", + "§6Immolate", + "§8Passive", + "§7Deals §c100 §7+ §c15% §7of your max §c❤", + "§c§7as §ftrue §7damage every second.", + "", + "§bHellion Shield", + "§8Passive", + "§7Match the attunement on your", + "§7dagger to damage the boss.", + "", + "§5Demonsplit", + "§8At 50% HP", + "§7Splits into two powerful demons.", + "", + "§cFire Pillars", + "§8Starting at 50% HP", + "§7Spawns fire pillars.", + "§7Destroy them or die." + ], + "internalname": "INFERNO_DEMONLORD_2_BOSS", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Inferno_Demonlord", + "https://wiki.hypixel.net/Inferno_Demonlord" + ], + "crafttext": "", + "recipes": [ + { + "xp": 1, + "name": "§6Inferno Demonlord II", + "render": "Blaze", + "panorama": "crimson_isle", + "coins": 1, + "combat_xp": 100, + "type": "drops", + "drops": [ + { + "id": "DERELICT_ASHE", + "extra": [ + "x12-22" + ], + "chance": "100%" + }, + { + "id": "ARROW_BUNDLE_MAGMA", + "chance": "8.47%" + }, + { + "id": "MANA_DISINTEGRATOR", + "chance": "3.95%" + }, + { + "id": "SCORCHED_BOOKS", + "chance": "2.26%" + }, + { + "id": "KELVIN_INVERTER", + "chance": "2.82%" + }, + { + "id": "BLAZE_ROD_DISTILLATE", + "chance": "5.08%" + }, + { + "id": "GLOWSTONE_DUST_DISTILLATE", + "chance": "5.08%" + }, + { + "id": "MAGMA_CREAM_DISTILLATE", + "chance": "5.08%" + }, + { + "id": "NETHER_STALK_DISTILLATE", + "chance": "5.08%" + }, + { + "id": "CRUDE_GABAGOOL_DISTILLATE", + "chance": "2.82%" + } + ] + } + ] +}
\ No newline at end of file |