Prototype/SimpleEntityWithOwner
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/SimpleEntityWithOwner
Has a force, but unlike Prototype/SimpleEntityWithForce it is only attacked if the biters get stuck on it (or if Prototype/EntityWithOwner#is_military_target set to true to make the two entity types equivalent).
Extensions
- Prototype/SimpleEntityWithForce simple-entity-with-force
Optional properties
This prototype inherits all the properties from Prototype/EntityWithOwner.
render_layer
Type: RenderLayer
Default: "object"
secondary_draw_order
Type: int8
Default: 0
Used to determine render order for entities with the same render_layer
in the same position. Entities with a higher secondary_draw_order
are drawn on top.
random_animation_offset
Type: bool
Default: false
random_variation_on_create
Type: bool
Default: true
Whether a random graphics variation is chosen when placing the entity/creating it via script/creating it via map generation. If this is false, the entity will use the first variation instead of a random one.
pictures
Type: SpriteVariations
Must have one of 'picture', 'pictures' or 'animations' defined.
picture
Type: Sprite4Way
Must have one of 'picture', 'pictures' or 'animations' defined.
animations
Type: AnimationVariations
Must have one of 'picture', 'pictures' or 'animations' defined.
force_visibility
Type: ForceCondition
Default: "all"
If the entity is not visible to a player, the player cannot select it.