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
|
{
"itemid": "minecraft:skull",
"displayname": "§7[Lvl {LVL}] §6Ankylosaurus",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"a7c1eaa8-5647-338e-aebf-775b708493de\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzg1NDEzMjkzNSwKICAicHJvZmlsZUlkIiA6ICIzMjQ4M2M4YmNiNDk0N2Y0OTA2ZGM1NjgxMmVmZDA0NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJZYXJPMTcwMzAzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2MxYWE4MzZiOTA5NmM0MTc5MDMyOTlhNmM1YWI0MTczOGMxOTY0OGFjNDM5ZmVkNGJjYmU2YzMyNjA1MzM4ZGMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Defense: §a{DEFENSE}\",4:\"§7True Defense: §a{TRUE_DEFENSE}\",5:\"\",6:\"§6Armored Tank\",7:\"§7§7Gain §a{0}% §7of your §a❈ Defense §7as §c❁\",8:\"§cStrength§7.\",9:\"\",10:\"§6Unyielding\",11:\"§7§7Increase the effectiveness of §d§lLast\",12:\"§d§lStand §7and §cLifeline §7by §a{1}%§7.\",13:\"\",14:\"§6Clubbed Tail\",15:\"§7§7Every 5th hit deals §a{2}% §7of your\",16:\"§7final damage to enemies within 5\",17:\"§7blocks. Enemies hit deal 10 less\",18:\"§7damage for 10s.\",19:\"\",20:\"§7§eRight-click to add this pet to your\",21:\"§epet menu!\",22:\"\",23:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Ankylosaurus\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ANKYLOSAURUS\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"ANKYLOSAURUS;4\"}}",
"damage": 3,
"lore": [
"§8Combat Pet",
"",
"§7Health: §a{HEALTH}",
"§7Defense: §a{DEFENSE}",
"§7True Defense: §a{TRUE_DEFENSE}",
"",
"§6Armored Tank",
"§7§7Gain §a{0}% §7of your §a❈ Defense §7as §c❁",
"§cStrength§7.",
"",
"§6Unyielding",
"§7§7Increase the effectiveness of §d§lLast",
"§d§lStand §7and §cLifeline §7by §a{1}%§7.",
"",
"§6Clubbed Tail",
"§7§7Every 5th hit deals §a{2}% §7of your",
"§7final damage to enemies within 5",
"§7blocks. Enemies hit deal 10 less",
"§7damage for 10s.",
"",
"§7§eRight-click to add this pet to your",
"§epet menu!",
"",
"§6§lLEGENDARY"
],
"internalname": "ANKYLOSAURUS;4",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"recipes": [
{
"type": "forge",
"inputs": [
"FLAWLESS_OPAL_GEM:1.0",
"CLUBBED_FOSSIL:1.0"
],
"count": 1,
"duration": 604800,
"overrideOutputId": "ANKYLOSAURUS;4"
}
],
"info": [
"https://wiki.hypixel.net/Ankylosaurus_Pet"
]
}
|