Types/IconSpecification
Basics
Specifies the icon of an entity/item/technology/recipe etc.
Either icons and optionally icon_size, or both icon and icon_size have to be specified.
Properties: Option 1
icons
Type: Types/table of Types/IconData
icon_size
Type: Types/SpriteSizeType
Mandatory if icon_size is not specified inside all instances of Types/IconData inside icons. The size of the square icon, in pixels, e.g. 32 for a 32px by 32px icon.
Properties: Option 2
icon
Type: Types/FileName
Path to the icon file.
icon_size
Type: Types/SpriteSizeType
Mandatory. The size of the square icon, in pixels, e.g. 32 for a 32px by 32px icon.