Add Kater’s Sylva Interchange

https://www.nexusmods.com/railroader/mods/122
This commit is contained in:
2025-08-31 22:14:58 -05:00
parent ccc27f3df0
commit 74226fbbfc
5 changed files with 2177 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
{
"tracks": {
"spans": {
"SylvaInt_Repair_Track_1": {
"upper": {
"segmentId": "SSyHY_tm0c",
"distance": 1.0,
"end": "Start"
},
"lower": {
"segmentId": "SSyHY_tm0c",
"distance": 1.0,
"end": "End"
}
}
}
},
"areas": {
"sylva": {
"industries": {
"SylvaIntRepairService": {
"name": "Sylva Interchange Engine Service",
"localPosition": {
"x": 26208.791,
"y": 630.4,
"z": 807.052856
},
"usesContract": false,
"components": {
"repair": {
"type": "Model.OpsNew.RepairTrack",
"name": "Sylva Interchange Repair Tracks",
"trackSpans": [
"SylvaInt_Repair_Track_1"
],
"carTypeFilter": "*",
"sharedStorage": true,
"loadId": "repair-parts",
"canOverhaul": true
},
"repair-parts": {
"type": "Model.OpsNew.IndustryUnloader",
"name": "Sylva Interchange Repair Tracks",
"trackSpans": [
"SylvaInt_Repair_Track_1"
],
"carTypeFilter": "XM",
"sharedStorage": true,
"loadId": "repair-parts",
"storageChangeRate": 0.0,
"maxStorage": 200000.0,
"orderAroundEmpties": false,
"carTransferRate": 200000.0,
"orderAroundLoaded": false
}
}
}
}
}
}
}