NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

Difference between revisions of "Template:WeaponCompRow/multi"

From Liandri Archives

Jump to: navigation, search
m
m
Line 4: Line 4:
 
| {{trunc|{{min|{{#expr: {{{rate}}} * {{{dmin}}} * {{{pmin}}} }}|{{#expr: {{{pmax}}} * {{{dmin}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}|2}}
 
| {{trunc|{{min|{{#expr: {{{rate}}} * {{{dmin}}} * {{{pmin}}} }}|{{#expr: {{{pmax}}} * {{{dmin}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}|2}}
 
| {{trunc|{{max|{{#expr: {{{rate}}} * {{{dmax}}} * {{{pmin}}} }}|{{#expr: {{{pmax}}} * {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}|2}}
 
| {{trunc|{{max|{{#expr: {{{rate}}} * {{{dmax}}} * {{{pmin}}} }}|{{#expr: {{{pmax}}} * {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}|2}}
| {{trunc|{{#expr: ({{{rate}}} * {{{dmin}}} + {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)) / 2 }}|2}} <!-- TODO! --><noinclude>
+
| {{trunc|{{#expr: 0.25 * ({{{rate}}} * ({{{dmin}}}+{{{dmax}}}) * {{{pmin}}} + {{{pmax}}} * ({{{dmin}}}+{{{dmax}}}) / (1/{{{rate}}} + {{{time}}}/1.1)) }}|2}} <!-- TODO! --><noinclude>
 
{{documentation|content=Helper template for charging weapons like the Bio Rifle that increase charge in discrete steps. (see [[Template:WeaponCompRow]])}}
 
{{documentation|content=Helper template for charging weapons like the Bio Rifle that increase charge in discrete steps. (see [[Template:WeaponCompRow]])}}
 
</noinclude>
 
</noinclude>

Revision as of 12:23, 2 January 2011

| {{{dmin}}} | Expression error: Unrecognized punctuation character "{". | Expression error: Unrecognized punctuation character "{".</ | Expression error: Unexpected < operator.</ | Expression error: Unexpected < operator.</ | Expression error: Unrecognized punctuation character "{".</

Documentation

Helper template for charging weapons like the Bio Rifle that increase charge in discrete steps. (see Template:WeaponCompRow)