Prototype/ItemWithEntityData
The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/ItemWithEntityDataPrototype.html
This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.
Template:Prototype parent 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.
Template:Prototype property
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
.
Template:Prototype property
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
.