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": "§9Super Tank Zombie (Monster)",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Heftiest zombie.\",1:\"\",2:\"§c❤ Health§8: §c20,000 - 90,000\",3:\"§c❤ Health §8(MM) : §c180,000 - 1.050,000\"],Name:\"§9Super Tank Zombie (Monster)\"},ExtraAttributes:{id:\"SUPER_TANK_ZOMBIE_MONSTER\"}}",
"damage": 2,
"lore": [
"§7Heftiest zombie.",
"",
"§c❤ Health§8: §c20,000 - 90,000",
"§c❤ Health §8(MM) : §c180,000 - 1.050,000"
],
"internalname": "SUPER_TANK_ZOMBIE_MONSTER",
"clickcommand": "viewrecipe",
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Super_Tank_Zombie",
"https://wiki.hypixel.net/Super_Tank_Zombie"
],
"crafttext": "",
"recipes": [
{
"combat_xp": 70,
"coins": 1,
"xp": 30,
"name": "§cSuper Tank Zombie",
"panorama": "dungeon",
"render": "@neurepo:mobs/super_tank_zombie.json",
"type": "drops",
"drops": [
{
"id": "SUPER_HEAVY_HELMET",
"chance": "5%"
},
{
"id": "SUPER_HEAVY_CHESTPLATE",
"chance": "5%"
},
{
"id": "SUPER_HEAVY_LEGGINGS",
"chance": "5%"
},
{
"id": "SUPER_HEAVY_BOOTS",
"chance": "5%"
},
{
"id": "EARTH_SHARD",
"chance": "1%"
},
{
"id": "PREMIUM_FLESH",
"chance": "0.1%"
}
]
}
]
}
|