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": "§7[Lvl {LVL}] §6T-Rex",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"9f3f069f-8c4d-3dcc-8685-d83d2fcdeb1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzg1NDIxODY0OCwKICAicHJvZmlsZUlkIiA6ICI2NGY0MGFiNzFmM2E0NGZiYjg0N2I5ZWFhOWZjNDRlNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJvZGF2aWRjZXNhciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85M2YyOGVjOTZkZjU5YzY3ZTlkMmZjMmU3ZTNkMDU1ZmEzMTY0NmU0MTExYWRkOWZlMjZhNjkyODAxOTY0MTI2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Crit Chance: §c{CRIT_CHANCE}%\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"\",6:\"§6Close Combat\",7:\"§7§7Deal §a{0}% §7more §cdamage §7to enemies\",8:\"§7within 1.5 blocks.\",9:\"\",10:\"§6Ferocious Roar\",11:\"§7§7Attacks have a §a{1}% §7chance to stun\",12:\"§7the target §8(10s cooldown).\",13:\"\",14:\"§6Tyrant\",15:\"§7§7Stats granted by pet items on this\",16:\"§7pet are increased by §a{2}%§7.\",17:\"\",18:\"§7§eRight-click to add this pet to your\",19:\"§epet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6T-Rex\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TYRANNOSAURUS\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"TYRANNOSAURUS;4\"}}",
"damage": 3,
"lore": [
"§8Combat Pet",
"",
"§7Strength: §c{STRENGTH}",
"§7Crit Chance: §c{CRIT_CHANCE}%",
"§7Ferocity: §a{FEROCITY}",
"",
"§6Close Combat",
"§7§7Deal §a{0}% §7more §cdamage §7to enemies",
"§7within 1.5 blocks.",
"",
"§6Ferocious Roar",
"§7§7Attacks have a §a{1}% §7chance to stun",
"§7the target §8(10s cooldown).",
"",
"§6Tyrant",
"§7§7Stats granted by pet items on this",
"§7pet are increased by §a{2}%§7.",
"",
"§7§eRight-click to add this pet to your",
"§epet menu!",
"",
"§6§lLEGENDARY"
],
"internalname": "TYRANNOSAURUS;4",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"recipes": [
{
"type": "forge",
"inputs": [
"FOOTPRINT_FOSSIL:1.0",
"FLAWLESS_ONYX_GEM:1.0"
],
"count": 1,
"overrideOutputId": "TYRANNOSAURUS;4",
"duration": 604800
}
],
"info": [
"https://wiki.hypixel.net/T-Rex_Pet"
]
}
|