πCombat
Hit Point
The ability of the Bichon Fighter to withstand damage, that is, the amount of his blood. When the Bichon Fighter receives damage, the health will be reduced, and when the health is reduced to 0, the Bichon Fighter will withdraw from the battle. At the end of a PVE or PVP battle, the Bichon Fighter will restore all health.
Hit Point = 3*vitality*(1+0.2*(Bichon Fighter Level-1))
Attack
An attack can cause damage to the enemy. The attack power of the Bichon Fighter is related to its strength.
Attack = strength*(1+0.2*(Bichon Fighter Level-1))
Defense
The ability of a Bichon Fighter to withstand damage.
Defense = endurance*(1+0.2*(Bichon Fighter Level-1))
The actual loss of the Bichon Fighter when it suffers damage
Health=opponent's attack*(0.7~1.3 random number)*50/(defense of the Bichon Fighter +50)
For example, when a Bichon Fighter with a defense of 50 is attacked by an attack with a damage of 100, the actual damage suffered = 50 * 100 / (50+50) = 50. That is, the Bichon Fighter will lose 50 health in this attack.
Hit
The probability of hitting an opponent.
Hit rate = attacker agility / (attacker agility + defender agility / 2)
For example, when a Bichon Fighter with an agility of 100 attacks a Bichon Fighter with an agility of 50, its hit rate = 100 / (100 + 50/2) = 80%, that is, there is a 80% chance that the attack will hit the opponent.
Last updated