diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/DASHER_SPIDER_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/DASHER_SPIDER_MONSTER.json')
-rw-r--r-- | items/DASHER_SPIDER_MONSTER.json | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/items/DASHER_SPIDER_MONSTER.json b/items/DASHER_SPIDER_MONSTER.json index 9d8b3a42..c9eaaf8c 100644 --- a/items/DASHER_SPIDER_MONSTER.json +++ b/items/DASHER_SPIDER_MONSTER.json @@ -1,19 +1,40 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Dasher Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Dasher Spider is one of the types of spiders\",1:\"§7found in the Spider\u0027s Den. It launches itself\",2:\"§7towards the player, damaging them in the process.\"],Name:\"§9Dasher Spider (Monster)\"},ExtraAttributes:{id:\"DASHER_SPIDER_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Dasher Spider is one of the types of spiders\",1:\"§7found in the Spider\u0027s Den. It launches itself\",2:\"§7towards the player, damaging them in the process.\",3:\"\",4:\"§c❤ Health§8: §c160\",5:\"§7Coins per Kill: §63-15\",6:\"§7Combat XP: §328-36\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fSpider Eye §8(§a80%§8)\",11:\"§8 ■ §fString §8x1-2\",12:\"\",13:\"§9Rare Loot §8[Lvl 42-50]\",14:\"§8 ■ §9Arachne\u0027s Keeper Fragment §8(§a0.2%§8)\",15:\"\",16:\"§6Legendary Loot\",17:\"§8 ■ §5 Travel Scroll to Spider\u0027s Den\",18:\" §5Top of Nest §8(§a0.02%§8)\",19:\"\",20:\"§dRNGesus Loot\",21:\"§8 ■ §7[Lvl 1] §5Tarantula §8(§a0.004%§8)\",22:\"§8 ■ §7[Lvl 1] §6Tarantula §8(§a0.001%§8)\"],Name:\"§9Dasher Spider (Monster)\"},ExtraAttributes:{id:\"DASHER_SPIDER_MONSTER\"}}", "damage": 52, "lore": [ "§7The Dasher Spider is one of the types of spiders", "§7found in the Spider\u0027s Den. It launches itself", - "§7towards the player, damaging them in the process." + "§7towards the player, damaging them in the process.", + "", + "§c❤ Health§8: §c160", + "§7Coins per Kill: §63-15", + "§7Combat XP: §328-36", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSpider Eye §8(§a80%§8)", + "§8 ■ §fString §8x1-2", + "", + "§9Rare Loot §8[Lvl 42-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 ■ §7[Lvl 1] §5Tarantula §8(§a0.004%§8)", + "§8 ■ §7[Lvl 1] §6Tarantula §8(§a0.001%§8)" ], "internalname": "DASHER_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Dasher_Spider" ], - "entityrender": "Spider" + "entityrender": "Spider", + "crafttext": "" }
\ No newline at end of file |