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/FROZEN_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/FROZEN_ADVENTURER_MINIBOSS.json')
-rw-r--r-- | items/FROZEN_ADVENTURER_MINIBOSS.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/FROZEN_ADVENTURER_MINIBOSS.json b/items/FROZEN_ADVENTURER_MINIBOSS.json new file mode 100644 index 00000000..2b0c3cac --- /dev/null +++ b/items/FROZEN_ADVENTURER_MINIBOSS.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Frozen Adventurer (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Coins per Kill: §61\",1:\"§7Combat XP: §3100-145\",2:\"\",3:\"§6§lPossible Drops:\",4:\"§fCommon Loot\",5:\"§8 ■ §8Ice Essence x3-5\",6:\"§8 ■ §aEnchanted Ice\",7:\"\",8:\"§aUncommon Loot\",9:\"§8 ■ §aHunk of Ice §8(§a5%§8)\",10:\"\",11:\"§9Rare Loot\",12:\"§8 ■ §9Hunk of Blue Ice §8(§a1%§8)\",13:\"\",14:\"§6Legendary Loot\",15:\"§8 ■ §5Ice Spray Wand §8(§a0.1%§8)\",16:\"§8 ■ §4More Info Needed\"],Name:\"§5Frozen Adventurer (Miniboss)\"},ExtraAttributes:{id:\"FROZEN_ADVENTURER_MINIBOSS\"}}", + "damage": 3, + "lore": [ + "§7Coins per Kill: §61", + "§7Combat XP: §3100-145", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §8Ice Essence x3-5", + "§8 ■ §aEnchanted Ice", + "", + "§aUncommon Loot", + "§8 ■ §aHunk of Ice §8(§a5%§8)", + "", + "§9Rare Loot", + "§8 ■ §9Hunk of Blue Ice §8(§a1%§8)", + "", + "§6Legendary Loot", + "§8 ■ §5Ice Spray Wand §8(§a0.1%§8)", + "§8 ■ §4More Info Needed" + ], + "internalname": "FROZEN_ADVENTURER_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Frozen_Adventurer" + ], + "crafttext": "" +}
\ No newline at end of file |