diff options
Diffstat (limited to 'items/ZOMBIE_MINER_SC.json')
-rw-r--r-- | items/ZOMBIE_MINER_SC.json | 66 |
1 files changed, 49 insertions, 17 deletions
diff --git a/items/ZOMBIE_MINER_SC.json b/items/ZOMBIE_MINER_SC.json index 4639cb07..fb0feab3 100644 --- a/items/ZOMBIE_MINER_SC.json +++ b/items/ZOMBIE_MINER_SC.json @@ -1,33 +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": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "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 |