diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/ARACHNES_BROOD_MONSTER.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/ARACHNES_BROOD_MONSTER.json')
-rw-r--r-- | items/ARACHNES_BROOD_MONSTER.json | 43 |
1 files changed, 29 insertions, 14 deletions
diff --git a/items/ARACHNES_BROOD_MONSTER.json b/items/ARACHNES_BROOD_MONSTER.json index fdb4a23e..890e9bde 100644 --- a/items/ARACHNES_BROOD_MONSTER.json +++ b/items/ARACHNES_BROOD_MONSTER.json @@ -1,28 +1,43 @@ { "itemid": "minecraft:skull", "displayname": "§9Arachne\u0027s Brood (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Arachne\u0027s Brood is a mob spawned\",1:\"§7in waves by Arachne when she falls\",2:\"§7below 50% and 25% of her health\",3:\"\",4:\"§c❤ Health§8: §c10.000-100.000\",5:\"§7Coins per Kill: §610-13\",6:\"§7Combat XP: §31\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fSpider Eye\",11:\"§8 ■ §fString §8(§a50%§8)\"],Name:\"§9Arachne\u0027s Brood (Monster)\"},ExtraAttributes:{id:\"ARACHNES_BROOD_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§7Arachne\u0027s Brood is a mob spawned\",1:\"§7in waves by Arachne when she falls\",2:\"§7below 50% and 25% of her health\",3:\"\",4:\"§c❤ Health§8: §c10,000 - 100,000\"],Name:\"§9Arachne\u0027s Brood (Monster)\"},ExtraAttributes:{id:\"ARACHNES_BROOD_MONSTER\"}}", "damage": 3, "lore": [ "§7Arachne\u0027s Brood is a mob spawned", "§7in waves by Arachne when she falls", "§7below 50% and 25% of her health", "", - "§c❤ Health§8: §c10.000-100.000", - "§7Coins per Kill: §610-13", - "§7Combat XP: §31", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fSpider Eye", - "§8 ■ §fString §8(§a50%§8)" + "§c❤ Health§8: §c10,000 - 100,000" ], "internalname": "ARACHNES_BROOD_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Arachne\u0027s_Brood" + "https://hypixel-skyblock.fandom.com/wiki/Arachne\u0027s_Brood", + "https://wiki.hypixel.net/Arachne\u0027s_Brood" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 10, + "xp": 10, + "name": "§cArachne\u0027s Brood", + "panorama": "combat_1", + "render": "Spider", + "type": "drops", + "drops": [ + { + "id": "SPIDER_EYE", + "chance": "100%" + }, + { + "id": "STRING", + "chance": "50%" + } + ] + } + ] +}
\ No newline at end of file |