diff options
Diffstat (limited to 'items/REVENANT_SYCOPHANT_MINIBOSS.json')
-rw-r--r-- | items/REVENANT_SYCOPHANT_MINIBOSS.json | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/items/REVENANT_SYCOPHANT_MINIBOSS.json b/items/REVENANT_SYCOPHANT_MINIBOSS.json index 6023c21e..7862cfa3 100644 --- a/items/REVENANT_SYCOPHANT_MINIBOSS.json +++ b/items/REVENANT_SYCOPHANT_MINIBOSS.json @@ -1,21 +1,39 @@ { "itemid": "minecraft:skull", "displayname": "§5Revenant Sycophant (Miniboss)", - "nbttag": "{display:{Lore:[0:\"§7The Revenant Sycophant is a Revenant Horror/Zombie\",1:\"§7Slayer Miniboss that has a Small chance to be spawned\",2:\"§7when a player with an active Revenant Horror Tier III+\",3:\"§7Quest kills a Zombie.\"],Name:\"§5Revenant Sycophant (Miniboss)\"},ExtraAttributes:{id:\"REVENANT_SYCOPHANT_MINIBOSS\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Revenant Sycophant is a Revenant Horror/Zombie\",1:\"§7Slayer Miniboss that has a small chance to be spawned\",2:\"§7when a player with an active Revenant Horror Tier III+\",3:\"§7Quest kills a Zombie.\",4:\"\",5:\"§c❤ Health§8: §c24,000\"],Name:\"§5Revenant Sycophant (Miniboss)\"},ExtraAttributes:{id:\"REVENANT_SYCOPHANT_MINIBOSS\"}}", "damage": 2, "lore": [ "§7The Revenant Sycophant is a Revenant Horror/Zombie", - "§7Slayer Miniboss that has a Small chance to be spawned", + "§7Slayer Miniboss that has a small chance to be spawned", "§7when a player with an active Revenant Horror Tier III+", - "§7Quest kills a Zombie." + "§7Quest kills a Zombie.", + "", + "§c❤ Health§8: §c24,000" ], "internalname": "REVENANT_SYCOPHANT_MINIBOSS", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Sycophant", "https://wiki.hypixel.net/Revenant_Sycophant" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "name": "§cRevenant Sycophant", + "render": "@neurepo:mobs/revenant_sycophant.json", + "level": 80, + "combat_xp": 360, + "type": "drops", + "panorama": "hub", + "drops": [ + { + "id": "REVENANT_FLESH:1", + "chance": "100%" + } + ] + } + ] }
\ No newline at end of file |