diff options
Diffstat (limited to 'items/INFERNO_DEMONLORD_1_BOSS.json')
-rw-r--r-- | items/INFERNO_DEMONLORD_1_BOSS.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/items/INFERNO_DEMONLORD_1_BOSS.json b/items/INFERNO_DEMONLORD_1_BOSS.json new file mode 100644 index 00000000..3134dc29 --- /dev/null +++ b/items/INFERNO_DEMONLORD_1_BOSS.json @@ -0,0 +1,51 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Inferno Demonlord I (Boss)", + "nbttag": "{SkullOwner:{Id:\"118fe834-28aa-3b0d-afe6-f0c52d01afe8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c2,500,000❤\",3:\"§7Demons damage: §c2,500§7/s\",4:\"§7Demons health: §c500,000❤\",5:\"\",6:\"§6Immolate\",7:\"§8Passive\",8:\"§7Deals §c100 §7+ §c12% §7of your max §c:heart:\",9:\"§c§7as §ftrue §7damage every second.\",10:\"\",11:\"§5Demonsplit\",12:\"§8At 50% HP\",13:\"§7Splits into two powerful demons.\"],Name:\"§6Inferno Demonlord I (Boss)\"},ExtraAttributes:{id:\"INFERNO_DEMONLORD_1_BOSS\"}}", + "damage": 3, + "lore": [ + "§8Beginner", + "", + "§7Health: §c2,500,000❤", + "§7Demons damage: §c2,500§7/s", + "§7Demons health: §c500,000❤", + "", + "§6Immolate", + "§8Passive", + "§7Deals §c100 §7+ §c12% §7of your max §c:heart:", + "§c§7as §ftrue §7damage every second.", + "", + "§5Demonsplit", + "§8At 50% HP", + "§7Splits into two powerful demons." + ], + "internalname": "INFERNO_DEMONLORD_1_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 I", + "render": "Blaze", + "panorama": "crimson_isle", + "coins": 1, + "combat_xp": 50, + "type": "drops", + "drops": [ + { + "id": "DERELICT_ASHE", + "extra": [ + "x2-3" + ], + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |