diff options
Diffstat (limited to 'items/ATONED_CHAMPION_MINIBOSS.json')
-rw-r--r-- | items/ATONED_CHAMPION_MINIBOSS.json | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/items/ATONED_CHAMPION_MINIBOSS.json b/items/ATONED_CHAMPION_MINIBOSS.json index 147ac3d2..b0c1911a 100644 --- a/items/ATONED_CHAMPION_MINIBOSS.json +++ b/items/ATONED_CHAMPION_MINIBOSS.json @@ -1,25 +1,37 @@ { "itemid": "minecraft:skull", "displayname": "§5Atoned Champion (Miniboss)", - "nbttag": "{display:{Lore:[0:\"§7The Atoned Champion is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier V Quests.\",3:\"\",4:\"§c❤ Health§8: §c600.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aRevenant Flesh\"],Name:\"§5Atoned Champion (Miniboss)\"},ExtraAttributes:{id:\"ATONED_CHAMPION_MINIBOSS\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Atoned Champion is a Revenant Horror\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Zombie during Revenant Horror Tier V Quests.\",3:\"\",4:\"§c❤ Health§8: §c600,000\"],Name:\"§5Atoned Champion (Miniboss)\"},ExtraAttributes:{id:\"ATONED_CHAMPION_MINIBOSS\"}}", "damage": 2, "lore": [ "§7The Atoned Champion is a Revenant Horror", "§7Miniboss that very rarely spawns after killing a", "§7Zombie during Revenant Horror Tier V Quests.", "", - "§c❤ Health§8: §c600.000", - "", - "§6§lPossible Drops:", - "§aRevenant Flesh" + "§c❤ Health§8: §c600,000" ], "internalname": "ATONED_CHAMPION_MINIBOSS", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Atoned_Champion", "https://wiki.hypixel.net/Atoned_Champion" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "name": "§cAtoned Champion", + "render": "@neurepo:mobs/atoned_champion.json", + "level": 390, + "type": "drops", + "panorama": "hub", + "drops": [ + { + "id": "REVENANT_FLESH:2", + "chance": "100%" + } + ] + } + ] }
\ No newline at end of file |