Prototype/CombatRobot: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/FlyingRobot}} | {{Prototype parent|Prototype/FlyingRobot}} | ||
A combat robot. Can attack enemies. | |||
{{Prototype TOC|combat-robot}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/FlyingRobot]]. | This prototype inherits all the properties from [[Prototype/FlyingRobot]]. | ||
{{Prototype property|time_to_live|[[Types/uint32|uint32]]}} | |||
{{Prototype property|attack_parameters|[[Types/AttackParameters|AttackParameters]]}} | |||
{{Prototype property|idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
{{Prototype property|shadow_idle|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
{{Prototype property|in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
{{Prototype property|shadow_in_motion|[[Types/RotatedAnimation|RotatedAnimation]]}} | |||
== Optional properties == | == Optional properties == | ||
{{Prototype property|range_from_player|[[Types/double|double]]|0|optional=true}} | |||
{{Prototype property|friction|[[Types/double|double]]|0|optional=true}} | |||
{{Prototype property|destroy_action|[[Types/Trigger|Trigger]]|optional=true}} | |||
{{Prototype property|follows_player|[[Types/bool|bool]]|false|optional=true}} | |||
{{Prototype property|light|[[Types/LightDefinition|LightDefinition]]|optional=true}} | |||
Revision as of 21:16, 29 July 2019
Template:Prototype parent A combat robot. Can attack enemies.
Mandatory properties
This prototype inherits all the properties from Prototype/FlyingRobot.