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
64
|
{
"itemid": "minecraft:skull",
"displayname": "§3Night Squid (Sea Creature)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1bdf36-9472-41de-b691-ae316ed90bab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljMmM5Y2U2N2ViNTk3MWNjNTk1ODQ2M2U2YzlhYmFiOGU1OTlhZGMyOTVmNGQ0MjQ5OTM2YjAwOTU3NjlkZCJ9fX0=\"}]}},display:{Lore:[0:\"§7Night Squid is a rarer variant of the Squid found only\",1:\"§7at night while using Dark Bait. The Night Squid emits\",2:\"§7particles and drops Squid Boots only obtainable\",3:\"§7from the Night Squid.\",4:\"\",5:\"§c❤ Health§8: §c4,000\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§3Night Squid (Sea Creature)\"},ExtraAttributes:{id:\"NIGHT_SQUID_SC\"}}",
"damage": 3,
"lore": [
"§7Night Squid is a rarer variant of the Squid found only",
"§7at night while using Dark Bait. The Night Squid emits",
"§7particles and drops Squid Boots only obtainable",
"§7from the Night Squid.",
"",
"§c❤ Health§8: §c4,000",
"",
"§f§lCOMMON"
],
"internalname": "NIGHT_SQUID_SC",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Night_Squid",
"https://wiki.hypixel.net/Night_Squid"
],
"crafttext": "",
"recipes": [
{
"name": "§cNight Squid",
"coins": 5,
"xp": 10,
"render": "Squid",
"panorama": "hub",
"type": "drops",
"extra": [
"§cRequirements:",
"§7- Fishing Skill 3",
"§7- Nighttime",
"§7- Darkbait",
"§7- §bFished from water"
],
"drops": [
{
"id": "INK_SACK:6",
"chance": "100%"
},
{
"id": "WATER_LILY",
"chance": "100%"
},
{
"id": "PET_ITEM_FISHING_SKILL_BOOST_UNCOMMON",
"chance": "0.5%"
},
{
"id": "SQUID_BOOTS",
"chance": "8%"
},
{
"id": "PET_ITEM_FISHING_SKILL_BOOST_RARE",
"chance": "0.1%"
}
]
}
]
}
|