70,990
editsAd placeholder
Template:Action page/doc: Difference between revisions
Jump to navigation
Jump to search
Updated doc to include controller icon and icon
mNo edit summary |
HiddenDragon (talk | contribs) (Updated doc to include controller icon and icon) |
||
Line 6: | Line 6: | ||
| description = | | description = | ||
| image = | | image = | ||
| controller icon = | |||
| icon = | |||
| cost = | | cost = | ||
| hit cost = | | hit cost = | ||
Line 99: | Line 101: | ||
}, | }, | ||
"image": { | "image": { | ||
"label": " | "label": "Tooltip image", | ||
"description": "The page's main image. | "description": "The page's main tool image, used in the in-game tooltips. Should be 380x380.", | ||
"example": "Fireball Icon. | "example": "Fireball.webp", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"controller icon": { | |||
"label": "Controller icon", | |||
"description": "The class action's controller icon, used in the controller only interface. Should be 144x144.", | |||
"example": "Fireball Icon.webp", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"icon": { | |||
"label": "icon", | |||
"description": "The class action's small icon, used in the hotkey bar. Should be 64x64.", | |||
"example": "Fireball Icon.webp", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 761: | Line 777: | ||
"description", | "description", | ||
"image", | "image", | ||
"controller icon", | |||
"icon", | |||
"cost", | "cost", | ||
"hit cost", | "hit cost", |