Skip to content

Commit

Permalink
Updated Black 5 and Jubilee costs
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 16, 2024
1 parent ea89c09 commit 9903da9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/trains/steam/LMSBlack5.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ item (FEAT_TRAINS, item_LMSBlack5, 659) {
colour_mapping: return PALETTE_CC_FIRST;
create_effect: steam_create_visual_effect;
sound_effect: sw_steam_sound;
cost_factor: return(GetAdjustedCost(10));
running_cost_factor: return(GetAdjustedCost(10));
cost_factor: return(GetAdjustedCost(24));
running_cost_factor: return(GetAdjustedCost(23));
}
}
6 changes: 3 additions & 3 deletions src/trains/steam/LMSJubilee.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ item (FEAT_TRAINS, item_LMSJubilee, 658) {
cargo_capacity: 1;
weight: 130 ton;
engine_class: ENGINE_CLASS_STEAM;
tractive_effort_coefficient: 0.29; // RL: 0.146
tractive_effort_coefficient: 0.146;
air_drag_coefficient: 0.1;
length: 5;
effect_spawn_model_and_powered: EFFECT_SPAWN_MODEL_STEAM;
Expand All @@ -44,7 +44,7 @@ item (FEAT_TRAINS, item_LMSJubilee, 658) {
colour_mapping: return PALETTE_CC_FIRST;
create_effect: steam_create_visual_effect;
sound_effect: sw_steam_sound;
cost_factor: return(GetAdjustedCost(10));
running_cost_factor: return(GetAdjustedCost(10));
cost_factor: return(GetAdjustedCost(25));
running_cost_factor: return(GetAdjustedCost(28));
}
}

0 comments on commit 9903da9

Please sign in to comment.