NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

Difference between revisions of "Template:WeaponCompRow/none"

From Liandri Archives

Jump to: navigation, search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<!-- Output should be: [min,max,avg]/shot,[min,max,avg]/sec -->
 
<!-- Output should be: [min,max,avg]/shot,[min,max,avg]/sec -->
<onlyinclude>| {{#expr: {{{rate}}} * {{{dmin}}} }}
+
<onlyinclude>| {{{dmin}}}
| {{#expr: {{{rate}}} * {{{dmax}}} }}
+
| {{{dmax}}}
| {{#expr: ( {{{dmin}}} + {{{dmax}}} ) / 2 }}
+
| {{trunc|{{#expr: ( {{{dmin}}} + {{{dmax}}} ) / 2 }}|2}}
| {{#expr: {{{rate}}} * {{{dmin}}} }}
+
| {{trunc|{{#expr: {{{rate}}} * {{{dmin}}} }}|2}}
| {{#expr: {{{rate}}} * {{{dmax}}} }}
+
| {{trunc|{{#expr: {{{rate}}} * {{{dmax}}} }}|2}}
| {{#expr: {{{rate}}} * ( {{{dmin}}} + {{{dmax}}} ) / 2 }}</onlyinclude>
+
| {{trunc|{{#expr: {{{rate}}} * ( {{{dmin}}} + {{{dmax}}} ) / 2 }}|2}}</onlyinclude>
 
{{documentation|content=Helper template for non-charging weapons with constant or random damage per shot. (see [[Template:WeaponCompRow]])}}
 
{{documentation|content=Helper template for non-charging weapons with constant or random damage per shot. (see [[Template:WeaponCompRow]])}}

Latest revision as of 07:40, 2 January 2011

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

Documentation

Helper template for non-charging weapons with constant or random damage per shot. (see Template:WeaponCompRow)