Prototype/RollingStock: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Vehicle}} | {{Prototype parent|Prototype/Vehicle}} | ||
The abstract base of all rolling stock. | |||
{{Prototype TOC|''abstract''}} | |||
== Extensions == | == Extensions == | ||
Line 15: | Line 13: | ||
This prototype inherits all the properties from [[Prototype/Vehicle]]. | This prototype inherits all the properties from [[Prototype/Vehicle]]. | ||
{{Prototype property|max_speed|[[Types/double|double]]}} | |||
{{Prototype property|air_resistance|[[Types/double|double]]}} | |||
{{Prototype property|joint_distance|[[Types/double|double]]}} | |||
Maximum joint distance is 15. | Maximum joint distance is 15. | ||
Note: There needs to be border at least 0.2 between the bounding box edge and joint. | Note: There needs to be border at least 0.2 between the bounding box edge and joint. | ||
{{Prototype property|connection_distance|[[Types/double|double]]}} | |||
{{Prototype property|pictures|[[Types/RotatedSprite|RotatedSprite]]}} | |||
{{Prototype property|wheels|[[Types/RotatedSprite|RotatedSprite]]}} | |||
{{Prototype property|vertical_selection_shift|[[Types/double|double]]}} | |||
== Optional properties == | == Optional properties == | ||
{{Prototype property|drive_over_tie_trigger|[[Types/TriggerEffect|TriggerEffect]]|optional=true}} | |||
Usually a sound to play when the rolling stock drives over a tie. | Usually a sound to play when the rolling stock drives over a tie. | ||
{{Prototype property|tie_distance|[[Types/double|double]]|10.0|optional=true}} | |||
{{Prototype property|back_light|[[Types/LightDefinition|LightDefinition]]|optional=true}} | |||
{{Prototype property|stand_by_light|[[Types/LightDefinition|LightDefinition]]|optional=true}} | |||
{{Prototype property|horizontal_doors|[[Types/Animation|Animation]]|optional=true}} | |||
{{Prototype property|vertical_doors|[[Types/Animation|Animation]]|optional=true}} | |||
{{Prototype property|color|[[Types/Color|Color]]|optional=true}} | |||
{{Prototype property|allow_manual_color|[[Types/bool|bool]]|true|optional=true}} | |||
{{Prototype property|allow_robot_dispatch_in_automatic_mode|[[Types/bool|bool]]|false|optional=true}} |
Revision as of 21:00, 5 August 2019
Template:Prototype parent The abstract base of all rolling stock.
Extensions
- Prototype/ArtilleryWagon artillery-wagon
- Prototype/CargoWagon cargo-wagon
- Prototype/FluidWagon fluid-wagon
- Prototype/Locomotive locomotive
Mandatory properties
This prototype inherits all the properties from Prototype/Vehicle.
Template:Prototype property Maximum joint distance is 15.
Note: There needs to be border at least 0.2 between the bounding box edge and joint.
Optional properties
Template:Prototype property Usually a sound to play when the rolling stock drives over a tie.