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": "§f§f§7[Lvl {LVL}] §dRat",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"aba89b92-bf39-3566-b7ba-68ea6ae0991c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODE4NTUwMjg3NywKICAicHJvZmlsZUlkIiA6ICJlM2I0NDVjODQ3ZjU0OGZiOGM4ZmEzZjFmN2VmYmE4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5pRGlnZ2VyVGVzdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yNTBkZTcwOTdkOTM5ZTQ0N2NhMmQzOTg0NDFjYmExZDJhNWUxYTY5MDUyYWM5OWMxOWZmMjBhZDVhM2YwMWFiIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Combat Morph\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",5:\"\",6:\"§6Morph\",7:\"§7§7Right-click your summoned pet to\",8:\"§7morph into it!\",9:\"\",10:\"§6CHEESE!\",11:\"§7§7As a Rat, you smell §e§lCHEESE§7 nearby!\",12:\"§7Yummy!\",13:\"\",14:\"§6Rat\u0027s Blessing\",15:\"§7§7Has a chance to grant a random\",16:\"§7player §b+{0}✯ Magic Find§7 for §a{1}§7\",17:\"§7seconds after finding a yummy piece\",18:\"§7of Cheese! If the player gets a drop\",19:\"§7during this buff, you have a §a20%§7\",20:\"§7chance to get it too.\",21:\"\",22:\"§6Extreme Speed\",23:\"§7§7The Rat is TWO times faster.\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§d§lMYTHIC\"],Name:\"§f§f§7[Lvl {LVL}] §dRat\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"RAT\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"036a23b4-d932-44a9-ac54-ec2bd972225e\\\",\\\"hideRightClick\\\":false}\",id:\"RAT;5\"}}",
"damage": 3,
"lore": [
"§8Combat Morph",
"",
"§7Health: §a{HEALTH}",
"§7Strength: §c{STRENGTH}",
"§7Crit Damage: §c{CRIT_DAMAGE}%",
"",
"§6Morph",
"§7§7Right-click your summoned pet to",
"§7morph into it!",
"",
"§6CHEESE!",
"§7§7As a Rat, you smell §e§lCHEESE§7 nearby!",
"§7Yummy!",
"",
"§6Rat's Blessing",
"§7§7Has a chance to grant a random",
"§7player §b+{0}✯ Magic Find§7 for §a{1}§7",
"§7seconds after finding a yummy piece",
"§7of Cheese! If the player gets a drop",
"§7during this buff, you have a §a20%§7",
"§7chance to get it too.",
"",
"§6Extreme Speed",
"§7§7The Rat is TWO times faster.",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
"",
"§d§lMYTHIC"
],
"internalname": "RAT;5",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Rat_Pet",
"https://wiki.hypixel.net/Rat_Pet"
],
"recipes": [
{
"type": "katgrade",
"coins": 1000000,
"time": 3600,
"input": "RAT;4",
"output": "RAT;5",
"items": [
"RAT_JETPACK:1"
]
}
]
}
|