From 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:14:54 +0200 Subject: 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 Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> --- items/VORACIOUS_SPIDER_MONSTER.json | 44 ++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 15 deletions(-) (limited to 'items/VORACIOUS_SPIDER_MONSTER.json') diff --git a/items/VORACIOUS_SPIDER_MONSTER.json b/items/VORACIOUS_SPIDER_MONSTER.json index e1215730..35530597 100644 --- a/items/VORACIOUS_SPIDER_MONSTER.json +++ b/items/VORACIOUS_SPIDER_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Voracious Spider (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\"}]}},display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c1.000\",6:\"§7Combat XP: §3100\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted String §8(§a10%§8)\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3e5474d4-4365-3ea7-b4bc-b4edc54da341\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODMwMDk4NmVkMGEwNGVhNzk5MDRmNmFlNTNmNDllZDNhMGZmNWIxZGY2MmJiYTYyMmVjYmQzNzc3ZjE1NmRmOCJ9fX0\"}]}},display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c1,000\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", "damage": 3, "lore": [ "§7The Voracious Spider is a spider that spawns in", @@ -9,22 +9,36 @@ "§7they have much more health and damage output", "§7and spawn much more frequently in large groups.", "", - "§c❤ Health§8: §c1.000", - "§7Combat XP: §3100", - "", - "§6§lPossible Drops:", - "§fCommon Loot", - "§8 ■ §fString", - "", - "§aUncommon Loot", - "§8 ■ §aEnchanted String §8(§a10%§8)" + "§c❤ Health§8: §c1,000" ], "internalname": "VORACIOUS_SPIDER_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Voracious_Spider" + "https://hypixel-skyblock.fandom.com/wiki/Voracious_Spider", + "https://wiki.hypixel.net/Voracious_Spider" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "level": 10, + "coins": 2, + "xp": 3, + "name": "§cVoracious Spider", + "panorama": "combat_1", + "render": "Spider", + "type": "drops", + "drops": [ + { + "id": "SPIDER_EYE", + "chance": "10%" + }, + { + "id": "STRING", + "chance": "100%" + } + ] + } + ] +} \ No newline at end of file -- cgit