Editing Template:Ability card v2/Card/AltBox/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
== Overview == | === Overview === | ||
Display element for an alternate ability | Display element for an alternate ability, similar to main box attributes. Can be any number of these on an ability card | ||
=== Examples === | === Examples === | ||
| Line 39: | Line 39: | ||
==== In an Ability Card ==== | ==== In an Ability Card ==== | ||
<pre><nowiki>{{Ability card v2 | <pre><nowiki>{{Ability card v2 | ||
| hero_name= | | hero_name=Abrams | ||
| ability_num= | | ability_num=2 | ||
| notes= | |||
* At base duration, Shoulder Charge travels approximately 17.5m. | |||
}}</nowiki></pre> | }}</nowiki></pre> | ||
{{Ability card v2 | {{Ability card v2 | ||
| hero_name= | | hero_name=Abrams | ||
| ability_num= | | ability_num=2 | ||
| notes= | |||
* At base duration, Shoulder Charge travels approximately 17.5m. | |||
}} | }} | ||
<templatedata> | <templatedata> | ||
| Line 50: | Line 54: | ||
"params": { | "params": { | ||
"scale_type": { | "scale_type": { | ||
"description": "Type of attribute scaling", | "description": "Type of attribute scaling (other scalings exist, but only \"spirit\" is currently supported)", | ||
"example": "spirit", | "example": "spirit", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"spirit | "spirit" | ||
] | ] | ||
}, | }, | ||