Ducktown customs updates

Now Ducktown customs is more than just reefers
Add baggage to base-game baggage car using RLW baggage models
This commit is contained in:
2025-09-08 18:48:11 -05:00
parent ee09d575a9
commit 7ed734b8c9
3 changed files with 8287 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -84,7 +84,7 @@
3.0,
0.05
],
"text": "<i>Freight on Time...<br> Every Time.",
"text": "<i>Freight on Time...<br> or else.",
"forceColor": "",
"priority": 0,
"debug": false,
@@ -183,7 +183,7 @@
3.0,
0.05
],
"text": "<i>Freight on Time...<br> Every Time.",
"text": "<i>Freight on Time...<br> sometimes.",
"forceColor": "",
"priority": 0,
"debug": false,

View File

@@ -1,7 +1,12 @@
{
"Id": "Ducktown",
"Version": "0.0.2",
"DisplayName": "DTRR custom reefers",
"Version": "0.0.3",
"DisplayName": "Ducktown Railroad Customs",
"Author": "Hawke",
"ManagerVersion": "0.27.3"
}
"ManagerVersion": "0.27.3",
"Requirements": [
"RLW Baggage Loads-2.1.0",
"Private Owner Reefers-1.0.0",
"legotrainman.crosstraffic-2.1.0c"
]
}