Prototype/SimpleEntityWithOwner: Difference between revisions
(0.17.67) |
(→Optional properties: 0.18.10: secondary_draw_order) |
||
Line 8: | Line 8: | ||
{{Prototype property|render_layer|[[Types/RenderLayer|RenderLayer]]|"object"|optional=true}} | {{Prototype property|render_layer|[[Types/RenderLayer|RenderLayer]]|"object"|optional=true}} | ||
{{Prototype property|secondary_draw_order|[[Types/int8|int8]]|0|optional=true}} | |||
{{Prototype property|random_animation_offset|[[Types/bool|bool]]|false|optional=true}} | {{Prototype property|random_animation_offset|[[Types/bool|bool]]|false|optional=true}} | ||
Line 22: | Line 24: | ||
{{Prototype property|animations|[[Types/AnimationVariations|AnimationVariations]]|optional=true}} | {{Prototype property|animations|[[Types/AnimationVariations|AnimationVariations]]|optional=true}} | ||
Must have one of 'picture', 'pictures' or 'animations' defined. | Must have one of 'picture', 'pictures' or 'animations' defined. | ||
{{Prototype property|force_visibility|[[Types/ForceCondition|ForceCondition]]|"all"|optional=true}} |
Revision as of 17:42, 3 March 2020
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/SimpleEntityWithOwner
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.
render_layer
Type: RenderLayer
Default: "object"
secondary_draw_order
Type: int8
Default: 0
random_animation_offset
Type: bool
Default: false
random_variation_on_create
Type: bool
Default: true
Whether a random graphics variation is chosen when placing the entity/creating it via script/creating it via map generation. If this is false, the entity will use the first variation instead of a random one.
pictures
Type: SpriteVariations
Must have one of 'picture', 'pictures' or 'animations' defined.
picture
Type: Sprite
Must have one of 'picture', 'pictures' or 'animations' defined.
animations
Type: AnimationVariations
Must have one of 'picture', 'pictures' or 'animations' defined.
force_visibility
Type: ForceCondition
Default: "all"