Prototype/Locomotive: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Basics== Entity with specialized properties for acceleration, braking, and turning on rails. Extends the Prototype/TrainUnit == Usage in base== *[[Diesel locomotive|Dies...") |
(1.1.55: max_snap_to_train_stop_distance added) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | {{Prototype parent|Prototype/RollingStock}} | ||
A [[locomotive]]. | |||
== | {{Prototype TOC|locomotive}} | ||
== | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/RollingStock]]. | |||
{{Prototype property|max_power|[[Types/Energy|Energy]]}} | |||
{{Prototype property|reversing_power_modifier|[[Types/double|double]]}} | |||
{{Prototype property|burner or energy_source|[[Types/EnergySource|EnergySource]]}} | |||
Must be a burner energy source when using "burner", otherwise it can also be a void energy source. | |||
== Optional properties == | |||
{{Prototype property|front_light|[[Types/LightDefinition|LightDefinition]]|optional=true}} | |||
{{Prototype property|front_light_pictures|[[Types/RotatedSprite|RotatedSprite]]|optional=true}} | |||
{{Prototype property|darkness_to_render_light_animation|[[Types/float|float]]|0.3|optional=true}} | |||
{{Prototype property|max_snap_to_train_stop_distance|[[Types/float|float]]|3.0|optional=true}} | |||
In tiles. A locomotive will snap to a nearby train stop when the player places it within this distance to the stop. |
Latest revision as of 14:39, 25 February 2022
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Vehicle » Prototype/RollingStock » Prototype/Locomotive
A locomotive.
Mandatory properties
This prototype inherits all the properties from Prototype/RollingStock.
max_power
Type: Energy
reversing_power_modifier
Type: double
burner or energy_source
Type: EnergySource
Must be a burner energy source when using "burner", otherwise it can also be a void energy source.
Optional properties
front_light
Type: LightDefinition
front_light_pictures
Type: RotatedSprite
darkness_to_render_light_animation
Type: float
Default: 0.3
max_snap_to_train_stop_distance
Type: float
Default: 3.0
In tiles. A locomotive will snap to a nearby train stop when the player places it within this distance to the stop.