Module:Vehicles/data/doc
< Module:Vehicles | data
This is the documentation page for Module:Vehicles/data
Module:Vehicles/data
Dataset of vehicles.
Schema
Each vehicle is stored as a named table entry, where the key is the vehicle's name. Each table has the following fields:
- image
- string
- File name of the vehicle render image.
- type
- string
- Classification of the vehicle based on its mode of propulsion.
- One of:
- •
"Ground" - •
"Aerial"
- •
- category
- string
- Official in-game vehicle classification indicating its size and role.
- Examples:
- •
"One-Man Groundcar" - •
"Four-Man Groundcar" - •
"Light Ornithopter" - •
"Medium Ornithopter"
- •
- minimum_tier
- string
- The lowest progression tier at which the vehicle schematics are unlocked.
- Examples:
- •
Copper - •
Steel - •
Duraluminum
- •
- crew_capacity
- string
- The number of seats available in the vehicle. If this value can vary due to installed modules, display it as a range (e.g. 3–4).
- Examples:
- •
1 - •
3-4
- •
- backup_compatible
- boolean
- Denotes whether vehicle can be stored using the Vehicle Backup Tool.