
Defines restrictions on what tiles an entity can or must be built on.
Note that once the entity has been placed, placing new tiles is not always restricted by these rules for performance reasons. In particular, for most entities these rules are only checked when placing tiles within the collision box of the entity. The exception to this are thrusters and asteroid collectors, for which the rules are always checked.
| area | :: SimpleBoundingBox | |
| required_tiles optional | :: CollisionMaskConnector | |
| colliding_tiles optional | :: CollisionMaskConnector | |
| remove_on_collision optional | :: boolean |
| area | :: SimpleBoundingBox | |
| colliding_tiles optional | :: CollisionMaskConnector | |
| remove_on_collision optional | :: boolean | |
| required_tiles optional | :: CollisionMaskConnector |


Default: Any mask

Default: No masks

Prototypes
Types
Defines