diff options
Diffstat (limited to 'items/SEA_EMPEROR_SC.json')
-rw-r--r-- | items/SEA_EMPEROR_SC.json | 90 |
1 files changed, 69 insertions, 21 deletions
diff --git a/items/SEA_EMPEROR_SC.json b/items/SEA_EMPEROR_SC.json index 50bbbce0..1e8b8839 100644 --- a/items/SEA_EMPEROR_SC.json +++ b/items/SEA_EMPEROR_SC.json @@ -1,41 +1,89 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Emperor (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8a1756b-58e6-3ae5-98ae-257c1d62836d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFkMDQ3NmU4NjcxNjk2YWYzYTg5NDlhZmEyYTgxNGI5YmRkZTY1ZWNjZDFhOGI1OTNhZWVmZjVhMDMxOGQifX19\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player's fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §7Lily Pad\",8:\"§7- §7Raw Fish\",9:\"§7- §aEnchanted Lily Pad\",10:\"§7- §aEnchanted Prismarine Crystals\",11:\"§7- §aEnchanted Prismarine Shard\",12:\"§7- §9Emperor's Skull\",13:\"§7- §9Flying Fish Pet\",14:\"§7- §5Fishing Exp Boost\",15:\"§7- §5Flying Fish Pet\",16:\"§7- §6Flying Fish Pet\",17:\"§7- §6Shredder\",18:\"\",19:\"§cRequirements:\",20:\"§7- Fishing Skill 20\",21:\"§7- §bFished from water\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b6bdd479-20ef-5967-aeea-2b948d81b7e1\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMDQ0YjY1M2JiYjcyN2I1Yzg2NWE4ZWZjNzUwOTJhZmU5MzllMmMzZTY4NjEzZGI5YWJhZTRmMWI2NGY5OWY4In19fQ==\"}]}},display:{Lore:[0:\"§7The Sea Emperor is a Sea Creature that can\",1:\"§7appear while fishing once a player's fishing\",2:\"§7level is 20 or higher. \",3:\"\",4:\"§c❤ Health§8: §c750,000\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§3Sea Emperor (Sea Creature)\"},ExtraAttributes:{id:\"SEA_EMPEROR_SC\"}}", "damage": 3, "lore": [ "§7The Sea Emperor is a Sea Creature that can", "§7appear while fishing once a player's fishing", "§7level is 20 or higher. ", "", - "§c❤ Health§8: §c750.000", - "", - "§cDrops:", - "§7- §7Lily Pad", - "§7- §7Raw Fish", - "§7- §aEnchanted Lily Pad", - "§7- §aEnchanted Prismarine Crystals", - "§7- §aEnchanted Prismarine Shard", - "§7- §9Emperor's Skull", - "§7- §9Flying Fish Pet", - "§7- §5Fishing Exp Boost", - "§7- §5Flying Fish Pet", - "§7- §6Flying Fish Pet", - "§7- §6Shredder", - "", - "§cRequirements:", - "§7- Fishing Skill 20", - "§7- §bFished from water", + "§c❤ Health§8: §c750,000", "", "§6§lLEGENDARY" ], "internalname": "SEA_EMPEROR_SC", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sea_Emperor", "https://wiki.hypixel.net/Sea_Emperor" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "name": "§cSea Emperor", + "coins": 13, + "xp": 30, + "render": "@neurepo:mobs/sea_emperor.json", + "panorama": "hub", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 20", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "WATER_LILY:32", + "chance": "100%" + }, + { + "id": "DIVER_FRAGMENT", + "chance": "100%" + }, + { + "id": "ENCHANTED_WATER_LILY", + "chance": "100%" + }, + { + "id": "RAW_FISH:16", + "chance": "100%" + }, + { + "id": "PRISMARINE_CRYSTALS", + "chance": "50%" + }, + { + "id": "PRISMARINE_SHARD", + "chance": "50%" + }, + { + "id": "SPONGE:2", + "chance": "75%" + }, + { + "id": "FLYING_FISH;2", + "chance": "20%" + }, + { + "id": "FLYING_FISH;3", + "chance": "8%" + }, + { + "id": "FLYING_FISH;4", + "chance": "2%" + }, + { + "id": "THE_SHREDDER", + "chance": "2%" + }, + { + "id": "PET_ITEM_FISHING_SKILL_BOOST_EPIC", + "chance": "0.02%" + } + ] + } + ] }
\ No newline at end of file |