Skip to content

Commit

Permalink
More cost adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Apr 20, 2024
1 parent a582956 commit 435de42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/trains/Gordon.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Gordon, 401) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 70;
running_cost_factor: 70;
cost_factor: 85;
running_cost_factor: 85;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 92 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
Expand Down
4 changes: 2 additions & 2 deletions src/trains/Henry.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Henry, 301) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 90;
running_cost_factor: 90;
cost_factor: 70;
running_cost_factor: 70;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 80 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
Expand Down
4 changes: 2 additions & 2 deletions src/trains/Percy.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Percy, 601) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 25;
running_cost_factor: 25;
cost_factor: 8;
running_cost_factor: 8;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 60 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
Expand Down
4 changes: 2 additions & 2 deletions src/trains/Toby.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Toby, 10071) {
refittable_cargo_classes: 0;
cargo_allow_refit: [PASS, TOUR];
loading_speed: 3;
cost_factor: 6;
running_cost_factor: 6;
cost_factor: 11;
running_cost_factor: 11;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 42 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
Expand Down

0 comments on commit 435de42

Please sign in to comment.