Prototype/SimpleEntityWithOwner: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Extends Prototype/EntityWithHealth. == Optional properties == This prototype inherits all the properties from Prototype/EntityWithHealth. === pictures =...")
 
(→‎Basics: note on difference to simpleentitywithforce)
Line 1: Line 1:
== Basics ==
== Basics ==
Extends [[Prototype/EntityWithHealth]].
Extends [[Prototype/EntityWithHealth]]. Has a force, but unlike [[Prototype/SimpleEntityWithForce]] it is only attacked if the biters get stuck on it.


== Optional properties ==
== Optional properties ==

Revision as of 13:08, 3 September 2018

Basics

Extends Prototype/EntityWithHealth. Has a force, but unlike Prototype/SimpleEntityWithForce it is only attacked if the biters get stuck on it.

Optional properties

This prototype inherits all the properties from Prototype/EntityWithHealth.

pictures

Type: Types/SpriteVariations

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

picture

Type: Types/Sprite

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

animations

Type: Types/AnimationVariations

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