4,977
editsMore actions
Just minor tweak to image/icon wording to reflect current style guidance. +Missing types
(Use Uid template) |
Llamageddon (talk | contribs) (Just minor tweak to image/icon wording to reflect current style guidance. +Missing types) |
||
Line 390: | Line 390: | ||
}, | }, | ||
"image": { | "image": { | ||
"description": "The filename of the image | "description": "The filename of the image associated with this item, usually the image seen in tooltips.", | ||
"example": "Potion of Fire Resistance | "example": "Potion of Fire Resistance Faded.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
Line 507: | Line 507: | ||
}, | }, | ||
"icon": { | "icon": { | ||
"description": "The image to use as an icon. If blank, will fall back to image." | "description": "The image to use as an icon, usually the image used in UI elements such as inventories. If blank, will fall back to image.", | ||
"example": "Potion of Fire Resistance Unfaded Icon.png", | |||
"type": "wiki-file-name" | |||
}, | }, | ||
"seo description": {}, | "seo description": {}, | ||
"uid": { | "uid": { | ||
"description": "UID for the item. Is a string in a format similar to \"OBJ_ItemName_SomeSubName\". It is NOT a uuid, in the format \"a3859470-8d1b-40f5-9ca3-8a73fa9a592b\"." | "description": "UID for the item. Is a string in a format similar to \"OBJ_ItemName_SomeSubName\". It is NOT a uuid, in the format \"a3859470-8d1b-40f5-9ca3-8a73fa9a592b\".", | ||
"type": "string" | |||
}, | }, | ||
"notes": {}, | "notes": {}, |