Prototype/Particle: Difference between revisions
Jump to navigation
Jump to search
(Converted to SMW format) |
(0.18) |
||
Line 1: | Line 1: | ||
{{Prototype parent| | {{Prototype parent|PrototypeBase}} | ||
An entity with a limited lifetime that can use trigger effects | An entity with a limited lifetime that can use trigger effects | ||
{{Prototype TOC|particle}} | {{Prototype TOC|optimized-particle}} | ||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[ | This prototype inherits all the properties from [[PrototypeBase]]. | ||
{{Prototype property|pictures|[[Types/AnimationVariations|AnimationVariations]]}} | {{Prototype property|pictures|[[Types/AnimationVariations|AnimationVariations]]}} | ||
Line 15: | Line 11: | ||
{{Prototype property|life_time|[[Types/uint16|uint16]]}} | {{Prototype property|life_time|[[Types/uint16|uint16]]}} | ||
Can't be 1. | |||
== Optional properties == | == Optional properties == | ||
Line 22: | Line 19: | ||
{{Prototype property|regular_trigger_effect|[[Types/TriggerEffect|TriggerEffect]]|optional=true}} | {{Prototype property|regular_trigger_effect|[[Types/TriggerEffect|TriggerEffect]]|optional=true}} | ||
{{Prototype property|ended_in_water_trigger_effect|[[Types/TriggerEffect|TriggerEffect]]|optional=true}} | |||
{{Prototype property|ended_on_ground_trigger_effect|[[Types/TriggerEffect|TriggerEffect]]|optional=true}} | |||
{{Prototype property|render_layer|[[Types/RenderLayer|RenderLayer]]|"object"}} | |||
{{Prototype property|render_layer_when_on_ground|[[Types/RenderLayer|RenderLayer]]|"lower-object"}} | |||
{{Prototype property|regular_trigger_effect_frequency|[[Types/uint32|uint32]]|0|optional=true}} | {{Prototype property|regular_trigger_effect_frequency|[[Types/uint32|uint32]]|0|optional=true}} | ||
Can't be 1. | |||
{{Prototype property|movement_modifier_when_on_ground|[[Types/double|double]]|0.8|optional=true}} | {{Prototype property|movement_modifier_when_on_ground|[[Types/double|double]]|0.8|optional=true}} |
Revision as of 13:16, 20 February 2020
Template:Prototype parent An entity with a limited lifetime that can use trigger effects
Mandatory properties
This prototype inherits all the properties from PrototypeBase.
Template:Prototype property Picture variation count and individual frame count must be equal to shadow variation count.
Template:Prototype property Can't be 1.
Optional properties
Template:Prototype property Shadow variation variation count and individual frame count must be equal to picture variation count.
Template:Prototype property Can't be 1.