Prototype/FluidTurret: Difference between revisions
Jump to navigation
Jump to search
(Converted to SMW format) |
(0.18.10 (?): out_of_ammo_alert_icon) |
||
Line 40: | Line 40: | ||
{{Prototype property|not_enough_fuel_indicator_picture|[[Types/Sprite4Way|Sprite4Way]]|optional=true}} | {{Prototype property|not_enough_fuel_indicator_picture|[[Types/Sprite4Way|Sprite4Way]]|optional=true}} | ||
{{Prototype property|out_of_ammo_alert_icon|[[Types/Sprite|Sprite]]|optional=true}} | |||
== Mandatory values == | == Mandatory values == |
Revision as of 09:36, 5 March 2020
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Turret » Prototype/FluidTurret
A turret that consumes fluid as ammo.
Mandatory properties
This prototype inherits all the properties from Prototype/Turret.
fluid_buffer_size
Type: float
fluid_buffer_input_flow
Type: float
activation_buffer_ratio
Type: float
fluid_box
Type: FluidBox
Optional properties
muzzle_light
Type: LightDefinition
indicator_light
Type: LightDefinition
muzzle_animation
Type: Animation
folded_muzzle_animation_shift
Type: AnimatedVector
preparing_muzzle_animation_shift
Type: AnimatedVector
prepared_muzzle_animation_shift
Type: AnimatedVector
starting_attack_muzzle_animation_shift
Type: AnimatedVector
attacking_muzzle_animation_shift
Type: AnimatedVector
ending_attack_muzzle_animation_shift
Type: AnimatedVector
folding_muzzle_animation_shift
Type: AnimatedVector
enough_fuel_indicator_picture
Type: Sprite4Way
not_enough_fuel_indicator_picture
Type: Sprite4Way
out_of_ammo_alert_icon
Type: Sprite
Mandatory values
Fluid turret can have only stream attack parameters.
Fluid turret has to have turret_base_has_direction=true.