• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "User:Jigaraphale/Sandbox/12"

From Kancolle Wiki
Jump to navigation Jump to search
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
 
+
{{Formula
 +
|Title=Defense Formula
 +
|Math=\text{DEF} = \left( \text{Armor} \times 0.7 + \text{Armor}_\text{rand} \times 0.6 \right) - \text{Pen}
 +
|Var=<math>\text{Armor}</math> the armor {{Armor}} of the target including all equipment and upgrade bonuses,
 +
**This stat is be directly affected by [[#Debuffs|Debuffs]] when applicable.
 +
* <math>\text{Armor}_\text{rand}</math> a random number between <math>0</math> and <math>\lfloor\text{Armor}\rfloor - 1</math>,
 +
** Note that it is inclusive, meaning it can also output <math>0</math> and <math>\lfloor\text{Armor}\rfloor - 1</math>
 +
* <math>\text{Pen}</math> any applicable armor penetration mechanic:
 +
** ''See [[#Anti-Submarine Warfare|ASW]] for details on ASW armor penetration,
 +
|Notes=The range of armor values is uniformly distributed, every armor roll has the same chance of occurring.
 +
}}

Revision as of 18:29, 13 November 2024

Defense Formula
[math]\displaystyle{ \text{DEF} = \left( \text{Armor} \times 0.7 + \text{Armor}_\text{rand} \times 0.6 \right) - \text{Pen} }[/math]
With
  • [math]\displaystyle{ \text{Armor} }[/math] the armor Armor of the target including all equipment and upgrade bonuses,
    • This stat is be directly affected by Debuffs when applicable.
  • [math]\displaystyle{ \text{Armor}_\text{rand} }[/math] a random number between [math]\displaystyle{ 0 }[/math] and [math]\displaystyle{ \lfloor\text{Armor}\rfloor - 1 }[/math],
    • Note that it is inclusive, meaning it can also output [math]\displaystyle{ 0 }[/math] and [math]\displaystyle{ \lfloor\text{Armor}\rfloor - 1 }[/math]
  • [math]\displaystyle{ \text{Pen} }[/math] any applicable armor penetration mechanic:
    • See ASW for details on ASW armor penetration,
Notes
  • The range of armor values is uniformly distributed, every armor roll has the same chance of occurring.