Prototype/ItemWithEntityData: Difference between revisions
Jump to navigation
Jump to search
(1.1) |
No edit summary |
||
Line 5: | Line 5: | ||
== Optional properties == | == Optional properties == | ||
This prototype inherits all the properties from [[Prototype/Item]]. | |||
{{Prototype property|icon_tintables, icon_tintable, icon_size (IconSpecification)|[[Types/IconSpecification|IconSpecification]]|optional=true}} | {{Prototype property|icon_tintables, icon_tintable, icon_size (IconSpecification)|[[Types/IconSpecification|IconSpecification]]|optional=true}} |
Latest revision as of 19:52, 2 December 2020
Prototype definitions » PrototypeBase » Prototype/Item » Prototype/ItemWithEntityData
ItemWithEntityData saves data associated with the entity that it represents, for example the content of the equipment grid of a car.
Optional properties
This prototype inherits all the properties from Prototype/Item.
icon_tintables, icon_tintable, icon_size (IconSpecification)
Type: IconSpecification
A tintable icon sprite. Uses icon_tintables
instead of icons
and icon_tintable
instead of icon
. Inside icon_tintables
, the property for the file path is icon_tintable
instead of icon
.
icon_tintable_masks, icon_tintable_mask, icon_size (IconSpecification)
Type: IconSpecification
A tintable icon mask. Uses icon_tintable_masks
instead of icons
and icon_tintable_mask
instead of icon
. Inside icon_tintable_masks
, the property for the file path is icon_tintable_mask
instead of icon
.