1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"itemid": "minecraft:spawn_egg",
"displayname": "§9Howling Spirit (Monster)",
"nbttag": "{display:{Lore:[0:\"§7The Howling Spirits are a Lv 35 Wolf that spawns in\",1:\"§7the Howling Cave in the Park. They have 7,000 HP\",2:\"§7and are nothing more than just buffed Pack Spirits. \"],Name:\"§9Howling Spirit (Monster)\"},ExtraAttributes:{id:\"HOWLING_SPIRIT_MONSTER\"}}",
"damage": 95,
"lore": [
"§7The Howling Spirits are a Lv 35 Wolf that spawns in",
"§7the Howling Cave in the Park. They have 7,000 HP",
"§7and are nothing more than just buffed Pack Spirits. "
],
"internalname": "HOWLING_SPIRIT_MONSTER",
"clickcommand": "",
"modver": "1.0.0",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Howling_Spirit"
],
"entityrender": "Wolf"
}
|