aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/petnums.json12
-rw-r--r--items/MEGALODON;3.json4
-rw-r--r--items/MEGALODON;4.json4
-rw-r--r--items/RAT;4.json23
-rw-r--r--items/RAT;5.json22
5 files changed, 30 insertions, 35 deletions
diff --git a/constants/petnums.json b/constants/petnums.json
index 700801cd..119fba1d 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -5893,7 +5893,7 @@
],
"statNums": {
"CRIT_DAMAGE": 0.25,
- "HEALTH": 1.25,
+ "HEALTH": 2.5,
"STRENGTH": 0.6
}
},
@@ -5917,9 +5917,8 @@
],
"statNums": {
"CRIT_DAMAGE": 0.25,
- "HEALTH": 2,
- "STRENGTH": 0.6,
- "SPEED": 100
+ "HEALTH": 2.5,
+ "STRENGTH": 0.6
}
},
"100": {
@@ -5929,9 +5928,8 @@
],
"statNums": {
"CRIT_DAMAGE": 25.0,
- "HEALTH": 200.0,
- "STRENGTH": 60.0,
- "SPEED": 200
+ "HEALTH": 125,
+ "STRENGTH": 60.0
}
}
}
diff --git a/items/MEGALODON;3.json b/items/MEGALODON;3.json
index 27289266..e3a9276b 100644
--- a/items/MEGALODON;3.json
+++ b/items/MEGALODON;3.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §5Megalodon",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Magic Find: §a{MAGIC_FIND}\",4:\"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}\",5:\"§7Ferocity: §a{FEROCITY}\",6:\"§7Fishing Speed: §a{MAGIC_FIND}\",7:\"\",8:\"§6Blood Scent\",9:\"§7§7Deal up to §c+{0}% §c❁ Damage §7based on\",10:\"§7the enemy\u0027s missing health.\",11:\"\",12:\"§6Enhanced Scales\",13:\"§7§7Doubles the pet\u0027s base stats during\",14:\"§7the §bFishing Festival§7.\",15:\"\",16:\"§7§eRight-click to add this pet to your\",17:\"§epet menu!\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"MEGALODON;3\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Magic Find: §a{MAGIC_FIND}\",4:\"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}\",5:\"§7Ferocity: §a{FEROCITY}\",6:\"§7Fishing Speed: §a{FISHING_SPEED}\",7:\"\",8:\"§6Blood Scent\",9:\"§7§7Deal up to §c+{0}% §c❁ Damage §7based on\",10:\"§7the enemy\u0027s missing health.\",11:\"\",12:\"§6Enhanced Scales\",13:\"§7§7Doubles the pet\u0027s base stats during\",14:\"§7the §bFishing Festival§7.\",15:\"\",16:\"§7§eRight-click to add this pet to your\",17:\"§epet menu!\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"MEGALODON;3\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Fishing Pet",
@@ -10,7 +10,7 @@
"§7Magic Find: §a{MAGIC_FIND}",
"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}",
"§7Ferocity: §a{FEROCITY}",
- "§7Fishing Speed: §a{MAGIC_FIND}",
+ "§7Fishing Speed: §a{FISHING_SPEED}",
"",
"§6Blood Scent",
"§7§7Deal up to §c+{0}% §c❁ Damage §7based on",
diff --git a/items/MEGALODON;4.json b/items/MEGALODON;4.json
index 32c860c6..1d8963ea 100644
--- a/items/MEGALODON;4.json
+++ b/items/MEGALODON;4.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §6Megalodon",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Magic Find: §a{MAGIC_FIND}\",4:\"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}\",5:\"§7Ferocity: §a{FEROCITY}\",6:\"§7Fishing Speed: §a{MAGIC_FIND}\",7:\"\",8:\"§6Blood Scent\",9:\"§7§7Deal up to §c+{0}% §c❁ Damage §7based on\",10:\"§7the enemy\u0027s missing health.\",11:\"\",12:\"§6Enhanced Scales\",13:\"§7§7Doubles the pet\u0027s base stats during\",14:\"§7the §bFishing Festival§7.\",15:\"\",16:\"§6Feeding Frenzy\",17:\"§7§7Increases your chance to catch\",18:\"§7Sharks during the §bFishing Festival §7by\",19:\"§7§a{1}%§7.\",20:\"\",21:\"§7§eRight-click to add this pet to your\",22:\"§epet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"MEGALODON;4\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Magic Find: §a{MAGIC_FIND}\",4:\"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}\",5:\"§7Ferocity: §a{FEROCITY}\",6:\"§7Fishing Speed: §a{FISHING_SPEED}\",7:\"\",8:\"§6Blood Scent\",9:\"§7§7Deal up to §c+{0}% §c❁ Damage §7based on\",10:\"§7the enemy\u0027s missing health.\",11:\"\",12:\"§6Enhanced Scales\",13:\"§7§7Doubles the pet\u0027s base stats during\",14:\"§7the §bFishing Festival§7.\",15:\"\",16:\"§6Feeding Frenzy\",17:\"§7§7Increases your chance to catch\",18:\"§7Sharks during the §bFishing Festival §7by\",19:\"§7§a{1}%§7.\",20:\"\",21:\"§7§eRight-click to add this pet to your\",22:\"§epet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"MEGALODON;4\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Fishing Pet",
@@ -10,7 +10,7 @@
"§7Magic Find: §a{MAGIC_FIND}",
"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}",
"§7Ferocity: §a{FEROCITY}",
- "§7Fishing Speed: §a{MAGIC_FIND}",
+ "§7Fishing Speed: §a{FISHING_SPEED}",
"",
"§6Blood Scent",
"§7§7Deal up to §c+{0}% §c❁ Damage §7based on",
diff --git a/items/RAT;4.json b/items/RAT;4.json
index 5af0f8bb..b3b4b544 100644
--- a/items/RAT;4.json
+++ b/items/RAT;4.json
@@ -1,31 +1,30 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §6Rat",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8842a457-5e25-3ad0-958e-dfbebbb1129c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODQxOTcwMTc1MywKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJCdUlJZXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYThhYmI0NzFkYjBhYjc4NzAzMDExOTc5ZGM4YjQwNzk4YTk0MWYzYTRkZWMzZWM2MWNiZWVjMmFmOGNmZmU4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Combat Morph\",1:\"\",2:\"§7Strength: §c{STRENGTH}\",3:\"§7Health: §a{HEALTH}\",4:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",5:\"\",6:\"§6Morph\",7:\"§7§7Right-click your summoned pet\",8:\"§7to morph into it!\",9:\"\",10:\"§6CHEESE!\",11:\"§7§7As a Rat, you smell\",12:\"§7§e§lCHEESE§7 nearby! Yummy!\",13:\"\",14:\"§6Rat\u0027s Blessing\",15:\"§7§7Has a chance to grant a random\",16:\"§7player §b+{0}✯ Magic Find§7 for\",17:\"§7§a{1}§7 seconds after finding a\",18:\"§7yummy piece of Cheese! If the\",19:\"§7player gets a drop during this\",20:\"§7buff, you have a §a20%§7 chance\",21:\"§7to get it too.\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Rat\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"RAT\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"f19c30bd-eadc-4376-bf92-5375a8eafb5c\\\",\\\"hideRightClick\\\":false}\",id:\"RAT;4\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8842a457-5e25-3ad0-958e-dfbebbb1129c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODQxOTcwMTc1MywKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJCdUlJZXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYThhYmI0NzFkYjBhYjc4NzAzMDExOTc5ZGM4YjQwNzk4YTk0MWYzYTRkZWMzZWM2MWNiZWVjMmFmOGNmZmU4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\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:\"§7§eRight-click to add this pet to\",23:\"§eyour pet menu!\",24:\"\",25:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Rat\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"RAT\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"f19c30bd-eadc-4376-bf92-5375a8eafb5c\\\",\\\"hideRightClick\\\":false}\",id:\"RAT;4\"}}",
"damage": 3,
"lore": [
"§8Combat Morph",
"",
- "§7Strength: §c{STRENGTH}",
"§7Health: §a{HEALTH}",
+ "§7Strength: §c{STRENGTH}",
"§7Crit Damage: §c{CRIT_DAMAGE}%",
"",
"§6Morph",
- "§7§7Right-click your summoned pet",
- "§7to morph into it!",
+ "§7§7Right-click your summoned pet to",
+ "§7morph into it!",
"",
"§6CHEESE!",
- "§7§7As a Rat, you smell",
- "§7§e§lCHEESE§7 nearby! Yummy!",
+ "§7§7As a Rat, you smell §e§lCHEESE§7 nearby!",
+ "§7Yummy!",
"",
"§6Rat\u0027s Blessing",
"§7§7Has a chance to grant a random",
- "§7player §b+{0}✯ Magic Find§7 for",
- "§7§a{1}§7 seconds after finding a",
- "§7yummy piece of Cheese! If the",
- "§7player gets a drop during this",
- "§7buff, you have a §a20%§7 chance",
- "§7to get it too.",
+ "§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.",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
diff --git a/items/RAT;5.json b/items/RAT;5.json
index b89e5117..7267a251 100644
--- a/items/RAT;5.json
+++ b/items/RAT;5.json
@@ -1,32 +1,30 @@
{
"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:\"§7Speed: §a{SPEED}\",4:\"§7Strength: §c{STRENGTH}\",5:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",6:\"\",7:\"§6Morph\",8:\"§7§7Right-click your summoned pet\",9:\"§7to morph into it!\",10:\"\",11:\"§6CHEESE!\",12:\"§7§7As a Rat, you smell\",13:\"§7§e§lCHEESE§7 nearby! Yummy!\",14:\"\",15:\"§6Rat\u0027s Blessing\",16:\"§7§7Has a chance to grant a random\",17:\"§7player §b+{0}✯ Magic Find§7 for\",18:\"§7§a{1}§7 seconds after finding a\",19:\"§7yummy piece of Cheese! If the\",20:\"§7player gets a drop during this\",21:\"§7buff, you have a §a20%§7 chance\",22:\"§7to get it too.\",23:\"\",24:\"§6Extreme Speed\",25:\"§7§7The Rat is TWO times faster.\",26:\"\",27:\"§7§eRight-click to add this pet to\",28:\"§eyour pet menu!\",29:\"\",30:\"§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\"}}",
+ "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}",
- "§7Speed: §a{SPEED}",
"§7Strength: §c{STRENGTH}",
"§7Crit Damage: §c{CRIT_DAMAGE}%",
"",
"§6Morph",
- "§7§7Right-click your summoned pet",
- "§7to morph into it!",
+ "§7§7Right-click your summoned pet to",
+ "§7morph into it!",
"",
"§6CHEESE!",
- "§7§7As a Rat, you smell",
- "§7§e§lCHEESE§7 nearby! Yummy!",
+ "§7§7As a Rat, you smell §e§lCHEESE§7 nearby!",
+ "§7Yummy!",
"",
"§6Rat\u0027s Blessing",
"§7§7Has a chance to grant a random",
- "§7player §b+{0}✯ Magic Find§7 for",
- "§7§a{1}§7 seconds after finding a",
- "§7yummy piece of Cheese! If the",
- "§7player gets a drop during this",
- "§7buff, you have a §a20%§7 chance",
- "§7to get it too.",
+ "§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.",