Difference between revisions of "ATK"

Jump to navigation Jump to search
3,588 bytes added ,  14:29, 14 August 2020
no edit summary
(Created page with "{{Card properties sidebar}} ''This article is a stub. You can help by expanding it. '''ATK''' is a card property that determines how much a successful attack from a card inf...")
 
 
(18 intermediate revisions by 2 users not shown)
Line 3: Line 3:
''This article is a stub. You can help by expanding it.
''This article is a stub. You can help by expanding it.


'''ATK''' is a card property that determines how much a successful attack from a card inflicts '''damage''' (equivalent to [[HP]] subtracted) of the card it hits. A card's ATK is determined by the card base ATK at Lv 1, the ATK growth rate per Lv Up, and the current Lv of the card:
'''ATK''' (abbreviation for '''Attack''') is a card property that determines how much a successful attack from a card inflicts '''damage''' (not a formal term used in game; equivalent to [[HP]] subtracted) of the card it hits. The maximum damage that can be dealt on a single hit is 2 147 483 647, equal to the maximum positive value in 32 bits.


ATK = ATK<sub>base</sub> + (rate<sub>ATK/Lv</sub>×(Lv-1))+seed<sub>ATK</sub>×status<sub>AR</sub>
=ATK calculation=
 
A card's ATK is determined by intrinsic properties of the card as well as extrinsic factors.
 
ATK = ATK<sub>base</sub> + (rate<sub>ATK/Lv</sub>×(Lv-1))+seed<sub>ATK</sub>+status<sub>AR</sub>


where:
where:
* ATK<sub>base</sub> is the base ATK at Lv 1 of the attacking unit
* ATK<sub>base</sub> is the base ATK at Lv 1 of the card
* rate<sub>ATK/Lv</sub> is the rate at which ATK increases per level of the attacking unit
* Lv is the Lv of the card
* seed<sub>ATK</sub> is the amount of ATK seeding of the attacking unit
* rate<sub>ATK/Lv</sub> is the rate at which ATK increases per level of the card
* status<sub>AR</sub> is the ATK addend conferred by [[AR card]]s equipped to the attacking unit
* seed<sub>ATK</sub> is the amount of ATK [[seed]]ing of the card
* status<sub>AR</sub> is the ATK addend conferred by [[AR card]]s equipped to the card
 
Note that in-game the displayed ATK only shows the rounded value without decimals; however, damage calculation still keeps track of those decimals.
 
{| class="mw-collapsible mw-collapsed wikitable"
! Example ATK calculation
|-
|
{{Transient icon|Licht|rarity=5|frame=y}}'s base ATK is 799 and ATK growth rate is 58.173. Suppose the Lv of him is 80 (with max Lv seeding 10), his ATK seeding is at 1000, and he has equipped the [[Shard of the Abyssal Gatekeeper]] AR card, which increases ATK by 150 at Lv 100. Thus, the card's ATK is calculated as follows:
 
ATK = 799 + 58.173×(80 - 1) + 1000 + 150
 
= 6544.667
 
Due to rounding, Licht's ATK will be displayed as 6545. However, the decimals are still factored in during damage calculation.
 
|}


=Damage calculation=
=Damage calculation=


The total damage inflicted on a struck card is displayed by white text over that card's square during the attack. calculation for damage of an attack is below:
The total damage inflicted on a struck card is displayed by white text over that card's square during the attack. The calculation for damage of an attack is below:


Damage = ATK
Damage = ATK
Line 30: Line 51:
* (Π[i=1,a]skill<sub>i</sub>×Π[j=1,b]status<sub>j</sub>)<sub>self</sub> is the product of the ATK multipliers from [[skill]]s and [[status]]es the attacking card has
* (Π[i=1,a]skill<sub>i</sub>×Π[j=1,b]status<sub>j</sub>)<sub>self</sub> is the product of the ATK multipliers from [[skill]]s and [[status]]es the attacking card has
* (Π[k=1,c]skill<sub>k</sub>×Π[l=1,d]status<sub>l</sub>)<sub>target</sub> is the product of the ATK multipliers from skills and statuses the struck card has
* (Π[k=1,c]skill<sub>k</sub>×Π[l=1,d]status<sub>l</sub>)<sub>target</sub> is the product of the ATK multipliers from skills and statuses the struck card has
* Π[m=1,e]status<sub>fixed</sub> is the sum of the ATK addends from statuses (such as [[Spirit]]) the attacker has
* Σ[m=1,e]status<sub>fixed</sub> is the sum of the ATK addends from statuses (such as [[Spirit]]) the attacker has
* CS<sub>total</sub> is a term that is included only if the unit unleashes their [[charge attack]]. Otherwise, this term is omitted (or replaced with the multiplier 1)
* CS<sub>total</sub> is a term that is included only if the unit unleashes their [[Skills#Charge_Skill_Mechanics|charge attack]]. Otherwise, this term is omitted (or replaced with the multiplier 1)


The CS<sub>total</sub> calculation is below:
The CS<sub>total</sub> calculation is below:


CS<sub>total</sub> = CS ×log<sub>10</sub>(1 + 0.5×SALv)
CS<sub>total</sub> = (CS<sub>innate</sub> + CS<sub>AR</sub>) × (1 + 0.5×log<sub>10</sub>SALv)


where:
where:
* CS is a multiplier applied only during charge attacks, and whose value is strongly correlated to (but not perfectly predicted by) the [[rarity]] of the attacking card
* CS<sub>innate</sub> is a multiplier applied only during charge attacks, and whose value is strongly correlated to (but not perfectly predicted by) the [[rarity]] of the attacking card
* CS<sub>AR</sub> is the bonus multiplier modifier to charge attack damage conferred by certain AR cards
* SALv is the [[Sacred Artifact Lv]] of the attacking card
* SALv is the [[Sacred Artifact Lv]] of the attacking card
** (1 + 0.5×log<sub>10</sub>SALv) is a term that increases the CS damage less the greater the SALv already is: SA Lv 1, it equals to 1; at SALv10, it equals to 1.5; and SALv100, it equals to 2
Note that after calculation, the damage is rounded to the nearest 1.
{| class="mw-collapsible mw-collapsed wikitable"
! Example damage calculation
|-
|
As an example, suppose we use the {{Transient icon|Licht|rarity=5|frame=y}} card described in the previous example, with an ATK of 6544.667 . Licht has {{Weapon|Shot}} weapon type, which has a damage multiplier of 0.45. The card he attacks is an {{Transient icon|Aether Mobster|frame=y}}, who has {{Attribute|Aether}} attribute, which Licht's {{Attribute|Nether}} attribute has an advantage against, conferring a multiplier of 2. Suppose Licht has three statuses, Lv 100 [[Bind]] and Lv 100 [[Ardor]], which give damage multipliers of 0.45 and 2.4 respectively; and Lv100 Spirit, which gives a flat damage bonus of 800.  The attacked mobster has [[Danger Spotter]], which gives a multiplier to Shot-type attacks of 0.80 . Suppose this mobster also has the status Lv 100 [[Unction]], which gives a damage multiplier 0.425 . The calculation for damage this card of Licht would inflict on this mobster is as follows:
(Π[i=1,a]skill<sub>i</sub>×Π[j=1,b]status<sub>j</sub>)<sub>self</sub>
<br/>= 0.45×2.4
<br/>= 1.056
(Π[k=1,c]skill<sub>k</sub>×Π[l=1,d]status<sub>l</sub>)<sub>target</sub>
<br/>= 0.80×0.425
<br/>= 0.34
Σ[m=1,e]status<sub>fixed</sub> = 800
Damage<sub>normal</sub>
<br/>= 6544.667×0.45×2×1.056×0.34 + 800
<br/>= 2914.81752
The damage after rounding would be 2915.
Suppose this card of Licht instead unleashed his CS in this situation. He has a CS multiplier of 4 (like most other cards of rarity ☆5). Lastly, suppose he has a Sacred Artifact Lv of 41. The calculation for the damage would then be as follows:
Damage<sub>CS</sub>
<br/>= 6544.667×0.45×2×1.056×0.34×4×(1 + 0.5×log<sub>10</sub>41) + 800
<br/>= 16080.7572
It can be calculated from the output of normal damage dealt; however, the flat damage from Spirit would have to be subtracted first before being added in after the CS term is multiplied.
Damage<sub>CS</sub>
<br/>= (2914.81752 - 800)×4×(1 + 0.5×log<sub>10</sub>41) + 800
<br/>= 16080.7572
The damage dealt by the charge attack after rounding would be 16081.
|}


=Damage outside of an attack=
=Damage outside of an attack=


Certain skills and statuses damage cards, and this form of damage is not considered as part of an attack (and so would not influence the damage displayed during an attack). A card cannot leave the battle from damage done without an attack, and a card damaged in such a way will remain at 1 HP if such damage exceeds the remaining HP of that card.
Certain skills and statuses damage cards, and this form of damage is not considered as part of an attack (and so would not influence the damage displayed during an attack). A card cannot leave the battle from damage done without an attack, and a card damaged in such a way will remain at 1 HP if such damage exceeds the remaining HP of that card. For the same reason, this sort of damage cannot trigger the exhaustion of [[Guts]].
----
{{Guide}}
4,366

edits

Navigation menu