Pets and their stats - A reference

Hello! I wanted to make a topic about pets stats. So, here it is:

1.Cougar
image
Only on subscription. But you don’t have to buy this pet if you are subscribed. It’s free for subscribers.
Description:
Every hero needs a companion! This cougar will stand-by your hero’s side against any challenge!
Abilities:
pet.chase(enemy) :The pet chases a weak enemy . The enemy forgets about anything and trying to flee only. The pet can chase only enemies whose maxHealth < hero.maxHealth / 10 .
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.trick() :The pet can make some trick. Just for fun.


2.Wolf Pup
image
Only on subscription. But you don’t have to buy this pet if you are subscribed. It’s free for subscribers.
Description:
Every hero needs a companion! This wolf pup will loyally stand by your side!
Abilities:
pet.catch(arrow) :The pet is trying to catch the arrow (can’t catch shells like bullets). If you haven’t commanded the pet, then it catches near arrows itself.
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.trick() :The pet can make some trick. Just for fun.


3.Raven
image
Only on subscription. But you don’t have to buy this pet if you are subscribed. It’s free for subscribers.
Description:
Every hero needs a companion! This raven has been ravin’ about joining you! The raven can fly, so low obstacles are not a problem for it.
Abilities:
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.


4.Brown rat
image
Only for subscribers. When you subscribed, you can buy this pet on 1100 gems.
Description:
The sneaky brown rat is a perfect companion for the unscrupulous types.
Abilities:
pet.distractionNoise() :The pet makes noise and distracts close enemies for few seconds.
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.isReady(“ability”) :Returns whether the given ability is ready to be used by the pet again.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.trick() :The pet can make some trick. Just for fun.


5.Baby Griffin
image
Only for subscribers. When you subscribed, you can buy this pet on 1700 gems.
Description:
Every hero needs a companion! This tiny griffin will assist your hero in their quest.
Abilities:
pet.carryUnit(target, x, y) :The pet takes target and carries it to the point (x, y) . The pet can carry only units whose maxHealth < hero.maxHealth / 10 .
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.isReady(“ability”) :Returns whether the given ability is ready to be used by the pet again.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.trick() :The pet can make some trick. Just for fun.


6.Mimic
image
Only for subscribers. When you subscribed, you can buy this pet on 2500 gems.
Description:
Every hero needs a companion! This mimic will help you collect coins!
Abilities:
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.isReady(“ability”) :Returns whether the given ability is ready to be used by the pet again.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.trick() :The pet can make some trick. Just for fun.


7.Polar Bear Cub
image
Only for subscribers. When you subscribed, you can buy this pet on 3600 gems.
Description:
Every hero needs a companion! This young polar bear will follow you on your quest.
Abilities:
pet.coldBlast() :The pet freezes enemies around itself for few seconds.
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.isReady(“ability”) :Returns whether the given ability is ready to be used by the pet again.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.trick() :The pet can make some trick. Just for fun.


8.Blue fox
image
Only for subscribers. When you subscribed, you can buy this pet on 4500 gems.
Description:
The quick, blue fox jumps over the buried treasure.
Abilities:
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.isReady(“ability”) :Returns whether the given ability is ready to be used by the pet again.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.shapeShift() :The pet transform itself to the decoy – the fleeing peasants. No enemy in the 30m range can’t stand to hit this easy target.
pet.trick() :The pet can make some trick. Just for fun.


9.Pugicorn
image
Only for subscribers. When you subscribed, you can buy this pet on 5700 gems.
Description:
No one knows the origins of the mysterious, majestic, pugicorn (we think Pender had something to do with it).
Abilities:
pet.charm(enemy) :The pet charms an enemy whose maxHealth < hero.maxHealth / 5 and the enemy protects the pet some time.
pet.fetch(item) :The pet takes and brings to the owner some items (like potions).
pet.findNearestByType(type) :Return the nearest of all units or items with the given type that the pet can see, even non-combatants.
pet.isReady(“ability”) :Returns whether the given ability is ready to be used by the pet again.
pet.moveXY(x, y) :The moveXY method sets the pet’s targetPos to the given (x, y) coordinates and also sets the pet’s action to move and moves until reaching the destination.
pet.on(eventType, handler) :The method assigns an event handler (a function) for eventType . Possible event types:
pet.say(message) :Makes the pet say the given message.
pet.trick() :The pet can make some trick. Just for fun.


Upcoming pets:

1.Yetibab
image
I think it will be subscribers only.
Description:
This tiny Yetibab just wants to see the world beyond the ice he knows so well!
Abilities: None for now.


2.Phoenix
image
I think it will be subscribers only.
Description:
High-flying fire-starting bird reborn. Watch out!
Abilities: None for now.


3.Metalic Spider pet.
image

I think it will be subscribers only.
Descrption:
Even the ogres like pets! This metallic spider is one of their favorites!
Abilities: None for now.


4.Dragonling Pet
image
I think it will be subscribers only.
Description:
This young dragon comes from a land far away.
Abilities: None for now.


5.Panther Cub
image
I think it will be subscribers only.
Descrption:
Shadow, Striper’s cousin, wants to join heroes as they explore the world!


6.Kindling Elemental Pet
image
I think it will be subscriers only.
Description:
Be careful around this young elemental - he’s a bit of a hothead!
Abilities: None for now.


That’s all. Use this reference and play with pets!
If you know more pets, tell me and I’ll add them!


If you like it please drop a :heart:.

18 Likes

This is useful but if you can get it why does it not have abilities

3 Likes

I didn’t get what do you mean.

2 Likes

the level 66 pets if they are available for sale, why doesn’t it have abilities

3 Likes

Who said they are? I wrote: upcoming pets.

2 Likes

oops, but it is still on the market for items

4 Likes

Yes, but information about these pets is here and in thang editor

3 Likes

got it @PeterPalov I understand

3 Likes

what about the metal spider, in upcoming pets.

2 Likes

Done.

2 Likes

dragonling too (20 chars)

3 Likes

What is it? (20chars)

2 Likes

unreleased.(20 pets)

2 Likes

Done. I’ve just edited topic and added some new pets.

3 Likes