Hello! I wanted to make a topic about pets stats. So, here it is:
1.Cougar
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
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
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
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
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
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
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
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
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
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
I think it will be subscribers only.
Description:
High-flying fire-starting bird reborn. Watch out!
Abilities: None for now.
3.Metalic Spider pet.
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
I think it will be subscribers only.
Description:
This young dragon comes from a land far away.
Abilities: None for now.
5.Panther Cub
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
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 .