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/SPIDER_JOCKEY_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/SPIDER_JOCKEY_MONSTER.json')
-rw-r--r-- | items/SPIDER_JOCKEY_MONSTER.json | 54 |
1 files changed, 34 insertions, 20 deletions
diff --git a/items/SPIDER_JOCKEY_MONSTER.json b/items/SPIDER_JOCKEY_MONSTER.json index 4f664be1..3f381c31 100644 --- a/items/SPIDER_JOCKEY_MONSTER.json +++ b/items/SPIDER_JOCKEY_MONSTER.json @@ -1,34 +1,48 @@ { "itemid": "minecraft:skull", "displayname": "§9Spider Jockey (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4eb8745c-80d2-356b-b4fa-f3ffa74082e7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA5MzkzNzNjYWZlNGIxZjUzOTdhYWZkMDlmM2JiMTY2M2U3YjYyOWE0MWE3NWZiZGMxODYwYjZiZjhiNDc1ZiJ9fX0\"}]}},display:{Lore:[0:\"§7The Skeletons have been\",1:\"§7controlling Spiders since the\",2:\"§7dawn of minekind.\",3:\"\",4:\"§c❤ Health§8: §c280\",5:\"§7Coins per Kill: §62\",6:\"§7Combat XP: §39\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString §8x2\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §fSpider Eye §8(§a10%§8)\",14:\"\",15:\"§6Legendary Loot\",16:\"§8 ■ §5 Travel Scroll to Spider\u0027s Den\",17:\" §5Top of Nest §8(§a0.02%§8)\"],Name:\"§9Spider Jockey (Monster)\"},ExtraAttributes:{id:\"SPIDER_JOCKEY_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4eb8745c-80d2-356b-b4fa-f3ffa74082e7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA5MzkzNzNjYWZlNGIxZjUzOTdhYWZkMDlmM2JiMTY2M2U3YjYyOWE0MWE3NWZiZGMxODYwYjZiZjhiNDc1ZiJ9fX0\"}]}},display:{Lore:[0:\"§7The Skeletons have been\",1:\"§7controlling Spiders since the\",2:\"§7dawn of minekind.\",3:\"\",4:\"§c❤ Health§8: §c280\"],Name:\"§9Spider Jockey (Monster)\"},ExtraAttributes:{id:\"SPIDER_JOCKEY_MONSTER\"}}", "damage": 3, "lore": [ "§7The Skeletons have been", "§7controlling Spiders since the", "§7dawn of minekind.", "", - "§c❤ Health§8: §c280", - "§7Coins per Kill: §62", - "§7Combat XP: §39", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fString §8x2", - "", - "§aUncommon Loot", - "§8 ■ §fSpider Eye §8(§a10%§8)", - "", - "§6Legendary Loot", - "§8 ■ §5 Travel Scroll to Spider\u0027s Den", - " §5Top of Nest §8(§a0.02%§8)" + "§c❤ Health§8: §c280" ], "internalname": "SPIDER_JOCKEY_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Spider_Jockey" + "https://hypixel-skyblock.fandom.com/wiki/Spider_Jockey", + "https://wiki.hypixel.net/Spider_Jockey" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 3, + "coins": 2, + "xp": 9, + "combat_xp": 9, + "name": "§cSpider Jokey", + "panorama": "combat_1", + "render": "Spider", + "type": "drops", + "drops": [ + { + "id": "SPIDER_EYE", + "chance": "x2" + }, + { + "id": "STRING", + "chance": "50%" + }, + { + "id": "SPIDERS_DEN_TOP_TRAVEL_SCROLL", + "chance": "0.02%" + } + ] + } + ] +}
\ No newline at end of file |