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/CRYPT_LURKER_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/CRYPT_LURKER_MONSTER.json')
-rw-r--r-- | items/CRYPT_LURKER_MONSTER.json | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/items/CRYPT_LURKER_MONSTER.json b/items/CRYPT_LURKER_MONSTER.json index 16e715a6..0f96c923 100644 --- a/items/CRYPT_LURKER_MONSTER.json +++ b/items/CRYPT_LURKER_MONSTER.json @@ -1,24 +1,38 @@ { "itemid": "minecraft:skull", "displayname": "§9Crypt Lurker (Monster)", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Lurking in the shadows\",1:\"\",2:\"§7Coins per Kill: §61\",3:\"§7Combat XP: §340-102\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§6Legendary Loot\",7:\"§8■ §9Premium Flesh §8(§a0.1%§8)\"],Name:\"§9Crypt Lurker (Monster)\"},ExtraAttributes:{id:\"CRYPT_LURKER_MONSTER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Lurking in the shadows\",1:\"\",2:\"§c❤ Health§8: §c12,000 - 420,000\",3:\"§c❤ Health §8(MM) : §c850,000 - 13,000,000\"],Name:\"§9Crypt Lurker (Monster)\"},ExtraAttributes:{id:\"CRYPT_LURKER_MONSTER\"}}", "damage": 2, "lore": [ "§7Lurking in the shadows", "", - "§7Coins per Kill: §61", - "§7Combat XP: §340-102", - "", - "§6§lPossible Drops:", - "§6Legendary Loot", - "§8■ §9Premium Flesh §8(§a0.1%§8)" + "§c❤ Health§8: §c12,000 - 420,000", + "§c❤ Health §8(MM) : §c850,000 - 13,000,000" ], "internalname": "CRYPT_LURKER_MONSTER", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Crypt_Lurker" + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Lurker", + "https://wiki.hypixel.net/Crypt_Lurker" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "combat_xp": 40, + "coins": 1, + "xp": 30, + "name": "§cCrypt Dreadlord", + "panorama": "dungeon", + "render": "@neurepo:mobs/crypt_lurker.json", + "type": "drops", + "drops": [ + { + "id": "PREMIUM_FLESH", + "chance": "5%" + } + ] + } + ] +}
\ No newline at end of file |