Calculate stats
🛑 This information may be updated later than the game server data.
Last updated
🛑 This information may be updated later than the game server data.
Last updated
💡 Shall we explore how to calculate the final combat stats using combat stats and special stats?
Let's take Attack Points (AP) as an example!
AP (Attack Points) refers to the attack power used by a hero during normal/melee/combo attacks, and it is calculated in the following 3 steps:
First, calculate the total AP attached to the equipment. This also includes the base AP value assigned to the hero.
In other words, you add together the hero's base attack power and the attack power gained from equipment.
Add the AP attached to the skill to the value obtained in step 1️⃣.
Next, multiply it by the Multi-Hit Attack Power Allocation assigned to each skill.
For example, if a skill fires multiple projectiles, the total attack power is divided by the number of projectiles or expected hit counts to prevent each projectile's attack power from being too high. This way, the attack power is evenly distributed even if the skill hits multiple times.
Finally, apply the special stats. These special stats are additional bonuses based on attributes like STR, DEX, CON, WIS, CHA.
Add 1 to the calculated result to make it a positive percentage value, representing the bonus rate added to the base attack power.
The final calculation formula for AP (Attack Points) is structured as follows:
[ (Initial AP + Total AP from all equipped items + Skill AP) * Multi-Hit Attack Power Allocation ] * { 1 + (STR Total * AP-STR Coefficient) + (DEX Total * AP-DEX Coefficient) + (INT Total * AP-INT Coefficient) + (CON Total * AP-CON Coefficient) + (WIS Total * AP-WIS Coefficient) + (CHA Total * AP-CHA Coefficient) }
Refer to the coefficient table related to AP in the diagram, and multiply the total value of each stat (e.g., STR, DEX) by its respective coefficient. For more details, refer to the page.
도표에서 AP와 관련된 계수를 참고하여 각각의 스탯(STR, DEX, 등등)의 총합에 계수를 곱한 값을 모두 더합니다. 페이지를 참고해주세요.
APに関連する係数表を参照し、各ステータス(例えばSTR、DEXなど)の合計にそれぞれの係数を掛けた値を全て足します。詳細については、ページを参照してください。