player_description

class PlayerDescriptionMixin(
player_description='',
*,
extra_keys: dict[str, Any] | None = None,
)

Allows the entity to have a player-given description, similar to blueprints or blueprint books. Used by all combinators.

player_description : str

Serialized

This attribute is imported/exported from blueprint strings.

The user-facing description given to this entity, usually for documentation purposes.

Has a maximum size of 200 bytes; any string longer than this will be truncated on import-export cycle

Added in version 3.0.0: (Factorio 2.0)