Template:Item Stat: Difference between revisions
Jump to navigation
Jump to search
Rubyboat1207 (talk | contribs) Created page with "{| style="background-color: #80550f; color: #FFEFD7;" class="wikitable" | {| style="display: inline-block; text-align:center;" | 20px <span style="color: #A9947E;">+</span><strong style="color: #FFEFD7;">20</strong><span style="color: #A9947E;">%</span> |- | Fire Rate |- | <strong style="color: #A9947E;"><em>Conditional</em></strong> |} |- {{#if: {{{STAT_TYPE_2}}} | | style="display: inline-block; text-align:center;" | 20px..." |
Rubyboat1207 (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
| | | | ||
{| style="display: inline-block; text-align:center;" | {| style="display: inline-block; text-align:center;" | ||
| [[File: | |{{ #switch: {{{STAT_1_TYPE}}} | Fire Rate = [[File:Fire Rate.png|20px]]}} <span style="color: #A9947E;">+</span><strong style="color: #FFEFD7;">{{{STAT_1_PERCENTAGE}}}</strong><span style="color: #A9947E;">%</span> | ||
|- | |- | ||
| | | {{{STAT_1_TYPE}}} | ||
{{#if: {{{STAT_1_CONDITIONAL}}} | | |||
|- | |- | ||
| <strong style="color: #A9947E;"><em>Conditional</em></strong> | | <strong style="color: #A9947E;"><em>Conditional</em></strong> | ||
}} | |||
|} | |} | ||
|- | |- | ||
Line 24: | Line 28: | ||
| colspan="2" | <strong style="color:#FFEFD7;">8<span style="color: #AAA099">s</span></strong> <span style="color: #A9947E;"> Duration</span> | | colspan="2" | <strong style="color:#FFEFD7;">8<span style="color: #AAA099">s</span></strong> <span style="color: #A9947E;"> Duration</span> | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"STAT_1_CONDITIONAL": { | |||
"aliases": [ | |||
"Is Stat 1 Conditional?" | |||
], | |||
"type": "boolean" | |||
}, | |||
"STAT_TYPE_2": { | |||
"aliases": [ | |||
"Stat Type 2" | |||
], | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Fire Rate", | |||
"Bullet Lifesteal" | |||
] | |||
}, | |||
"STAT_1_TYPE": { | |||
"aliases": [ | |||
"Stat 1 Type" | |||
], | |||
"type": "string", | |||
"autovalue": "", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 03:39, 26 August 2024
| ||
8s Duration |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
STAT_1_CONDITIONAL | STAT_1_CONDITIONAL Is Stat 1 Conditional? | no description | Boolean | optional |
STAT_TYPE_2 | STAT_TYPE_2 Stat Type 2 | no description
| String | optional |
STAT_1_TYPE | STAT_1_TYPE Stat 1 Type | no description
| String | required |