Skip to content

Commit

Permalink
Extended some vehicle lifespans for full freight coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 16, 2024
1 parent 821b062 commit abde46f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Added LMS Jubilee
- Added Furness Railway Rectangular Tanker Wagon
- Added Furness Railway 20-ton Hopper Wagon
- Fixed some introduction and model lifespans (set is now fully freight playable from 1840 onwards)
- Fixed some horizontal view lengths
- Fixed depot sprite (vertical alignment and 32px sprite flag)
- Fixed articulated tram capacities
Expand Down
1 change: 1 addition & 0 deletions src/trains/rollingstock/Mk5DVT.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ item (FEAT_TRAINS, item_BRMk5DVT, 596) {
climates_available: ALL_CLIMATES;
refittable_cargo_classes: CC_PASSENGERS;
introduction_date: date(1989,1,1);
model_life: VEHICLE_NEVER_EXPIRES;
cargo_allow_refit: [PASS, TOUR];
loading_speed: 14;
cost_factor: 30;
Expand Down
1 change: 1 addition & 0 deletions src/trains/rollingstock/Mk5a.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ item (FEAT_TRAINS, item_BRMk5a, 545) {
climates_available: ALL_CLIMATES;
refittable_cargo_classes: CC_PASSENGERS;
introduction_date: date(2019, 08, 04);
model_life: VEHICLE_NEVER_EXPIRES;
cargo_allow_refit: [PASS, TOUR];
loading_speed: 14;
cost_factor: 52;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/rollingstock/RM_TPO.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ item (FEAT_TRAINS, item_RMTPO, 483) {
name: string(STR_NAME_RMTPO);
climates_available: ALL_CLIMATES;
introduction_date: date(1963,4,21);
model_life: 100;
model_life: VEHICLE_NEVER_EXPIRES;
refittable_cargo_classes: bitmask(CC_MAIL);
loading_speed: 10;
cost_factor: 49;
Expand Down

0 comments on commit abde46f

Please sign in to comment.