diff options
Diffstat (limited to 'items/SEA_ARCHER_SC.json')
-rw-r--r-- | items/SEA_ARCHER_SC.json | 63 |
1 files changed, 46 insertions, 17 deletions
diff --git a/items/SEA_ARCHER_SC.json b/items/SEA_ARCHER_SC.json index ca0e9d72..ce1e5801 100644 --- a/items/SEA_ARCHER_SC.json +++ b/items/SEA_ARCHER_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Sea Archer (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\",5:\"\",6:\"§c❤ Health§8: §c7.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Bone\",10:\"§7- §7Enchanted Bone\",11:\"§7- §7Lily Pad\",12:\"§7- §7Raw Fish\",13:\"\",14:\"§cRequirements:\",15:\"§7- Fishing Skill 9\",16:\"§7- §bFished from water\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Sea Archer is an Uncommon sea creature that\",1:\"§7spawns while fishing after unlocking Fishing level IX.\",2:\"§7He looks like a normal Skeleton, and carries an\",3:\"§7enchanted Bow. He also wears an Enchanted Armor,\",4:\"§7probably a dyed Leather Armor.\",5:\"\",6:\"§c❤ Health§8: §c7,000\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}", "damage": 0, "lore": [ "§7The Sea Archer is an Uncommon sea creature that", @@ -10,26 +10,55 @@ "§7enchanted Bow. He also wears an Enchanted Armor,", "§7probably a dyed Leather Armor.", "", - "§c❤ Health§8: §c7.000", - "", - "§cDrops:", - "§7- §7Bone", - "§7- §7Enchanted Bone", - "§7- §7Lily Pad", - "§7- §7Raw Fish", - "", - "§cRequirements:", - "§7- Fishing Skill 9", - "§7- §bFished from water", + "§c❤ Health§8: §c7,000", "", "§a§lUNCOMMON" ], "internalname": "SEA_ARCHER_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Sea_Archer" + "https://hypixel-skyblock.fandom.com/wiki/Sea_Archer", + "https://wiki.hypixel.net/Sea_Archer" ], - "crafttext": "" -} + "crafttext": "", + "recipes": [ + { + "name": "§cSea Archer", + "level": 15, + "coins": 10, + "xp": 20, + "render": "@neurepo:mobs/sea_archer.json", + "panorama": "hub", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 8", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "WATER_LILY", + "chance": "100%" + }, + { + "id": "RAW_FISH:2", + "chance": "100%" + }, + { + "id": "BONE:8", + "chance": "100%" + }, + { + "id": "ENCHANTED_BONE", + "chance": "1%" + }, + { + "id": "DYE_BONE", + "chance": "0.0000333%" + } + ] + } + ] +}
\ No newline at end of file |