Template:Item Stat: Difference between revisions
Jump to navigation
Jump to search
Rubyboat1207 (talk | contribs) No edit summary |
Rubyboat1207 (talk | contribs) Single Stat |
||
(21 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|- | |- | ||
| {{{STAT_1_TYPE}}} | | {{{STAT_1_TYPE}}} | ||
|- | |- | ||
| <strong style="color: #A9947E;"><em> | | <strong style="color: #A9947E;"><em>{{{STAT_1_CONDITIONAL_TEXT}}}</em></strong> | ||
|} | |} | ||
|- | |- | ||
| colspan="2" | <strong style="color:#FFEFD7;">{{{STAT_DURATION}}}<span style="color: #AAA099">s</span></strong> <span style="color: #A9947E;"> Duration</span> | |||
|} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "STAT_1_TYPE": { | ||
"type": "string", | |||
"autovalue": "", | |||
"required": true, | |||
"label": "Stat 1 Type" | |||
}, | |||
"STAT_1_PERCENTAGE": { | |||
"type": "number", | |||
"required": true, | |||
"label": "Stat 1 Percentage" | |||
}, | |||
"STAT_DURATION": { | |||
"aliases": [ | "aliases": [ | ||
" | "Stat Duration" | ||
], | ], | ||
"type": " | "type": "number", | ||
"required": true, | |||
"label": "Stat Duration (seconds)" | |||
}, | }, | ||
" | "STAT_1_CONDITIONAL_TEXT": { | ||
" | "label": "Stat 1 Conditional Text", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Conditional", | ||
" | " " | ||
] | ] | ||
} | } | ||
} | } |
Latest revision as of 06:39, 26 August 2024
| |||
{{{STAT_DURATION}}}s Duration |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Stat 1 Type | STAT_1_TYPE | no description
| String | required |
Stat 1 Percentage | STAT_1_PERCENTAGE | no description | Number | required |
Stat Duration (seconds) | STAT_DURATION Stat Duration | no description | Number | required |
Stat 1 Conditional Text | STAT_1_CONDITIONAL_TEXT | no description
| String | optional |