Prototype/SimpleEntityWithForce: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.17)
(Set prototype parent)
Line 1: Line 1:
{{Prototype parent|Prototype/EntityWithHealth}}
== Basics ==
== Basics ==
Prototype type: '''simple-entity-with-force'''
Prototype type: '''simple-entity-with-force'''

Revision as of 15:53, 24 July 2019

Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/SimpleEntityWithOwner » Prototype/SimpleEntityWithForce


Basics

Prototype type: simple-entity-with-force

Extends Prototype/EntityWithHealth. Will be targeted by units/turrets.

Optional properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

render_layer

Type: Types/RenderLayer

Default: "object"

force_visibility

Type: Types/ForceCondition

Default: "all"

random_animation_offset

Type: Types/bool

Default: false

pictures

Type: Types/SpriteVariations

Must have one of 'picture', 'pictures' or 'animations' defined.

picture

Type: Types/Sprite

Must have one of 'picture', 'pictures' or 'animations' defined.

animations

Type: Types/AnimationVariations

Must have one of 'picture', 'pictures' or 'animations' defined.