aboutsummaryrefslogtreecommitdiff
path: root/items/FROZEN_ADVENTURER_MINIBOSS.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/FROZEN_ADVENTURER_MINIBOSS.json')
-rw-r--r--items/FROZEN_ADVENTURER_MINIBOSS.json57
1 files changed, 39 insertions, 18 deletions
diff --git a/items/FROZEN_ADVENTURER_MINIBOSS.json b/items/FROZEN_ADVENTURER_MINIBOSS.json
index 9da0a2df..e182370e 100644
--- a/items/FROZEN_ADVENTURER_MINIBOSS.json
+++ b/items/FROZEN_ADVENTURER_MINIBOSS.json
@@ -4,31 +4,52 @@
"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",
+ "§7Long lost to the depths of the",
+ "§7Catacombs.",
"",
- "§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"
+ "§c❤ Health§8: §c1,100,000 - 6,600,000",
+ "§c❤ Health §8(MM) : §c60,000,000 - 160,000,000"
],
"internalname": "FROZEN_ADVENTURER_MINIBOSS",
- "clickcommand": "",
+ "clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Frozen_Adventurer",
"https://wiki.hypixel.net/Frozen_Adventurer"
],
- "crafttext": ""
+ "crafttext": "",
+ "recipes": [
+ {
+ "combat_xp": 180,
+ "coins": 1,
+ "xp": 185,
+ "name": "§5Frozen Lost Adventurer",
+ "render": "@neurepo:mobs/frozen_adventurer.json",
+ "type": "drops",
+ "panorama": "dungeon",
+ "drops": [
+ {
+ "id": "ENCHANTED_ICE",
+ "chance": "100%"
+ },
+ {
+ "id": "BLUE_ICE_HUNK",
+ "chance": "1%"
+ },
+ {
+ "id": "ICE_HUNK",
+ "chance": "5%"
+ },
+ {
+ "id": "BEATING_HEART",
+ "chance": "0.1%"
+ },
+ {
+ "id": "ICE_SPRAY_WAND",
+ "chance": "0.1%"
+ }
+ ]
+ }
+ ]
} \ No newline at end of file