diff options
Diffstat (limited to 'items/REVENANT_HORROR_1_BOSS.json')
-rw-r--r-- | items/REVENANT_HORROR_1_BOSS.json | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/items/REVENANT_HORROR_1_BOSS.json b/items/REVENANT_HORROR_1_BOSS.json index 04ce1c0e..475e1b01 100644 --- a/items/REVENANT_HORROR_1_BOSS.json +++ b/items/REVENANT_HORROR_1_BOSS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Revenant Horror I (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"4bd5a615-7c98-37fb-8bd5-a6157c9827fb\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZjMDE4NDQ3M2ZlODgyZDI4OTVjZTdjYmM4MTk3YmQ0MGZmNzBiZjEwZDM3NDVkZTk3YjZjMmE5YzVmYzc4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c500❤\",3:\"§7Damage: §c15 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\",7:\"\",8:\"§7Reward: §d5 Zombie Slayer XP\",9:\"§8+ Possible Drops:\",10:\"§aRevenant Flesh §a(1x-3x) §8(§2Guaranteed 100%§8)\"],Name:\"§6Revenant Horror I (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_1_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"4bd5a615-7c98-37fb-8bd5-a6157c9827fb\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZjMDE4NDQ3M2ZlODgyZDI4OTVjZTdjYmM4MTk3YmQ0MGZmNzBiZjEwZDM3NDVkZTk3YjZjMmE5YzVmYzc4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c500❤\",3:\"§7Damage: §c15 §7per second\",4:\"\",5:\"§aLife Drain\",6:\"§7Drains health every few seconds.\"],Name:\"§6Revenant Horror I (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_1_BOSS\"}}", "damage": 3, "lore": [ "§8Beginner", @@ -10,19 +10,31 @@ "§7Damage: §c15 §7per second", "", "§aLife Drain", - "§7Drains health every few seconds.", - "", - "§7Reward: §d5 Zombie Slayer XP", - "§8+ Possible Drops:", - "§aRevenant Flesh §a(1x-3x) §8(§2Guaranteed 100%§8)" + "§7Drains health every few seconds." ], "internalname": "REVENANT_HORROR_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/Revenant_Horror", "https://wiki.hypixel.net/Revenant_Horror" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "xp": 5, + "name": "§6Revenant Horror I", + "render": "@neurepo:mobs/revenant_horror.json", + "panorama": "hub", + "type": "drops", + "drops": [ + { + "id": "REVENANT_FLESH", + "extra": ["x1-3"], + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |