Editing Template:Ability card v2/Card/MainBox/docGive feedback
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 8: | Line 8: | ||
}, | }, | ||
"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" | ||
] | ] | ||
}, | }, | ||
| Line 36: | Line 32: | ||
}, | }, | ||
"type": { | "type": { | ||
"description": "Attribute type - used to automatically retrieve the icon's image, link, size | "description": "Attribute type - used to automatically retrieve the icon's image, link, size, and color", | ||
"example": "damage", | "example": "damage", | ||
"type": "string", | "type": "string", | ||
| Line 64: | Line 60: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"icon_size": { | "icon_size": {}, | ||
"icon_link": {}, | |||
"icon_link": { | |||
"value": { | "value": { | ||
"description": "Display value of the attribute", | "description": "Display value of the attribute", | ||
| Line 91: | Line 80: | ||
"description": "Display element for a main ability attribute, of which heroes usually have between 1 and 3 in their ability cards", | "description": "Display element for a main ability attribute, of which heroes usually have between 1 and 3 in their ability cards", | ||
"paramOrder": [ | "paramOrder": [ | ||
"key", | |||
"value", | "value", | ||
"type", | "type", | ||
"scale_type", | "scale_type", | ||
"scale_value", | "scale_value", | ||
"label", | |||
"title", | "title", | ||
"icon", | |||
"icon_color", | "icon_color", | ||
"icon_size", | "icon_size", | ||
"icon_link" | "icon_link" | ||