User blog:Kuroyukihime21/Testing a Formula

From Arknights Terra Wiki
Jump to navigation Jump to search

This is testing a formula page.

I pick a sample from Kroos's Skill where the description "Double Tap - Auto Lv 7" skill written is "The next attack shoots 2 in a row, dealing 140% of ATK in physical damage with each shot"

So, let's begin

1. Formula for "Double Tap - Auto" only:

Total ATK=(x*y100)n

Where:

  • x = Value of Physical ATK from Kroos's stats.
  • y = Persentage value from "Double Tap - Auto" skill.
  • n = Value of each shot from "Double Tap - Auto" skill.

2. Formula for "Double Tap - Auto" with enemy defense stats (how much damage result to penetrating enemy defense):

Total ATK=((x*y100)z)n

Where:

  • x = Value of Physical ATK from Kroos's stats.
  • y = Persentage value from "Double Tap - Auto" skill.
  • z = Value of Physical DEF from enemy.
  • n = Value of each shot from "Double Tap - Auto" skill.

3. Formula for "Double Tap - Auto" with Talent:

SEARCHING FORMULA

4. Formula for "Double Tap - Auto" with Talent and enemy defense stats:

SEARCHING FORMULA