Skip to content

Commit

Permalink
Fixed some Class 88 stats and introduction date
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 17, 2024
1 parent 2009588 commit ca0a113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/trains/bimode_loco/88.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ item (FEAT_TRAINS, item_BR88, 594) {
property {
name: string(STR_NAME_BR88);
climates_available: ALL_CLIMATES;
introduction_date: date(2024,4,21);
introduction_date: date(2017,6,11);
model_life: VEHICLE_NEVER_EXPIRES;
retire_early: 1;
vehicle_life: 70;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, FOOD];
loading_speed: 3;
cost_factor: 52;
running_cost_factor: 30;
cost_factor: 1;
running_cost_factor: 1;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 100 mph;
refit_cost: 0;
Expand Down

0 comments on commit ca0a113

Please sign in to comment.