item(FEAT_TRAINS, item_railsuperstrong2, 2) { //ID2
property {
name: string(STR_NAME_RSS2);
climates_available: ALL_CLIMATES;
introduction_date: date(1951, 1, 1);
model_life: 30;
vehicle_life: 255;
reliability_decay: 5;
//Just an engine, no refit
refittable_cargo_classes: bitmask(NO_CARGO_CLASS);
non_refittable_cargo_classes: bitmask();
loading_speed: 5;
cost_factor: 10;
running_cost_factor: 100;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 90 km/h; // actually 140, but there are rounding errors
misc_flags: bitmask(TRAIN_FLAG_FLIP, TRAIN_FLAG_2CC);
refit_cost: 0;
track_type: RAIL;
ai_special_flag: AI_FLAG_CARGO;
power: 1000 hp;
running_cost_base: RUNNING_COST_ELECTRIC;
dual_headed: 0;
cargo_capacity: 0;
weight: 65 ton;
ai_engine_rank: 0;
engine_class: ENGINE_CLASS_ELECTRIC;
extra_power_per_wagon: 0 kW;
tractive_effort_coefficient: 1;
air_drag_coefficient: 0;
length: 8;
visual_effect_and_powered: visual_effect_and_powered(VISUAL_EFFECT_DEFAULT, -3, DISABLE_WAGON_POWER);
extra_weight_per_wagon: 0 ton;
bitmask_vehicle_info: 0;
}
graphics {
default: spriteset_train_railsuperstrong2_front;
articulated_part: switch_railsuperstrong2_articulated;
purchase: spriteset_purchaseMenu_railsuperstrong2;
can_attach_wagon: switch_superstrong_attach;
additional_text: string(STR_NAME_SUPERSTRONG);
speed: railsuperstrong2_wetrail_speed_switch; //maybe for wagons later, not now
power: railsuperstrong2_wetrail_power_switch; //engine only
weight: 140; //engine only
tractive_effort_coefficient: railsuperstrong2_wetrail_te_switch; //engine only
cost_factor: 16; //switch_cost_global; //everything
running_cost_factor: 100; //only engines
purchase_speed: 88;
purchase_power: 9000;
purchase_tractive_effort_coefficient: 255;
}
}