Skip to content

Commit

Permalink
Adjusted (mostly reduced) running costs
Browse files Browse the repository at this point in the history
audigex committed Apr 19, 2024
1 parent 519c7c7 commit cb3cc3f
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/trains/AnnieClarabel.pnml
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ item (FEAT_TRAINS, item_Annie, 10012) {
vehicle_life: 20;
cargo_allow_refit: [PASS, TOUR];
loading_speed: 10;
cost_factor: 100;
running_cost_factor: 96;
cost_factor: 10;
running_cost_factor: 10;
speed: 60 mph;
power: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
4 changes: 2 additions & 2 deletions src/trains/Edward.pnml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Edward, 201) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 60;
running_cost_factor: 70;
cost_factor: 50;
running_cost_factor: 50;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 72 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
4 changes: 2 additions & 2 deletions src/trains/ExpressCoach.pnml
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ item (FEAT_TRAINS, item_ExpressCoach_RWS, 10001) {
vehicle_life: 20;
cargo_allow_refit: [PASS, TOUR];
loading_speed: 10;
cost_factor: 140;
running_cost_factor: 120;
cost_factor: 50;
running_cost_factor: 50;
speed: 98 mph;
power: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
4 changes: 2 additions & 2 deletions src/trains/Gordon.pnml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Gordon, 401) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 80;
running_cost_factor: 100;
cost_factor: 70;
running_cost_factor: 70;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 92 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
2 changes: 1 addition & 1 deletion src/trains/Henry.pnml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ item (FEAT_TRAINS, item_Henry, 301) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 75;
cost_factor: 90;
running_cost_factor: 90;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 80 mph;
4 changes: 2 additions & 2 deletions src/trains/James.pnml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_James, 501) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 60;
running_cost_factor: 70;
cost_factor: 40;
running_cost_factor: 40;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 72 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
4 changes: 2 additions & 2 deletions src/trains/Percy.pnml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Percy, 601) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 40;
running_cost_factor: 50;
cost_factor: 25;
running_cost_factor: 25;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 60 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
4 changes: 2 additions & 2 deletions src/trains/PipEmma.pnml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_PipEmma, 2531) {
refittable_cargo_classes: CC_PASSENGERS;
cargo_allow_refit: [PASS, TOUR];
loading_speed: 10;
cost_factor: 180;
running_cost_factor: 200;
cost_factor: 70;
running_cost_factor: 70;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 125 mph;
misc_flags: TRAIN_FLAG_MU;
4 changes: 2 additions & 2 deletions src/trains/Thomas.pnml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Thomas, 10011) {
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 40;
running_cost_factor: 55;
cost_factor: 15;
running_cost_factor: 15;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 64 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
4 changes: 2 additions & 2 deletions src/trains/Toby.pnml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ item (FEAT_TRAINS, item_Toby, 10071) {
refittable_cargo_classes: 0;
cargo_allow_refit: [PASS, TOUR];
loading_speed: 3;
cost_factor: 20;
running_cost_factor: 27;
cost_factor: 6;
running_cost_factor: 6;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 42 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;

0 comments on commit cb3cc3f

Please sign in to comment.