Template:Ability card v2/Card/AltBox/doc: Difference between revisionsGive feedback
mNo edit summary |
Gammaton32 (talk | contribs) No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
Display element for an alternate ability attribute, similar to main box attributes. Can be any number of these on an ability card | Display element for an alternate ability attribute, similar to main box attributes. Can be any number of these on an ability card | ||
== Examples == | === Examples === | ||
=== Multiple Alt boxes in a container === | ==== Multiple Alt boxes in a container ==== | ||
<pre><nowiki> | <pre><nowiki> | ||
<div ...> | <div ...> | ||
| Line 50: | Line 50: | ||
"params": { | "params": { | ||
"scale_type": { | "scale_type": { | ||
"description": "Type of attribute scaling | "description": "Type of attribute scaling", | ||
"example": "spirit", | "example": "spirit", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"spirit" | "spirit", | ||
"weapon_power" | |||
] | ] | ||
}, | }, | ||