diff options
Diffstat (limited to 'items/REVENANT_HORROR_BOSS.json')
-rw-r--r-- | items/REVENANT_HORROR_BOSS.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/REVENANT_HORROR_BOSS.json b/items/REVENANT_HORROR_BOSS.json new file mode 100644 index 00000000..58247d6e --- /dev/null +++ b/items/REVENANT_HORROR_BOSS.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§6Revenant Horror (Boss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Revenant Horror is a slayer boss in the\",1:\"§7Zombie Slayer track. It can\u0027t be damaged with bows,\",2:\"§7as it heals when it is touched by an arrow. \"],Name:\"§6Revenant Horror (Boss)\"},ExtraAttributes:{id:\"REVENANT_HORROR_BOSS\"}}", + "damage": 54, + "lore": [ + "§7The Revenant Horror is a slayer boss in the", + "§7Zombie Slayer track. It can\u0027t be damaged with bows,", + "§7as it heals when it is touched by an arrow. " + ], + "internalname": "REVENANT_HORROR_BOSS", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Revenant_Horror" + ], + "entityrender": "Zombie" +}
\ No newline at end of file |