aboutsummaryrefslogtreecommitdiff
path: root/items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
committerjani270 <jani270@gmx.de>2022-04-22 06:57:21 +0200
commit63769b63076a9951a3089abf519b3e9fff825b13 (patch)
tree2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json
parentbbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff)
downloadNotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2
NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip
Nether stuff and mob recipes
Diffstat (limited to 'items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json')
-rw-r--r--items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json44
1 files changed, 30 insertions, 14 deletions
diff --git a/items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json b/items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json
index db45a047..62f18092 100644
--- a/items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json
+++ b/items/UNSTABLE_LOST_ADVENTURER_MINIBOSS.json
@@ -1,27 +1,43 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Unstable Lost Adventurer (Miniboss)",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8584e5d0-47fc-388b-b3c8-f89a62f375bf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYwNWZjNGUyYjY4YzQ1MDU5YWZlZjM5OTllOWE5NWFhM2Q4OTQzNTk3YTc4OTRlNTY5Mzk3ZDZjZjVkMTY3MmEifX19\"}]}},display:{Lore:[0:\"§7Coins per Kill: §61\",1:\"§7Combat XP: §3100-145\",2:\"\",3:\"§6§lPossible Drops:\",4:\"§fCommon Loot\",5:\"§8 ■ §8Young Essence x3-5\",6:\"§8 ■ §5Unstable Dragon Fragment §8x2-4\",7:\"\",8:\"§6Legendary Loot\",9:\"§8 ■ §9Beating Heart §8(§a0.1%§8)\"],Name:\"§5Unstable Lost Adventurer (Miniboss)\"},ExtraAttributes:{id:\"UNSTABLE_LOST_ADVENTURER_MINIBOSS\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8584e5d0-47fc-388b-b3c8-f89a62f375bf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYwNWZjNGUyYjY4YzQ1MDU5YWZlZjM5OTllOWE5NWFhM2Q4OTQzNTk3YTc4OTRlNTY5Mzk3ZDZjZjVkMTY3MmEifX19\"}]}},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:\"§5Unstable Lost Adventurer (Miniboss)\"},ExtraAttributes:{id:\"UNSTABLE_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 ■ §8Young Essence x3-5",
- "§8 ■ §5Unstable Dragon Fragment §8x2-4",
- "",
- "§6Legendary Loot",
- "§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": "UNSTABLE_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://wiki.hypixel.net/Lost_Adventurer"
],
- "crafttext": ""
-}
+ "crafttext": "",
+ "recipes": [
+ {
+ "combat_xp": 100,
+ "coins": 1,
+ "xp": 100,
+ "name": "§5Unstable Lost Adventurer",
+ "render": "@neurepo:mobs/unstable_lost_adventurer.json",
+ "panorama": "dungeon",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "UNSTABLE_FRAGMENT",
+ "chance": "x1-3"
+ },
+ {
+ "id": "BEATING_HEART",
+ "chance": "0.1%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file