diff options
Diffstat (limited to 'items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json')
-rw-r--r-- | items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json | 57 |
1 files changed, 41 insertions, 16 deletions
diff --git a/items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json b/items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json index 81d1552a..d8f10a33 100644 --- a/items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json +++ b/items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json @@ -1,27 +1,52 @@ { "itemid": "minecraft:skull", "displayname": "§5Superior Lost Adventurer (Miniboss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f69ba621-a8b6-31a7-8de1-dc7ade140e1d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFlMDMyOWY0MjE5MmVlN2MxYTBjNzA0ZjgyZGJiYmU3YzAwZmJmYTNmMDIwYzEwNjdhMjA4NjMwYjk5MWI5ODgifX19\"}]}},display:{Lore:[0:\"§7Coins per Kill: §61\",1:\"§7Combat XP: §3100-145\",2:\"\",3:\"§6§lPossible Drops:\",4:\"§fCommon Loot\",5:\"§8 ■ §8Dragon Essence x3-5\",6:\"§8 ■ §5Superior Dragon Fragment §8x2-4\",7:\"\",8:\"§6Legendary Loot\",9:\"§8 ■ §5Dragon Scale §8(§a0.1%§8)\",10:\"§8 ■ §9Beating Heart §8(§a0.1%§8)\"],Name:\"§5Superior Lost Adventurer (Miniboss)\"},ExtraAttributes:{id:\"SUPERIOR_LOST_ADVENTURER_MINIBOSS\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f69ba621-a8b6-31a7-8de1-dc7ade140e1d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFlMDMyOWY0MjE5MmVlN2MxYTBjNzA0ZjgyZGJiYmU3YzAwZmJmYTNmMDIwYzEwNjdhMjA4NjMwYjk5MWI5ODgifX19\"}]}},display:{Lore:[0:\"§7Long lost to the depths of the\",1:\"§7Catacombs.\",2:\"\",3:\"§c❤ Health§8: §c60,000 - 7,000,000\",4:\"§c❤ Health §8(MM) : §c8,000,000 - 160,000,000\"],Name:\"§5Superior Lost Adventurer (Miniboss)\"},ExtraAttributes:{id:\"SUPERIOR_LOST_ADVENTURER_MINIBOSS\"}}", "damage": 3, "lore": [ - "§7Coins per Kill: §61", - "§7Combat XP: §3100-145", + "§7Long lost to the depths of the", + "§7Catacombs.", "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §8Dragon Essence x3-5", - "§8 ■ §5Superior Dragon Fragment §8x2-4", - "", - "§6Legendary Loot", - "§8 ■ §5Dragon Scale §8(§a0.1%§8)", - "§8 ■ §9Beating Heart §8(§a0.1%§8)" + "§c❤ Health§8: §c60,000 - 7,000,000", + "§c❤ Health §8(MM) : §c8,000,000 - 160,000,000" ], "internalname": "SUPERIOR_LOST_ADVENTURER_MINIBOSS", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Lost_Adventurer" + "https://hypixel-skyblock.fandom.com/wiki/Lost_Adventurer", + "https://wiki.hypixel.net/Lost_Adventurer" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "combat_xp": 158, + "coins": 1, + "xp": 100, + "name": "§5Superior Lost Adventurer", + "render": "@neurepo:mobs/superior_lost_adventurer.json", + "type": "drops", + "panorama": "dungeon", + "drops": [ + { + "id": "SUPERIOR_FRAGMENT", + "chance": "x1-2" + }, + { + "id": "BEATING_HEART", + "chance": "0.1%" + }, + { + "id": "DRAGON_SCALE", + "chance": "0.1%" + }, + { + "id": "ESSENCE_DRAGON", + "extra": ["x3-5"], + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |