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/ZOMBIE_MINER_SC.json | 71 +++++++++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 19 deletions(-) (limited to 'items/ZOMBIE_MINER_SC.json') diff --git a/items/ZOMBIE_MINER_SC.json b/items/ZOMBIE_MINER_SC.json index 241cfc75..fb0feab3 100644 --- a/items/ZOMBIE_MINER_SC.json +++ b/items/ZOMBIE_MINER_SC.json @@ -1,32 +1,65 @@ { "itemid": "minecraft:skull", "displayname": "§3Zombie Miner (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§cDrops:\",1:\"§7- §7❈ Flawed Amethyst Gemstone\",2:\"§7- §7☘ Flawed Jade Gemstone\",3:\"§7- §7✎ Flawed Sapphire Gemstone\",4:\"§7- §7❈ Rough Amethyst Gemstone\",5:\"§7- §7☘ Rough Jade Gemstone\",6:\"§7- §7✎ Rough Sapphire Gemstone\",7:\"\",8:\"§cRequirements:\",9:\"§7- Fishing Skill 24\",10:\"§7- §2Mithril Deposits\",11:\"§7- §bPrecursor Remnants\",12:\"§7- §2Jungle\",13:\"§7- §bFished from water\",14:\"\",15:\"§6§lLEGENDARY\"],Name:\"§3Zombie Miner (Sea Creature)\"},ExtraAttributes:{id:\"ZOMBIE_MINER_SC\"}}", + "nbttag": "{display:{Lore:[0:\"§c❤ Health§8: §c2,000,000\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§3Zombie Miner (Sea Creature)\"},ExtraAttributes:{id:\"ZOMBIE_MINER_SC\"}}", "damage": 2, "lore": [ - "§cDrops:", - "§7- §7❈ Flawed Amethyst Gemstone", - "§7- §7☘ Flawed Jade Gemstone", - "§7- §7✎ Flawed Sapphire Gemstone", - "§7- §7❈ Rough Amethyst Gemstone", - "§7- §7☘ Rough Jade Gemstone", - "§7- §7✎ Rough Sapphire Gemstone", - "", - "§cRequirements:", - "§7- Fishing Skill 24", - "§7- §2Mithril Deposits", - "§7- §bPrecursor Remnants", - "§7- §2Jungle", - "§7- §bFished from water", + "§c❤ Health§8: §c2,000,000", "", "§6§lLEGENDARY" ], "internalname": "ZOMBIE_MINER_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Zombie_Miner" + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Miner", + "https://wiki.hypixel.net/Zombie_Miner" ], - "crafttext": "" + "crafttext": "viewrecipe", + "recipes": [ + { + "name": "§cZombie Miner", + "level": 150, + "coins": 10, + "xp": 10, + "render": "@neurepo:mobs/zombie_miner.json", + "panorama": "crystal_hollows", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 24", + "§7- §2Mithril Deposits", + "§7- §bPrecursor Remnants", + "§7- §2Jungle", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "FLAWED_AMETHYST_GEM", + "chance": "20%" + }, + { + "id": "FLAWED_JADE_GEM", + "chance": "20%" + }, + { + "id": "FLAWED_SAPPHIRE_GEM", + "chance": "20%" + }, + { + "id": "ROUGH_AMETHYST_GEM:20", + "chance": "100%" + }, + { + "id": "ROUGH_JADE_GEM:20", + "chance": "100%" + }, + { + "id": "ROUGH_SAPPHIRE_GEM:20", + "chance": "100%" + } + ] + } + ] } \ No newline at end of file -- cgit