Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Template:Calc2

From DFO World Wiki
Jump to: navigation, search

This is the "Calc2" template. It calculates a value when provided certain variables. This should be used when calculating skill values for AbsoluteDamage.

Argument Description
1 (VAR) The variable that will be iterated within the arraylist. Will most likely be represented with the value:
{{#var:i}}
.
2 (IndependentAttack) The amount of Independant Attack you have while looking at the tooltip, this is the number found in the My Status page. Default value is set to 100.
3 (BASELvVALUE) The base value to be used for calculation.
4 (MAXLvVALUE) The max value to be used for calculation.
5 (MAXLv) The max level to be used for calculation. This level must correspond to MAXLvVALUE.
6 (BASELv) The base level to be used for calculation. This level must correspond to BASELvVALUE. Default value is set to 1.
7 (PercentMultiplier) The percent multiplier (increase / decrease) listed in future KDnF patches. Can accept positive and negative values. Default value is set to 0.
{{Calc2|VAR|IndependentAttack|BASELvVALUE|MAXLvVALUE|MAXLv|BASELv|PercentMultiplier}}

Examples:

{{Calc2|2|1614|385503|776592|11|1|0}}

Damage Ratio:

263.08
max-width:200px 100
{{Calc2|2|1614|385503|776592|11}}

Damage Ratio:

263.08
max-width:200px 100


Copy and Paste Version:

{{Calc2|{{#var:i}}|IndependentAttack|BASELvVALUE|MAXLvVALUE|MAXLv}}