diff options
Diffstat (limited to 'items/ARACHNE_BOSS.json')
-rw-r--r-- | items/ARACHNE_BOSS.json | 83 |
1 files changed, 70 insertions, 13 deletions
diff --git a/items/ARACHNE_BOSS.json b/items/ARACHNE_BOSS.json index ca19187e..085fb96f 100644 --- a/items/ARACHNE_BOSS.json +++ b/items/ARACHNE_BOSS.json @@ -1,29 +1,86 @@ { "itemid": "minecraft:skull", "displayname": "§6Arachne (Boss)", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7The strongest spider in the den.\",1:\"\",2:\"§c❤ Health§8: §c10.000.000-20.000.000\",3:\"§7Coins per Kill: §610-20\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§8 ■ §fString\",7:\"§8 ■ §9Soul String\",8:\"§8 ■ §9Arachne Fragment\",9:\"§8 ■ §8[Lvl 1] §5Tarantula\",10:\"§8 ■ §8[Lvl 1] §6Tarantula\",11:\"§8 ■ §5Dark Queen's Soul Drop\"],Name:\"§6Arachne (Boss)\"},ExtraAttributes:{id:\"ARACHNE_BOSS\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7The strongest spider in the den.\",1:\"\",2:\"§c❤ Health§8: §c10,000,000-20,000,000\"],Name:\"§6Arachne (Boss)\"},ExtraAttributes:{id:\"ARACHNE_BOSS\"}}", "damage": 3, "lore": [ "§7The strongest spider in the den.", "", - "§c❤ Health§8: §c10.000.000-20.000.000", - "§7Coins per Kill: §610-20", - "", - "§6§lPossible Drops:", - "§8 ■ §fString", - "§8 ■ §9Soul String", - "§8 ■ §9Arachne Fragment", - "§8 ■ §8[Lvl 1] §5Tarantula", - "§8 ■ §8[Lvl 1] §6Tarantula", - "§8 ■ §5Dark Queen's Soul Drop" + "§c❤ Health§8: §c10,000,000-20,000,000" ], "internalname": "ARACHNE_BOSS", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Arachne", "https://wiki.hypixel.net/Arachne" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 300, + "coins": 15, + "xp": 15, + "combat_xp": 35, + "name": "§6Arachne", + "panorama": "combat_1", + "render": "Spider", + "type": "drops", + "drops": [ + { + "id": "TARANTULA;3", + "chance": "2%" + }, + { + "id": "ENCHANTED_STRING", + "chance": "x0-2" + }, + { + "id": "STRING", + "chance": "x0-3" + }, + { + "id": "ARACHNE_FRAGMENT", + "chance": "100%" + }, + { + "id": "SOUL_STRING", + "chance": "x5-6" + } + ] + }, + { + "level": 500, + "coins": 20, + "xp": 20, + "combat_xp": 35, + "name": "§6Arachne", + "panorama": "combat_1", + "render": "Spider", + "type": "drops", + "drops": [ + { + "id": "TARANTULA;4", + "chance": "2%" + }, + { + "id": "ENCHANTED_STRING", + "chance": "x0-6" + }, + { + "id": "STRING", + "chance": "x0-3" + }, + { + "id": "DARK_QUEENS_SOUL_DROP", + "chance": "100%" + }, + { + "id": "SOUL_STRING", + "chance": "x30-32" + } + ] + } + ] }
\ No newline at end of file |