Prototype/CombatRobot
Jump to navigation
Jump to search
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/FlyingRobot » Prototype/CombatRobot
A combat robot. Can attack enemies.
Mandatory properties
This prototype inherits all the properties from Prototype/FlyingRobot.
time_to_live
Type: uint32
attack_parameters
Type: AttackParameters
idle
Type: RotatedAnimation
shadow_idle
Type: RotatedAnimation
in_motion
Type: RotatedAnimation
shadow_in_motion
Type: RotatedAnimation
Optional properties
range_from_player
Type: double
Default: 0
friction
Type: double
Default: 0
destroy_action
Type: Trigger
Applied when the combat robot expires (runs out of time_to_live).
follows_player
Type: bool
Default: false
light
Type: LightDefinition