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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Skeletor Prime (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"8e3d5d03-6756-33e1-8b83-9a981c713efa\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMDc3NTY0NTk5OSwKICAicHJvZmlsZUlkIiA6ICJiZWNkZGIyOGEyYzg0OWI0YTliMDkyMmE1ODA1MTQyMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdFR2IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFiZDNhNGY4ZTIyZGIxNWU0ODZhY2FjNWQ0NTZmZjM1ZjM0ZWQ5YWI1YzY0ZWVjMDU3YWZkMjg2NmQ1NTk0MDEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Skeletor but with free shipping.\",1:\"\",2:\"§c❤ Health§8: §c1.515.151 - 3.131.313\",3:\"§c❤ Health §8(MM) : §c17.373.736 - 20.606.060\"],Name:\"§9Skeletor Prime (Monster)\"},ExtraAttributes:{id:\"SKELETOR_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Skeletor but with free shipping.",
"",
"§c❤ Health§8: §c1.515.151 - 3.131.313",
"§c❤ Health §8(MM) : §c17.373.736 - 20.606.060"
],
"internalname": "SKELETOR_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeletor_Prime",
"https://wiki.hypixel.net/Skeletor_Prime"
],
"crafttext": "",
"recipes": [
{
"combat_xp": 100,
"coins": 1,
"xp": 30,
"name": "§cSkeletor Prime",
"panorama": "dungeon",
"render": "@neurepo:mobs/skeletor_prime.json",
"type": "drops",
"drops": [
{
"id": "SKELETOR_HELMET",
"chance": "1%"
},
{
"id": "SKELETOR_CHESTPLATE",
"chance": "1%"
},
{
"id": "SKELETOR_LEGGINGS",
"chance": "1%"
},
{
"id": "SKELETOR_BOOTS",
"chance": "1%"
}
]
}
]
}
|