Prototype/SimpleEntity: Difference between revisions

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

Revision as of 15:53, 24 July 2019

Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/SimpleEntity


Basics

Prototype type: simple-entity

Extends Prototype/EntityWithHealth.

Optional properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

count_as_rock_for_filtered_deconstruction

Type: Types/bool

Default: false

Whether this entity should be treated as a rock for the purpose of deconstruction and for Prototype/Car#immune_to_rock_impacts.

render_layer

Type: Types/RenderLayer

Default: "object"

random_animation_offset

Type: Types/bool

Default: false

pictures

Type: Types/SpriteVariations

Simple entity must have one of 'picture', 'pictures' or 'animations' defined.

picture

Type: Types/Sprite

Simple entity must have one of 'picture', 'pictures' or 'animations' defined.

animations

Type: Types/AnimationVariations

Simple entity must have one of 'picture', 'pictures' or 'animations' defined.