Prototype/SimpleEntity
Revision as of 13:58, 27 June 2018 by Bilka (talk | contribs) (Created page with "== Basics == Extends Prototype/EntityWithHealth. == Mandatory properties == This prototype inherits all the properties from Prototype/EntityWithHealth. == Optional p...")
Basics
Extends Prototype/EntityWithHealth.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
Optional properties
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'