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
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§aSquid (Monster)",
"nbttag": "{display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \",2:\"\",3:\"§c❤ Health§8: §c2.000\",4:\"\",5:\"§cDrops:\",6:\"§7- §7Ink Sack\",7:\"§7- §7Lily Pad\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 1\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}",
"damage": 94,
"lore": [
"§7Squids are a common passive Mob found by",
"§7fishing or in The Park ",
"",
"§c❤ Health§8: §c2.000",
"",
"§cDrops:",
"§7- §7Ink Sack",
"§7- §7Lily Pad",
"",
"§cRequirements:",
"§7- Fishing Skill 1",
"",
"§f§lCOMMON"
],
"internalname": "SQUID_MONSTER",
"clickcommand": "",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Squid"
],
"entityrender": "Squid",
"crafttext": ""
}
|