Difference between revisions of "Template:Weapon Stats Table"
Line 45: | Line 45: | ||
<td> {{ #expr: 0.8*{{#var:avgAP|}} round 2}}% | <td> {{ #expr: 0.8*{{#var:avgAP|}} round 2}}% | ||
| | | | ||
− | <td> {{ #expr: | + | <td> {{ #expr: 0.9*{{#var:damage|}} round 2}} |
− | <td> {{ #expr: | + | <td> {{ #expr: 0.9*{{#var:avgAP|}} round 2}}% |
<td> {{#ifexpr: {{ #expr: 0.8*{{#var:accTouch|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accTouch|}} round 0}}}}% | <td> {{#ifexpr: {{ #expr: 0.8*{{#var:accTouch|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accTouch|}} round 0}}}}% | ||
<td> {{#ifexpr: {{ #expr: 0.8*{{#var:accShort|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accShort|}} round 0}}}}% | <td> {{#ifexpr: {{ #expr: 0.8*{{#var:accShort|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accShort|}} round 0}}}}% | ||
<td> {{#ifexpr: {{ #expr: 0.8*{{#var:accMedium|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accMedium|}} round 0}}}}% | <td> {{#ifexpr: {{ #expr: 0.8*{{#var:accMedium|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accMedium|}} round 0}}}}% | ||
<td> {{#ifexpr: {{ #expr: 0.8*{{#var:accLong|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accLong|}} round 0}}}}% | <td> {{#ifexpr: {{ #expr: 0.8*{{#var:accLong|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accLong|}} round 0}}}}% | ||
− | <td> {{ #expr: {{#var:avgDPS|}} round 2}} | + | <td> {{ #expr: 0.9*{{#var:avgDPS|}} round 2}} |
{{#if:{{Q| {{#var:name}} | Accuracy (Touch) Base}}| | {{#if:{{Q| {{#var:name}} | Accuracy (Touch) Base}}| | ||
{{!}} {{#expr: {{#ifexpr: {{ #expr: 0.8*{{#var:accTouch|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accTouch|}} round 0}}}}/100*{{#var:avgDPS }} round 2}} | {{!}} {{#expr: {{#ifexpr: {{ #expr: 0.8*{{#var:accTouch|}} round 2}} > 100 | 100 | {{ #expr: 0.8*{{#var:accTouch|}} round 0}}}}/100*{{#var:avgDPS }} round 2}} |
Revision as of 00:26, 28 May 2021
Description
This template generates a table summarizing stats for an given weapon, including average damage per second, armor piercing and Market Value, for each quality tier (if applicable) and every stuff option (if applicable).
Note that at the time of writing, weapons with no quality are hardcoded into the template, rather than pulled from the page properties. New no-quality weapons must be manually excepted from the template.
Property:Mode must be set to properly display melee weapons, otherwise it will default to the ranged format.
This template is part of the following system generating tables for all weapons:
- Template:Weapon Stats Table - Usually the template that should be called on normal pages. Creates the headers.
- Template:Weapon Stats Table/Ranged - Creates the table for ranged combat.
- Template:Weapon Stats Table/Ranged/Row - Creates the rows for the ranged combat table.
- Template:Weapon Stats Table/Melee - Creates the table for melee attacks.
- Template:Weapon Stats Table/Melee/Row - Creates the rows for the melee attacks table.
- Template:True Melee DPS Calculator - Does a lot of the calculations and defines essential variables for the /Melee/Row template.
- Template:Weapon Stats Table/Melee/Row - Creates the rows for the melee attacks table.
- Template:Weapon Stats Table/Ranged - Creates the table for ranged combat.
Parameters
The first parameter (if present) will specify which weapon to generate the template for.
If absent, {{PAGENAME}}
will be used.
The no header
parameter will disable the top heading, but not the subheadings for ranged and melee attacks, when set to true.
The header level
parameter takes numbers and sets the size of the headings - note that top heading is sized by the number directly, with subheading one size smaller. Default value is 2. It can be used with or without no header
.
Example usage
{{Weapon Stats Table | Persona monosword}}
Produces:
Quality Table
Quality | Damage | Avg DPS | Avg AP | Market Value |
---|---|---|---|---|
Awful Persona monosword | 21.6 | 12.82 | 67.2% | 1500 |
Poor Persona monosword | 24.3 | 14.43 | 75.6% | 1125 |
Normal Persona monosword | 27 | 16.03 | 84% | 1125 |
Good Persona monosword | 29.7 | 17.63 | 92.4% | 1405 |
Excellent Persona monosword | 32.4 | 19.24 | 100.8% | 2110 |
Masterwork Persona monosword | 39.15 | 23.24 | 121.8% | 4110 |
Legendary Persona monosword | 44.55 | 26.45 | 138.6% | 7110 |
{{Weapon Stats Table | Assault rifle|}}
Produces:
Quality Table
Quality | Damage | AP | Accuracy (Touch) | Accuracy (Short) | Accuracy (Medium) | Accuracy (Long) | DPS (Optimal) | DPS (Touch) | DPS (Short) | DPS (Medium) | DPS (Long) |
Market Value |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Awful Assault rifle | 9.9 | 14.4% | 48% | 56% | 52% | 44% | 9.79 | 5.22 | 6.09 | 5.66 | 4.79 | 240 |
Poor Assault rifle | 11 | 16% | 54% | 63% | 59% | 50% | 10.88 | 5.88 | 6.85 | 6.42 | 5.44 | 180 |
Normal Assault rifle | 11 | 16% | 60% | 70% | 65% | 55% | 10.88 | 6.53 | 7.62 | 7.07 | 5.98 | 180 |
Good Assault rifle | 11 | 16% | 66% | 77% | 72% | 61% | 10.88 | 7.18 | 8.38 | 7.83 | 6.64 | 225 |
Excellent Assault rifle | 11 | 16% | 72% | 84% | 78% | 66% | 10.88 | 7.83 | 9.14 | 8.49 | 7.18 | 335 |
Masterwork Assault rifle | 13.75 | 20% | 81% | 95% | 88% | 74% | 13.6 | 11.02 | 12.92 | 11.97 | 10.06 | 845 |
Legendary Assault rifle | 16.5 | 24% | 90% | 100% | 98% | 83% | 16.32 | 14.69 | 16.32 | 15.99 | 13.55 | 3845 |
{{Weapon Stats Table | Incendiary launcher|}}
Produces:
Quality Table
Quality | Damage | AP | Accuracy (Touch) | Accuracy (Short) | Accuracy (Medium) | Accuracy (Long) | DPS (Optimal) | DPS (Touch) | DPS (Short) | DPS (Medium) | DPS (Long) |
Market Value |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Awful Incendiary launcher | 9 | 0% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | 1.29 | - | - | - | - | 170 |
Poor Incendiary launcher | 10 | 0% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | 1.43 | - | - | - | - | 128 |
Normal Incendiary launcher | 10 | 0% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | 1.43 | - | - | - | - | 128 |
Good Incendiary launcher | 10 | 0% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | 1.43 | - | - | - | - | 159 |
Excellent Incendiary launcher | 10 | 0% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | 1.43 | - | - | - | - | 240 |
Masterwork Incendiary launcher | 12.5 | 0% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | 1.79 | - | - | - | - | 600 |
Legendary Incendiary launcher | 15 | 0% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | Expression error: Unexpected < operator.% | 2.15 | - | - | - | - | 2990 |
The above documentation is transcluded from Template:Weapon Stats Table/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |