Template:LR/BRCalc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{#expr: floor( ( {{{atk|0}}} * 1.0) + ( {{{def|0}}} * 1.0) + ( {{{hp|0}}} * 0.1) + ( {{{hit|0}}} * 1.0) + ( {{{crit|0}}} * 1.0) ) }}") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
floor( | floor( | ||
( {{{atk|0}}} * 1.0) + | ( {{{atk|0}}} * 1.0) + | ||
( {{{def|0}}} * | ( {{{def|0}}} * 2.0) + | ||
( {{{hp|0}}} * 0.1) + | ( {{{hp|0}}} * 0.1) + | ||
( {{{hit|0}}} * 1.0) + | ( {{{hit|0}}} * 1.0) + | ||
( {{{crit|0}}} * 1.0) | ( {{{crit|0}}} * 1.0) + | ||
( {{{dodge|0}}} * 1.0) | |||
) | ) | ||
}} | }} |
Latest revision as of 07:20, 2 June 2015
0