Loading

Leanden

  1. item (FEAT_TRAINS, item_DR98_9, 136) {
  2.     property {
  3.         name:                           string(STR_NAME_DR98_9);
  4.         climates_available:             ALL_CLIMATES;
  5.         introduction_date:              date(1999,4,21);
  6.         model_life:                     25;
  7.         retire_early:                   1;
  8.         vehicle_life:                   50;
  9.         reliability_decay:              7;
  10.         refittable_cargo_classes:       0;
  11.         cargo_allow_refit:              [PASS, GOOD, WOOD];
  12.         loading_speed:                  20;
  13.         cost_factor:                    40;
  14.         running_cost_factor:            82;
  15.         sprite_id:                      SPRITE_ID_NEW_TRAIN;
  16.         speed:                          121 km/h;
  17.         misc_flags:                     TRAIN_FLAG_MU;
  18.         refit_cost:                     8;
  19.         track_type:                     RAIL;
  20.         ai_special_flag:                AI_FLAG_CARGO;
  21.         power:                          710 hp;
  22.         running_cost_base:              RUNNING_COST_DIESEL;
  23.         dual_headed:                    1;
  24.         default_cargo_type:             PASS;
  25.         cargo_capacity:                 1;
  26.         weight:                         50 ton;
  27.         engine_class:                   ENGINE_CLASS_DIESEL;
  28.         tractive_effort_coefficient:    0.3;
  29.         air_drag_coefficient:           0.1;
  30.         length:                         8;
  31.         effect_spawn_model_and_powered: EFFECT_SPAWN_MODEL_DIESEL;
  32.         extra_weight_per_wagon:         0;
  33.         bitmask_vehicle_info:           0;
  34.     }
  35.     graphics {
  36.     additional_text:                    return(string(str_purchase_loco_with_liveries,string(str_purchase_type_dmu),string(str_route_2),string(str_DR98_9_usage),string(str_DR98_9_eos),string(str_DR98_9_liveries)));
  37.     can_attach_wagon:                   CB_RESULT_ATTACH_ALLOW;
  38.     cargo_capacity:                     sw_DR98_9_capacity;
  39.     cargo_subtype_text:                 sw_DR98_9_cargo_subtype_text;
  40.     GOOD:                               sw_DR98_9_GOOD;
  41.     WOOD:                               sw_DR98_9_WOOD;
  42.     default:                            sw_DR98_9;
  43.     purchase:                           spriteset_DR98_9_Purchase;
  44.     colour_mapping:                     return PALETTE_CC_FIRST;
  45. }
  46. }

Comments