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
|
{
"itemid": "minecraft:skull",
"displayname": "§9Skeleton Soldier (Monster)",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"cab75065-c896-338e-a399-c4a6da16d678\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE5Njg4ZTBjMmYwNWFlYjk3OWQ2YTFiOGM5MTE5NTdiN2QzNjU3ZTE0YjU3YWY5M2M1ZWY2ZjZhNTk1NjlkZCJ9fX0\"}]}},display:{Lore:[0:\"§7Defenders of the Catacombs.\",1:\"\",2:\"§c❤ Health§8: §c31,000 - 750,000\",3:\"§c❤ Health §8(MM) : §c1,600,000 - 28,000,000\"],Name:\"§9Skeleton Soldier (Monster)\"},ExtraAttributes:{id:\"SKELETON_SOLDIER_MONSTER\"}}",
"damage": 3,
"lore": [
"§7Defenders of the Catacombs.",
"",
"§c❤ Health§8: §c31,000 - 750,000",
"§c❤ Health §8(MM) : §c1,600,000 - 28,000,000"
],
"internalname": "SKELETON_SOLDIER_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeleton_Soldier",
"https://wiki.hypixel.net/Skeleton_Soldier"
],
"crafttext": "",
"recipes": [
{
"combat_xp": 46,
"coins": 1,
"xp": 30,
"name": "§cSkeleton Soldier",
"render": "@neurepo:mobs/skeleton_soldier.json",
"panorama": "dungeon",
"type": "drops",
"drops": [
{
"id": "ENCHANTED_BONE",
"chance": "2%"
},
{
"id": "SKELETON_SOLDIER_HELMET",
"chance": "5%"
},
{
"id": "SKELETON_SOLDIER_CHESTPLATE",
"chance": "5%"
},
{
"id": "SKELETON_SOLDIER_LEGGINGS",
"chance": "5%"
},
{
"id": "SKELETON_SOLDIER_BOOTS",
"chance": "5%"
},
{
"id": "DYE_BONE",
"chance": "0.0000333%"
}
]
}
]
}
|