Template:Weapon: Difference between revisions

From MCM Combat Operations
Jump to: navigation, search
No edit summary
No edit summary
 
(122 intermediate revisions by 3 users not shown)
Line 12: Line 12:
|-
|-
!Heat || {{{heat}}}
!Heat || {{{heat}}}
|-  
|-
!Ammo || {{{ammo}}}
!Ammo || {{{ammo}}}
|-
|-
!Rate of Fire || {{{rate}}}s cycle time
!Refire Delay|| {{{rate}}} Second(s)
|-  
|-
! Firing Delay || {{#expr: ({{#expr: {{{projectiles|0}}} }}) * 0.1 }} Second(s)
|-
! Rate of Fire || {{#expr: {{{rate|0}}} + ({{{projectiles|0}}} * 0.1) }}s cycle
|-
!Burst Length || {{{projectiles}}}
!Burst Length || {{{projectiles}}}
|-  
|-
!Damage Instances || {{{damageprojectile|1}}}
|-
!Damage || {{{damage}}}
!Damage || {{{damage}}}
|-
{{#ifexpr:{{{splashdamage|0}}}!=0|
{{!}}-
! Splash Damage {{!}}{{!}} {{{splashdamage}}}
}}
|-
{{#switch: {{{trigger}}}
  | semi = !Trigger Type {{!}}{{!}} Semi-Automatic
  |loco = !Trigger Type {{!}}{{!}} Locomotion
  | auto = !Trigger Type {{!}}{{!}} Automatic
  | lockon = !Trigger Type {{!}}{{!}} Lock-On
  | seeking = !Trigger Type {{!}}{{!}} Auto Acquisition Seeking
  | wire = !Trigger Type {{!}}{{!}} Wire Guided
  | detonate = !Trigger Type {{!}}{{!}} Manual Detonation
  |arty = !Trigger Type {{!}}{{!}} Artillery
  |fuse =!Trigger Type {{!}}{{!}} Timed Fuse
  | charge = !Trigger Type {{!}}{{!}} Charge
  {{!}}-
  !Charge Time {{!}}{{!}} {{{chargetime}}}s
  | vcharge =  !Max Charge Damage {{!}}{{!}} {{{chargedamage}}}
{{!}}-
  !Trigger Type {{!}}{{!}} Variable Charge
  {{!}}-
  !Charge Levels {{!}}{{!}} {{{chargelevels}}}
  {{!}}-
  !Max Charge Time {{!}}{{!}} {{{chargetime}}}s
|-
}}
|-
{{#switch: {{{table_type}}}
{{#switch: {{{table_type}}}
  | projectile = {{!}}-
    | projectile = !Range {{!}}{{!}} {{{range}}}m
                !Range {{!}} {{!}} {{{range}}}m
                    {{!}}-
                {{!}}-
                    !Projectile Velocity {{!}}{{!}} {{{velocity}}}m/s
                !Projectile Velocity {{!}}{{!}}{{{velocity}}}m/s
    | laser = !Range {{!}}{{!}} {{{range}}}
  | laser = {{!}}-
              {{!}}-
            !Range {{!}}{{!}} {{{range}}}
              !Beam Duration {{!}}{{!}} {{{timetolive}}}
            {{!}}-
    | melee = !Range {{!}}{{!}} {{{range}}}m
            !Beam Duration {{!}}{{!}} {{{timetolive}}}
  | melee = {{!}}-
            !Range {{!}}{{!}} {{{range}}}m
}}
}}
|-
|-
{{#switch: {{{AOE}}}
{{#switch: {{{AOE}}}
   | splash = {{!}}-
   | splash = !Splash {{!}}{{!}} {{{aoe}}}m
            !Splash {{!}}{{!}} {{{aoe}}}m
   | arty = !100% Splash {{!}}{{!}} {{{range1}}}m
   | arty = {{{!}}
          {{!}} colspan="2" {{!}} Splash
          {{!}}-
          !100% Splash {{!}}{{!}} {{{range1}}}m
           {{!}}-  
           {{!}}-  
           !75% Splash {{!}}{{!}} {{{range2}}}m
           !75% Splash {{!}}{{!}} {{{range2}}}m
Line 46: Line 74:
           {{!}}-  
           {{!}}-  
           !25% Splash {{!}}{{!}} {{{range4}}}m
           !25% Splash {{!}}{{!}} {{{range4}}}m
          {{!}}}
}}
}}
|-
|-
Line 52: Line 79:
|-
|-
!Included with || {{{included}}}
!Included with || {{{included}}}
|-  
|-
!Mount Points || {{{mount}}}
!Mount Points || {{{mount}}}
|-
|-
!Cost || {{{cost}}}
!Cost || {{{cost}}}
|-
!Damage per Second || {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{rate}}}|R}} round2}}
|-
|-
!Heat per Second || {{#expr:{{formatnum:{{{heat}}}|R}}/{{formatnum:{{{rate}}}|R}} round2 }}
!Approximate Damage per Second ||
{{#expr:
({{{projectiles|0}}} * {{{damageprojectile|1}}} * {{{damage|0}}})
/
({{{rate|1}}} + ({{{projectiles|0}}} * 0.1))
round 2
}}
|-
|-
!Damage per Heat || {{#ifeq: {{{heat}}} | 0
!Heat per Second ||
  | ---
{{#expr:
  | {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{heat}}}|R}} round2}}
{{{heat|0}}}
/
({{{rate|1}}} + ({{{projectiles|0}}} * 0.1))
round 2
}}
}}
|-
|-
!Damage per Cost || {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{cost}}}|R}} round2 }}
!Damage per Heat ||
{{#ifeq: {{{heat|0}}} | 0
| ---
| {{#expr:
    ({{{projectiles|0}}} * {{{damageprojectile|1}}} * {{{damage|0}}})
    /
    {{{heat}}}
    round 2
  }}
}}
|-
|-
!DPS per Cost || {{#expr:{{formatnum:{{{projectiles}}}|R}}*{{formatnum:{{{damage}}}|R}}/{{formatnum:{{{rate}}}|R}}/{{formatnum:{{{cost}}}|R}} round2 }}
!Damage per Cost ||
{{#expr:
({{{projectiles|0}}} * {{{damageprojectile|1}}} * {{{damage|0}}})
/
{{{cost|1}}}
round 2
}}
|-
|-
! style="line-height:1.2em" |Creator
!DPS per Cost ||
| style="line-height:1.2em" | [[:Category:{{{creator}}}|{{{creator}}}]] [[Category: {{{creator}}}]]
{{#expr:
  (
  ({{{projectiles|0}}} * {{{damageprojectile|1}}} * {{{damage|0}}})
  /
  ({{{rate|1}}} + ({{{projectiles|0}}} * 0.1))
)
/
{{{cost|1}}}
round 2
}}
 
|}
|}
</div>
</div>
<includeonly>[[Category:Weaponry]]</includeonly>
<includeonly>[[Category:Weaponry]]</includeonly>
<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 02:18, 2 March 2026

-
Mech Weapon
{{{name}}}
Type {{{type}}}
Damage Type {{{damagetype}}}
Heat {{{heat}}}
Ammo {{{ammo}}}
Refire Delay {{{rate}}} Second(s)
Firing Delay 0 Second(s)
Rate of Fire 0s cycle
Burst Length {{{projectiles}}}
Damage Instances 1
Damage {{{damage}}}
Hard-mount {{{hard}}}
Included with {{{included}}}
Mount Points {{{mount}}}
Cost {{{cost}}}
Approximate Damage per Second

0

Heat per Second

0

Damage per Heat

---

Damage per Cost

0

DPS per Cost

0