diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-26 19:55:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 13:55:08 -0400 |
commit | f33125d679b6c41457e5370c6fdb6b7f542f2d4a (patch) | |
tree | bfe82f081e7cf20cc18ab7961f333738f36ccbbc /items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json | |
parent | 73886352ca97017e94239590cf813f23c71ba13e (diff) | |
download | NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.tar.gz NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.tar.bz2 NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.zip |
Mobs, Wiki Link fixes, new Items (#500)
Diffstat (limited to 'items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json')
-rw-r--r-- | items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json b/items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json new file mode 100644 index 00000000..138f0685 --- /dev/null +++ b/items/SUPERIOR_LOST_ADVENTURER_MINIBOSS.json @@ -0,0 +1,27 @@ +{ + "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\"}}", + "damage": 3, + "lore": [ + "§7Coins per Kill: §61", + "§7Combat XP: §3100-145", + "", + "§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)" + ], + "internalname": "SUPERIOR_LOST_ADVENTURER_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lost_Adventurer" + ], + "crafttext": "" +}
\ No newline at end of file |