From 88310a174871a22216cd17270d5d2e307413f5ad Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:43:53 +0200 Subject: Mobs Part 3 and fixes (#457) * Item Things (Fixes and Updates) * Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs --- items/WEAVER_SPIDER_MONSTER.json | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) (limited to 'items/WEAVER_SPIDER_MONSTER.json') diff --git a/items/WEAVER_SPIDER_MONSTER.json b/items/WEAVER_SPIDER_MONSTER.json index 874b8448..5466ce33 100644 --- a/items/WEAVER_SPIDER_MONSTER.json +++ b/items/WEAVER_SPIDER_MONSTER.json @@ -1,20 +1,40 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Weaver Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Weaver Spider is a spider that acts normally, but\",1:\"§7it can also shoot webs that slow you down for a small\",2:\"§7amount of time. Weaver Spiders can be found in the\",3:\"§7Spider\u0027s Den, usually higher up in the nest. \"],Name:\"§9Weaver Spider (Monster)\"},ExtraAttributes:{id:\"WEAVER_SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"97414c0c-623b-3df3-b1f6-bbcaddafc7fc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTIxNDM4ZjY0NmRjMDQ1MTU5NjdlODE5NWNjYzNkMzFlMjNiMDJmOWFhMGFjOTE0ZWRjMjgyMmY5ODM5NGI4NiJ9fX0\"}]}},display:{Lore:[0:\"§7The Weaver Spider is a spider that acts normally, but\",1:\"§7it can also shoot webs that slow you down for a small\",2:\"§7amount of time. Weaver Spiders can be found in the\",3:\"§7Spider\u0027s Den, usually higher up in the nest. \",4:\"\",5:\"§c❤ Health§8: §c160\",6:\"§7Coins per Kill: §62-12\",7:\"§7Combat XP: §39-36\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fSpider Eye §8(§a50%-80%§8)\",12:\"§8 ■ §fString §8x2\",13:\"\",14:\"§9Rare Loot §8[Lv42-50]\",15:\"§8 ■ §9Arachne\u0027s Keeper Fragment §8(§a0.2%§8)\",16:\"\",17:\"§6Legendary Loot\",18:\"§8 ■ §5 Travel Scroll to Spider\u0027s Den\",19:\" §5Top of Nest §8(§a0.02%§8)\",20:\"\",21:\"§dRNGesus Loot\",22:\"§8 ■ §4More Info Needed\",23:\"§8 ■ §4More Info Needed\"],Name:\"§9Weaver Spider (Monster)\"},ExtraAttributes:{id:\"WEAVER_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Weaver Spider is a spider that acts normally, but", "§7it can also shoot webs that slow you down for a small", "§7amount of time. Weaver Spiders can be found in the", - "§7Spider\u0027s Den, usually higher up in the nest. " + "§7Spider\u0027s Den, usually higher up in the nest. ", + "", + "§c❤ Health§8: §c160", + "§7Coins per Kill: §62-12", + "§7Combat XP: §39-36", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye §8(§a50%-80%§8)", + "§8 ■ §fString §8x2", + "", + "§9Rare Loot §8[Lv42-50]", + "§8 ■ §9Arachne\u0027s Keeper Fragment §8(§a0.2%§8)", + "", + "§6Legendary Loot", + "§8 ■ §5 Travel Scroll to Spider\u0027s Den", + " §5Top of Nest §8(§a0.02%§8)", + "", + "§dRNGesus Loot", + "§8 ■ §4More Info Needed", + "§8 ■ §4More Info Needed" ], "internalname": "WEAVER_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Weaver_Spider" ], - "entityrender": "Spider" + "crafttext": "" } \ No newline at end of file -- cgit