diff options
Diffstat (limited to 'items/MITHRIL_GRUBBER_SC.json')
| -rw-r--r-- | items/MITHRIL_GRUBBER_SC.json | 198 |
1 files changed, 198 insertions, 0 deletions
diff --git a/items/MITHRIL_GRUBBER_SC.json b/items/MITHRIL_GRUBBER_SC.json new file mode 100644 index 00000000..0d966eff --- /dev/null +++ b/items/MITHRIL_GRUBBER_SC.json @@ -0,0 +1,198 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Mithril Grubber (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30a4cd5c-5754-4db8-8960-18022a74627d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c6,000 - 15,000\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§3Mithril Grubber (Sea Creature)\"},ExtraAttributes:{id:\"MITHRIL_GRUBBER_SC\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c6,000 - 15,000", + "", + "§6§lLEGENDARY" + ], + "internalname": "MITHRIL_GRUBBER_SC", + "clickcommand": "viewrecipe", + "modver": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mithril_Grubber", + "https://wiki.hypixel.net/Mithril_Grubber" + ], + "crafttext": "viewrecipe", + "recipes": [ + { + "name": "§cMithril Grubber", + "level": 15, + "coins": 10, + "xp": 20, + "render": "Silverfish", + "panorama": "mining_3", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 6", + "§7- §2Abandoned Quarry", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "SKYBLOCK_POWDER_MITHRIL:250", + "chance": "100%" + }, + { + "id": "MITHRIL_ORE", + "extra": [ + "x8-16" + ], + "chance": "100%" + }, + { + "id": "RAW_FISH", + "extra": [ + "x4-8" + ], + "chance": "100%" + }, + { + "id": "ENCHANTED_MITHRIL:1", + "chance": "20%" + }, + { + "id": "DYE_AQUAMARINE", + "extra": [], + "chance": "0.0002%" + } + ] + }, + { + "name": "§cMedium Mithril Grubber", + "level": 15, + "coins": 10, + "xp": 20, + "render": "Silverfish", + "panorama": "mining_3", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 6", + "§7- §2Abandoned Quarry", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "SKYBLOCK_POWDER_MITHRIL:500", + "chance": "100%" + }, + { + "id": "MITHRIL_ORE", + "extra": [ + "x16-24" + ], + "chance": "100%" + }, + { + "id": "RAW_FISH", + "extra": [ + "x4-8" + ], + "chance": "100%" + }, + { + "id": "ENCHANTED_MITHRIL:1", + "chance": "20%" + }, + { + "id": "DYE_AQUAMARINE", + "extra": [], + "chance": "0.0002%" + } + ] + }, + { + "name": "§cLarge Mithril Grubber", + "level": 15, + "coins": 10, + "xp": 20, + "render": "Silverfish", + "panorama": "mining_3", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 6", + "§7- §2Abandoned Quarry", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "SKYBLOCK_POWDER_MITHRIL:1000", + "chance": "100%" + }, + { + "id": "MITHRIL_ORE", + "extra": [ + "x24-48" + ], + "chance": "100%" + }, + { + "id": "RAW_FISH", + "extra": [ + "x4-8" + ], + "chance": "100%" + }, + { + "id": "ENCHANTED_MITHRIL:1", + "chance": "20%" + }, + { + "id": "DYE_AQUAMARINE", + "extra": [], + "chance": "0.0002%" + } + ] + }, + { + "name": "§cBloated Mithril Grubber", + "level": 15, + "coins": 10, + "xp": 20, + "render": "Silverfish", + "panorama": "mining_3", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 6", + "§7- §2Abandoned Quarry", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "SKYBLOCK_POWDER_MITHRIL:5000", + "chance": "100%" + }, + { + "id": "MITHRIL_ORE", + "extra": [ + "x48-96" + ], + "chance": "100%" + }, + { + "id": "RAW_FISH", + "extra": [ + "x4-8" + ], + "chance": "100%" + }, + { + "id": "ENCHANTED_MITHRIL:1", + "chance": "20%" + }, + { + "id": "DYE_AQUAMARINE", + "extra": [], + "chance": "0.0002%" + } + ] + } + ] +}
\ No newline at end of file |
