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 |
||
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) + |
Revision as of 05:01, 1 June 2015
0