Prototype/PowerSwitch: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/EntityWithHealth}} | {{Prototype parent|Prototype/EntityWithHealth}} | ||
A [[power switch]]. | |||
{{Prototype TOC|power-switch}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | ||
{{Prototype property|power_on_animation|[[Types/Animation|Animation]]}} | |||
{{Prototype property|overlay_start|[[Types/Animation|Animation]]}} | |||
{{Prototype property|overlay_loop|[[Types/Animation|Animation]]}} | |||
{{Prototype property|led_on|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property|led_off|[[Types/Sprite|Sprite]]}} | |||
{{Prototype property|overlay_start_delay|[[Types/uint8|uint8]]}} | |||
{{Prototype property|circuit_wire_connection_point|[[Types/WireConnectionPoint|WireConnectionPoint]]}} | |||
{{Prototype property|left_wire_connection_point|[[Types/WireConnectionPoint|WireConnectionPoint]]}} | |||
{{Prototype property|right_wire_connection_point|[[Types/WireConnectionPoint|WireConnectionPoint]]}} | |||
== Optional properties == | == Optional properties == | ||
{{Prototype property|wire_max_distance|[[Types/double|double]]|0|optional=true}} | |||
{{Prototype property|draw_copper_wires|[[Types/bool|bool]]|true|optional=true}} | |||
{{Prototype property|draw_circuit_wires|[[Types/bool|bool]]|true|optional=true}} |
Revision as of 16:51, 5 August 2019
Template:Prototype parent A power switch.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithHealth.