Skip to content

Commit

Permalink
Fiddled with purchase dates and model life a little
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Apr 2, 2024
1 parent 69668a8 commit c2ca5fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/trains/steam/GNRA1.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ item (FEAT_TRAINS, item_GNRA1, 4) {
name: string(STR_NAME_GNRA1);
climates_available: ALL_CLIMATES;
introduction_date: date(1922,4,21);
model_life: 2;
model_life: 30;
retire_early: 1;
vehicle_life: 10;
vehicle_life: 20;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, FOOD];
Expand Down
2 changes: 1 addition & 1 deletion src/trains/steam/LNWRWebb.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ item (FEAT_TRAINS, item_LNWRWebb, 554) {
introduction_date: date(1881,1,1);
model_life: 45;
retire_early: 1;
vehicle_life: 15;
vehicle_life: 30;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, FOOD];
Expand Down
4 changes: 2 additions & 2 deletions src/trains/steam/Standard9F.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ item (FEAT_TRAINS, item_Standard9F, 587) {
name: string(STR_NAME_Standard9F);
climates_available: ALL_CLIMATES;
introduction_date: date(1954,2,4);
model_life: 2;
model_life: 20;
retire_early: 1;
vehicle_life: 10;
vehicle_life: 20;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, FOOD];
Expand Down

0 comments on commit c2ca5fe

Please sign in to comment.