Editing Template:Ability card v2/Card/MainBox/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 36: | Line 36: | ||
}, | }, | ||
"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 64: | ||
"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 84: | ||
"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" | ||