Template:Weapon: Difference between revisions

From MCM Combat Operations
Jump to: navigation, search
mNo edit summary
No edit summary
Line 4: Line 4:
| style="font-size: 110%;" align="center" colspan="2" | '''Mech Weapon'''
| style="font-size: 110%;" align="center" colspan="2" | '''Mech Weapon'''
|-  
|-  
| style="background: #DEDDE2; font-size: 110%;" align="center" colspan="2" | '''{{{name}}}'''
| style="background: #DEDDE2; color: #2a2a2a; font-size: 110%;" align="center" colspan="2" | '''{{{name}}}'''
|-
|-
{{#if: {{{image|}}}|
{{#if: {{{image|}}}|
Line 10: Line 10:
|-  
|-  
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Type
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Type
| style="background: #eaeaea; line-height:1.2em" | {{{type}}}
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{{type}}}
|-
|-
|-
|-
Line 18: Line 18:
|-
|-
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Heat
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Heat
| style="background: #eaeaea; line-height:1.2em" | {{{heat}}}
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{{heat}}}
|-  
|-  
|-
|-
Line 26: Line 26:
|-
|-
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Rate of Fire
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Rate of Fire
| style="background: #eaeaea; line-height:1.2em" | {{{rate}}}s cycle time
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{{rate}}}s cycle time
|-  
|-  
|-
|-
Line 34: Line 34:
|-  
|-  
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Damage
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Damage
| style="background: #eaeaea; line-height:1.2em" | {{{damage}}}
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{{damage}}}
|-
|-
|-
|-
Line 42: Line 42:
|-  
|-  
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Hard-mount
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Hard-mount
| style="background: #eaeaea; line-height:1.2em" | {{#if: {{{Hard}}} | {{{hard}}} | none}}
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{#if: {{{Hard}}} | {{{hard}}} | none}}
|-
|-
|-
|-
Line 50: Line 50:
|-  
|-  
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Mount Points
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Mount Points
| style="background: #eaeaea; line-height:1.2em" | {{{mount}}}
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{{mount}}}
|-
|-
|-
|-
Line 58: Line 58:
|-  
|-  
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Damage per Second
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Damage per Second
| style="background: #eaeaea; line-height:1.2em" | {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{rate}}}|R}} round2 }}  
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{rate}}}|R}} round2 }}  
|-
|-
|-
|-
Line 66: Line 66:
|-
|-
|-
|-
! style="background: #eaeaea; line-height:1.2em" |Damage per Heat
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |Damage per Heat
| style="background: #eaeaea; line-height:1.2em" | {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{heat}}}|R}} round2 }}
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{heat}}}|R}} round2 }}
|-
|-
|-
|-
Line 74: Line 74:
|-
|-
|-
|-
! style="background: #eaeaea; line-height:1.2em" |DPS per Cost
! style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" |DPS per Cost
| style="background: #eaeaea; line-height:1.2em" | {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{rate}}}|R}}/{{formatnum:{{{cost}}}|R}} round2 }}
| style="background: #c1c1c1; color: #2a2a2a; line-height:1.2em" | {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{rate}}}|R}}/{{formatnum:{{{cost}}}|R}} round2 }}
|-
|-
|-
|-

Revision as of 05:41, 31 August 2020

Mech Weapon
{{{name}}}
Type {{{type}}}
Damage Type {{{damagetype}}}
Heat {{{heat}}}
Ammo {{{ammo}}}
Rate of Fire {{{rate}}}s cycle time
Projectiles Per Shot {{{projectiles}}}
Damage {{{damage}}}
Range {{{range}}}m
Hard-mount {{{hard}}}
Included with {{{included}}}
Mount Points {{{mount}}}
Cost {{{cost}}}
Damage per Second Expression error: Unrecognized punctuation character "{".
Heat per Second Expression error: Unrecognized punctuation character "{".
Damage per Heat Expression error: Unrecognized punctuation character "{".
Damage per Cost Expression error: Unrecognized punctuation character "{".
DPS per Cost Expression error: Unrecognized punctuation character "{".
Creator {{{creator}}}