Template:LoA/BRCalc: Difference between revisions

From zoywiki.com
Jump to navigation Jump to search
(Created page with "{{#expr: ( {{{patk|0}}} * 0.3) + ( {{{matk|0}}} * 0.3) + ( {{{pdef|0}}} * 0.3) + ( {{{mdef|0}}} * 0.3) + ( {{{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 1: Line 1:
{{#expr:
{{#expr:
floor(
( {{{patk|0}}} * 0.3) +
( {{{patk|0}}} * 0.3) +
( {{{matk|0}}} * 0.3) +
( {{{matk|0}}} * 0.3) +
Line 7: Line 8:
( {{{hit|0}}}  * 1.0) +
( {{{hit|0}}}  * 1.0) +
( {{{crit|0}}} * 1.0) +
( {{{crit|0}}} * 1.0) +
( {{{hit|0}}}  * 1.0) +
( {{{agi|0}}}  * 0.5)
( {{{agi|0}}}  * 0.5)
)
}}
}}

Latest revision as of 21:05, 27 January 2014

0