Skip to content

Commit

Permalink
Shortened model lifespan for 3- and 4-car Class 378
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 21, 2024
1 parent b757947 commit 84dcf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/trains/emu/BR378.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ item (FEAT_TRAINS, item_BR378_3dv, 225) {
name: string(STR_NAME_BR378_3);
climates_available: ALL_CLIMATES;
introduction_date: date(2009,4,21);
model_life: 15;
model_life: 5;
retire_early: 1;
vehicle_life: 50;
reliability_decay: 7;
Expand Down Expand Up @@ -203,7 +203,7 @@ item (FEAT_TRAINS, item_BR378_4, 226) {
name: string(STR_NAME_BR378_4);
climates_available: ALL_CLIMATES;
introduction_date: date(2011,4,21);
model_life: 15;
model_life: 5;
retire_early: 1;
vehicle_life: 50;
reliability_decay: 7;
Expand Down Expand Up @@ -251,7 +251,7 @@ item (FEAT_TRAINS, item_BR378_4dv, 227) {
name: string(STR_NAME_BR378_4);
climates_available: ALL_CLIMATES;
introduction_date: date(2011,4,21);
model_life: 15;
model_life: 5;
retire_early: 1;
vehicle_life: 50;
reliability_decay: 7;
Expand Down

0 comments on commit 84dcf3f

Please sign in to comment.