diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/SPLITTER_SPIDER_MONSTER.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
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
Diffstat (limited to 'items/SPLITTER_SPIDER_MONSTER.json')
-rw-r--r-- | items/SPLITTER_SPIDER_MONSTER.json | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/items/SPLITTER_SPIDER_MONSTER.json b/items/SPLITTER_SPIDER_MONSTER.json index ac4296c8..606cfad7 100644 --- a/items/SPLITTER_SPIDER_MONSTER.json +++ b/items/SPLITTER_SPIDER_MONSTER.json @@ -1,19 +1,38 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Splitter Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Splitter Spider is a spider that splits into two\",1:\"§7silverfish upon death. They spawn in the Spider\u0027s\",2:\"§7Den (Northwest of the Graveyard). \"],Name:\"§9Splitter Spider (Monster)\"},ExtraAttributes:{id:\"SPLITTER_SPIDER_MONSTER\"}}", - "damage": 52, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"50010472-fa22-3519-b941-2d6d22f47bf1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFjZjY5ZmM3YWY1NDk3YTE3NDE4OTFkMWU1YmYzMmI5NmFlMGQ2YzBiYmQzYzE0NzU4ZWE0NGEwM2M1NzI4MyJ9fX0\"}]}},display:{Lore:[0:\"§7The Splitter Spider is a spider that splits into two\",1:\"§7silverfish upon death. They spawn in the Spider\u0027s\",2:\"§7Den (Northwest of the Graveyard). \",3:\"\",4:\"§c❤ Health§8: §c160\",5:\"§7Coins per Kill: §62-15\",6:\"§7Combat XP: §39-36\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString §8x2\",11:\"\",12:\"§aUncommon §8[Lv42-50]\",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)\",18:\"\",19:\"§dRNGesus Loot\",20:\"§8 ■ §4More Info Needed\",21:\"§8 ■ §4More Info Needed\"],Name:\"§9Splitter Spider (Monster)\"},ExtraAttributes:{id:\"SPLITTER_SPIDER_MONSTER\"}}", + "damage": 3, "lore": [ "§7The Splitter Spider is a spider that splits into two", "§7silverfish upon death. They spawn in the Spider\u0027s", - "§7Den (Northwest of the Graveyard). " + "§7Den (Northwest of the Graveyard). ", + "", + "§c❤ Health§8: §c160", + "§7Coins per Kill: §62-15", + "§7Combat XP: §39-36", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fString §8x2", + "", + "§aUncommon §8[Lv42-50]", + "§8 ■ §fSpider Eye §8(§a10%§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": "SPLITTER_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Splitter_Spider" ], - "entityrender": "Spider" + "crafttext": "" }
\ No newline at end of file |