Prototype/FluidWagon: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Basics == Extends Prototype/RollingStock. == Mandatory properties == This prototype inherits all the properties from Prototype/RollingStock. === capacity === '''T...") |
(0.18.30: Added tank_count) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/RollingStock}} | |||
A [[fluid wagon]]. | |||
{{Prototype TOC|fluid-wagon}} | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/RollingStock]]. | This prototype inherits all the properties from [[Prototype/RollingStock]]. | ||
== | {{Prototype property|capacity|[[Types/double|double]]}} | ||
== Optional properties == | |||
{{Prototype property|tank_count|[[Types/uint8|uint8]]|3|optional=true}} | |||
Must be 1, 2 or 3. |
Latest revision as of 07:54, 8 July 2020
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/Vehicle » Prototype/RollingStock » Prototype/FluidWagon
A fluid wagon.
Mandatory properties
This prototype inherits all the properties from Prototype/RollingStock.
capacity
Type: double
Optional properties
tank_count
Type: uint8
Default: 3
Must be 1, 2 or 3.