Prototype/SimpleEntity: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Extends Prototype/EntityWithHealth. == Mandatory properties == This prototype inherits all the properties from Prototype/EntityWithHealth. == Optional p...")
 
m (ordering)
Line 2: Line 2:
Extends [[Prototype/EntityWithHealth]].
Extends [[Prototype/EntityWithHealth]].


== Mandatory properties ==
== Optional properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
== Optional properties ==


=== count_as_rock_for_filtered_deconstruction ===
=== count_as_rock_for_filtered_deconstruction ===

Revision as of 14:00, 27 June 2018

Basics

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

pictures

Type: Types/SpriteVariations

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

picture

Type: Types/Sprite

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

animations

Type: Types/AnimationVariations

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