1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
{
"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:\"§a§lUNCOMMON\"],Name:\"§3Sea Archer (Sea Creature)\"},ExtraAttributes:{id:\"SEA_ARCHER_SC\"}}",
"damage": 0,
"lore": [
"§7The Sea Archer is an Uncommon sea creature that",
"§7spawns while fishing after unlocking Fishing level IX.",
"§7He looks like a normal Skeleton, and carries an",
"§7enchanted Bow. He also wears an Enchanted Armor,",
"§7probably a dyed Leather Armor.",
"",
"§c❤ Health§8: §c7,000",
"",
"§a§lUNCOMMON"
],
"internalname": "SEA_ARCHER_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sea_Archer",
"https://wiki.hypixel.net/Sea_Archer"
],
"crafttext": "",
"recipes": [
{
"name": "§cSea Archer",
"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%"
}
]
}
]
}
|