diff options
Diffstat (limited to 'items/VOIDGLOOM_SERAPH_2_BOSS.json')
-rw-r--r-- | items/VOIDGLOOM_SERAPH_2_BOSS.json | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/items/VOIDGLOOM_SERAPH_2_BOSS.json b/items/VOIDGLOOM_SERAPH_2_BOSS.json index 4145fddc..f343ae06 100644 --- a/items/VOIDGLOOM_SERAPH_2_BOSS.json +++ b/items/VOIDGLOOM_SERAPH_2_BOSS.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§6Voidgloom Seraph II (Boss)", - "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c15.000.000❤\",3:\"§7Damage: §c5.000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\",16:\"\",17:\"§7Reward: §d25 Enderman Slayer XP\",18:\"§8+ Possible Drops:\",19:\"§aNull Sphere §a(14x-24x) §8(§2Guaranteed 100%§8)\",20:\"§9Twilight Arrow Poison §a(16x) §8(§9Occasional 20%§8)\",21:\"§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)\"],Name:\"§6Voidgloom Seraph II (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_2_BOSS\"}}", + "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Strong\",1:\"\",2:\"§7Health: §c15,000,000❤\",3:\"§7Damage: §c5,000 §7per second\",4:\"\",5:\"§aMalevolent Hitshield\",6:\"§8At 100%/66%/33% Hp\",7:\"§7Immunity shield dropped by hits\",8:\"§7regardless of damage.\",9:\"§7Receives §c-75% §c⫽ Ferocity\",10:\"§c§7while NOT active.\",11:\"\",12:\"§cYang Glyphs\",13:\"§8Starting at 50% HP\",14:\"§7Throws glyphs down.\",15:\"§7Stand next to them or die.\"],Name:\"§6Voidgloom Seraph II (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_2_BOSS\"}}", "damage": 3, "lore": [ "§8Strong", "", - "§7Health: §c15.000.000❤", - "§7Damage: §c5.000 §7per second", + "§7Health: §c15,000,000❤", + "§7Damage: §c5,000 §7per second", "", "§aMalevolent Hitshield", "§8At 100%/66%/33% Hp", @@ -19,21 +19,39 @@ "§cYang Glyphs", "§8Starting at 50% HP", "§7Throws glyphs down.", - "§7Stand next to them or die.", - "", - "§7Reward: §d25 Enderman Slayer XP", - "§8+ Possible Drops:", - "§aNull Sphere §a(14x-24x) §8(§2Guaranteed 100%§8)", - "§9Twilight Arrow Poison §a(16x) §8(§9Occasional 20%§8)", - "§5Summoning Eye §a(1x) §8(§5Extraordinary 1%§8)" + "§7Stand next to them or die." ], "internalname": "VOIDGLOOM_SERAPH_2_BOSS", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidgloom_Seraph", "https://wiki.hypixel.net/Voidgloom_Seraph" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "xp": 25, + "name": "§6Voidgloom Seraph II", + "render": "Enderman", + "panorama": "combat_3", + "type": "drops", + "drops": [ + { + "id": "NULL_SPHERE", + "extra": ["x14-24"], + "chance": "100%" + }, + { + "id": "TWILIGHT_ARROW_POISON:16", + "chance": "15.15%" + }, + { + "id": "SUMMONING_EYE", + "chance": "0.67%" + } + ] + } + ] }
\ No newline at end of file |