diff options
Diffstat (limited to 'items/ARACHNES_KEEPER_MINIBOSS.json')
-rw-r--r-- | items/ARACHNES_KEEPER_MINIBOSS.json | 46 |
1 files changed, 32 insertions, 14 deletions
diff --git a/items/ARACHNES_KEEPER_MINIBOSS.json b/items/ARACHNES_KEEPER_MINIBOSS.json index e30b73bd..7f248c10 100644 --- a/items/ARACHNES_KEEPER_MINIBOSS.json +++ b/items/ARACHNES_KEEPER_MINIBOSS.json @@ -1,27 +1,45 @@ { "itemid": "minecraft:skull", - "displayname": "§9Arachne's Keeper (Miniboss)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Keeper of Arachne\",1:\"\",2:\"§c❤ Health§8: §c100.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §fSpider Eye\",8:\"§8 ■ §fString §8(§a50%§8)\",9:\"§8 ■ §9Arachne's Keeper Fragment\"],Name:\"§9Arachne's Keeper (Miniboss)\"},ExtraAttributes:{id:\"ARACHNES_KEEPER_MINIBOSS\"}}", + "displayname": "§9Arachne\u0027s Keeper (Miniboss)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Keeper of Arachne\",1:\"\",2:\"§c❤ Health§8: §c100,000\"],Name:\"§9Arachne\u0027s Keeper (Miniboss)\"},ExtraAttributes:{id:\"ARACHNES_KEEPER_MINIBOSS\"}}", "damage": 3, "lore": [ "§7Keeper of Arachne", "", - "§c❤ Health§8: §c100.000", - "§7Coins per Kill: §610", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fSpider Eye", - "§8 ■ §fString §8(§a50%§8)", - "§8 ■ §9Arachne's Keeper Fragment" + "§c❤ Health§8: §c100,000" ], "internalname": "ARACHNES_KEEPER_MINIBOSS", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Arachne's_Keeper", - "https://wiki.hypixel.net/Arachne's_Keeper" + "https://hypixel-skyblock.fandom.com/wiki/Arachne\u0027s_Keeper", + "https://wiki.hypixel.net/Arachne\u0027s_Keeper" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 10, + "xp": 10, + "name": "§fArachne\u0027s Keeper", + "render": "Spider", + "panorama": "combat_1", + "type": "drops", + "drops": [ + { + "id": "ARACHNE_KEEPER_FRAGMENT", + "chance": "100%" + }, + { + "id": "SPIDER_EYE", + "chance": "100%" + }, + { + "id": "STRING", + "chance": "50%" + } + ] + } + ] }
\ No newline at end of file |