Add Alina’s Map Mod 1.7.25304.436
https://rmh.alinanova.dev/mod/cba5981c-8e8e-4b01-918c-214fa155adff
This commit is contained in:
36
AlinasMapMod/paxstations.md
Normal file
36
AlinasMapMod/paxstations.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Pax stations
|
||||
|
||||
Industry:
|
||||
```json
|
||||
{
|
||||
"barkers": {
|
||||
"industries": {
|
||||
"barkers-station": {
|
||||
"name": "Barkers Station",
|
||||
"localPosition": { "x": 0, "y": 0, "z": 0},
|
||||
"usesContract": false,
|
||||
"components": {
|
||||
"ammBarkersStation": {
|
||||
"name": "Barkers Station",
|
||||
"type": "AlinasMapMod.PaxStationComponent",
|
||||
"timetableCode": "BC",
|
||||
// Reference values: Whittier: 30, Ela: 25, Bryson: 50
|
||||
"basePopulation": 10,
|
||||
"loadId": "passengers",
|
||||
"trackSpans": [ // Spans for loading/unloading
|
||||
"PAN_Test_Mod_00"
|
||||
],
|
||||
// Future support for custom branches, currently supported is "Main" and "Alarka Branch"
|
||||
"branch": "Main",
|
||||
// List of ids of other passenger stations.
|
||||
// Unsure of exact impact
|
||||
"neighborIds": [],
|
||||
"carTypeFilter": "*",
|
||||
"sharedStorage": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user