diff options
Diffstat (limited to 'items/VOIDGLOOM_SERAPH_1_BOSS.json')
-rw-r--r-- | items/VOIDGLOOM_SERAPH_1_BOSS.json | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/items/VOIDGLOOM_SERAPH_1_BOSS.json b/items/VOIDGLOOM_SERAPH_1_BOSS.json index 56eee724..ce2c6597 100644 --- a/items/VOIDGLOOM_SERAPH_1_BOSS.json +++ b/items/VOIDGLOOM_SERAPH_1_BOSS.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§6Voidgloom Seraph I (Boss)", - "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c300.000❤\",3:\"§7Damage: §c1.200 §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:\"§7Reward: §d5 Enderman Slayer XP\",13:\"§8+ Possible Drops:\",14:\"§aNull Sphere §a(2x-3x) §8(§2Guaranteed 100%§8)\"],Name:\"§6Voidgloom Seraph I (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_1_BOSS\"}}", + "nbttag": "{ench:[],SkullOwner:{Id:\"0de98464-1274-4dd6-bba8-370efa5d41a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c300,000❤\",3:\"§7Damage: §c1.200 §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.\"],Name:\"§6Voidgloom Seraph I (Boss)\"},ExtraAttributes:{id:\"VOIDGLOOM_SERAPH_1_BOSS\"}}", "damage": 3, "lore": [ "§8Beginner", "", - "§7Health: §c300.000❤", + "§7Health: §c300,000❤", "§7Damage: §c1.200 §7per second", "", "§aMalevolent Hitshield", @@ -14,19 +14,31 @@ "§7Immunity shield dropped by hits", "§7regardless of damage.", "§7Receives §c-75% §c⫽ Ferocity", - "§c§7while NOT active.", - "", - "§7Reward: §d5 Enderman Slayer XP", - "§8+ Possible Drops:", - "§aNull Sphere §a(2x-3x) §8(§2Guaranteed 100%§8)" + "§c§7while NOT active." ], "internalname": "VOIDGLOOM_SERAPH_1_BOSS", - "clickcommand": "", - "modver": "2.0.0-REL", + "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": 5, + "name": "§6Voidgloom Seraph I", + "render": "Enderman", + "panorama": "combat_3", + "type": "drops", + "drops": [ + { + "id": "NULL_SPHERE", + "extra": ["x2-3"], + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |