NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

Difference between revisions of "Template:WeaponCompRow/charge"

From Liandri Archives

Jump to: navigation, search
m
m
 
Line 1: Line 1:
 
| {{{dmin}}}
 
| {{{dmin}}}
 
| {{{dmax}}}
 
| {{{dmax}}}
| {{#expr: ( {{{dmin}}} + {{{dmax}}} ) / 2 }}
+
| {{trunc|{{#expr: 0.5 * ( {{{dmin}}} + {{{dmax}}} ) }}|2}}
| {{min|{{#expr: {{{rate}}} * {{{dmin}}} }}|{{#expr: {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}
+
| {{trunc|{{min|{{#expr: {{{rate}}} * {{{dmin}}} }}|{{#expr: {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}|2}}
| {{max|{{#expr: {{{rate}}} * {{{dmin}}} }}|{{#expr: {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}
+
| {{trunc|{{max|{{#expr: {{{rate}}} * {{{dmin}}} }}|{{#expr: {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)}} }}|2}}
| {{#expr: ({{{rate}}} * {{{dmin}}} + {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)) / 2 }}<noinclude>
+
| {{trunc|{{#expr: ({{{rate}}} * {{{dmin}}} + {{{dmax}}} / (1/{{{rate}}} + {{{time}}}/1.1)) / 2 }}|2}}<noinclude>
 
{{documentation|content=Helper template for charging weapons, like the hellbender rear turret with increasing damage or the assault grenade with constant damage. (see [[Template:WeaponCompRow]])}}
 
{{documentation|content=Helper template for charging weapons, like the hellbender rear turret with increasing damage or the assault grenade with constant damage. (see [[Template:WeaponCompRow]])}}
 
</noinclude>
 
</noinclude>

Latest revision as of 07:16, 2 January 2011

| {{{dmin}}} | {{{dmax}}} | 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 hellbender rear turret with increasing damage or the assault grenade with constant damage. (see Template:WeaponCompRow)