DMG and Heal
Each hero gets born with four attributes: HP, PHY, INT, and AGI. The values increase as the hero levels up. For a very detailed explanation, check out this Medium post.
Attribute | Attribute Name | Effecting Skills |
HP | Hit Points | Trigger HP related Passive Skills |
PHY | Physics | PHY Active Skills, Healing |
INT | Intelligence | INT Active Skills, Healing |
AGI | Agility | Faster Active Skill Activation |
PHY Damage
INT Damage
Physical damage is dealt through an activation of an Active or Passive Skill, for example:
Red Strike
Inflict 40–60% of PHY worth of damage to the forefront enemy.
Here is how the Physical Damage Dealt (PDD) is calculated:
PHY Damage Dealt (PDD):
PDD = (Attacker's PHY・xx % )・️(100 - Damage Reduction Rate) %
Damage Reduction Rate= Target’s PHY / 2
There are three variables that decide how much damage is dealt to the opponent: Attacker’s PHY, Item Effect, and Defender’s PHY.
Defender’s PHY decides the Damage Reduction Rate, which is capped at 40%. In other words: the Attacker’s damage is at maximum reduced by 40%.
INT damage gets calculated exactly as the PHY damage, except INT is used in the calculation. Here's an example:
Elite Musket
Inflict 30-35% of INT worth of damage to all enemies.
INT Damage Dealt (IDD)
IDD = (Attacker's INT・xx % )・️(100 - Damage Reduction Rate) %
Damage Reduction Rate = Target’s INT / 2
Three variables decide how much damage is dealt to the opponent: Attacker’s INT, Item Effect, and Defender’s INT.
Defender’s INT decides the Damage Reduction Rate, which is also capped at 40%. In other words: the damage is at maximum reduced by 40%.
Healing or Recovery effects come in all form and shapes in MyCryptoHeroes: Group heal with
White Candy
a hybrid self-heal / ally-heal with Necklace’s Healing
, or a pure ally heal with Elite Quill’s Elite Recovery
. Any healing effect follows the same equation, even if a hero targets himself/herself. We call this healing equation the Healing Coefficient:Healing Coefficient (HEAL)
HEAL = (Casting Hero’s INT + Target Hero’s PHY) ・ ️xx % / 2
Last modified 1yr ago