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
|
{
"itemid": "minecraft:skull",
"displayname": "§3Nurse Shark (Sea Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"8945bd10-8760-3922-8945-bd1087607922\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA2N2NjZWZiYTVkODExZjQ3ZTNlMTg0Mzg1NTZiNzA0MzkzYWFmY2FmY2NlZGQ1ZDA5ODE5OTkyODZmNTk4YSJ9fX0\"}]}},display:{Lore:[0:\"§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 5.\",3:\"\",4:\"§c❤ Health§8: §c2,500\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}",
"damage": 3,
"lore": [
"§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the",
"§7community center update. It can be caught during fishing festivals",
"§7while Marina is mayor by those of at least Fishing Level 5.",
"",
"§c❤ Health§8: §c2,500",
"",
"§c§lSPECIAL"
],
"internalname": "NURSE_SHARK_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark",
"https://wiki.hypixel.net/Nurse_Shark"
],
"crafttext": "",
"recipes": [
{
"name": "§cNurse Shark",
"level": 6,
"coins": 5,
"xp": 20,
"render": "@neurepo:mobs/nurse_shark.json",
"panorama": "hub",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 5",
"§7- §9Fishing Festival",
"§7- §bFished from water"
],
"drops": [
{
"id": "SHARK_FIN:2",
"chance": "100%"
},
{
"id": "NURSE_SHARK_TOOTH",
"chance": "10%"
}
]
}
]
}
|