Skip to content

Commit

Permalink
Added some generic variant groups for locomotives
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 6, 2024
1 parent b1f1008 commit 3e4fdc2
Show file tree
Hide file tree
Showing 59 changed files with 98 additions and 45 deletions.
Binary file modified docs/SpriteIDs.xlsx
Binary file not shown.
3 changes: 3 additions & 0 deletions lang/english.lng
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ str_var_Unnamed :Unnamed
# Variant group headers
STR_LU_Subsurface_Header :London Underground sub-surface
STR_LU_Deeplevel_Header :London Underground deep level
STR_Steam_Header :British Rail Steam Locomotives
STR_Diesel_Header :British Rail Diesel Locomotives
STR_Electric_Header :British Rail Electric Locomotives
STR_Pacer_Header :British Rail "Pacer"
STR_Sprinter_Header :British Rail "Sprinter"
STR_Turbo_Header :British Rail "Turbo"
Expand Down
3 changes: 3 additions & 0 deletions src/sortpurchase.pnml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sort(FEAT_TRAINS, [
header_Steam,
header_Diesel,
header_Electric,
item_Coppernob,
item_CaledonianSingle,
item_FurnessK2,
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/20.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ switch(FEAT_TRAINS,SELF,sw_BR20_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR20, 671) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR20);
climates_available: ALL_CLIMATES;
introduction_date: date(1957,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/52.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ switch(FEAT_TRAINS,SELF,sw_BR52_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR52, 548) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR52);
climates_available: ALL_CLIMATES;
introduction_date: date(1961,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/66.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ switch(FEAT_TRAINS,SELF,sw_BR66_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR66, 266) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR66);
climates_available: ALL_CLIMATES;
introduction_date: date(1998,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR008.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ switch(FEAT_TRAINS,SELF,sw_BR08_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR08, 1) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR08);
climates_available: ALL_CLIMATES;
introduction_date: date(1952,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR013.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ switch (FEAT_TRAINS, SELF, switch_articulated_BR13, extra_callback_info1) {

item (FEAT_TRAINS, item_BR13, 2) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR13);
climates_available: ALL_CLIMATES;
introduction_date: date(1965,4,21);
Expand Down
2 changes: 2 additions & 0 deletions src/trains/diesel_loco/BR033.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ switch(FEAT_TRAINS,SELF,sw_BR33_1_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR33_0, 252) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR33_0);
climates_available: ALL_CLIMATES;
introduction_date: date(1960,4,21);
Expand Down Expand Up @@ -179,6 +180,7 @@ item (FEAT_TRAINS, item_BR33_0, 252) {

item (FEAT_TRAINS, item_BR33_1, 253) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR33_1);
climates_available: ALL_CLIMATES;
introduction_date: date(1965,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR037.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ switch(FEAT_TRAINS,SELF,sw_BR37_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR37, 73) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR37);
climates_available: ALL_CLIMATES;
introduction_date: date(1960,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR047.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR47_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR47, 440) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR47);
climates_available: ALL_CLIMATES;
introduction_date: date(1962,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR048.pnml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
item (FEAT_TRAINS, item_BR48, 593) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR48);
climates_available: ALL_CLIMATES;
introduction_date: date(1965,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR055.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ switch(FEAT_TRAINS,SELF,sw_BR55_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR55, 247) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR55);
climates_available: ALL_CLIMATES;
introduction_date: date(1961,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR057.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ switch(FEAT_TRAINS,SELF,sw_BR57_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR57, 441) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR57);
climates_available: ALL_CLIMATES;
introduction_date: date(1998,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR060.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ switch(FEAT_TRAINS,SELF,sw_BR60_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR60, 267) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR60);
climates_available: ALL_CLIMATES;
introduction_date: date(1989,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR067.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR67_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR67, 151) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR67);
climates_available: ALL_CLIMATES;
introduction_date: date(1999,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR068.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR68_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR68, 196) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR68);
climates_available: ALL_CLIMATES;
introduction_date: date(2013,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR070.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ switch(FEAT_TRAINS,SELF,sw_BR70_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR70, 165) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR70);
climates_available: ALL_CLIMATES;
introduction_date: date(2008,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR31.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ switch(FEAT_TRAINS,SELF,sw_BR31_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR31, 470) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR31);
climates_available: ALL_CLIMATES;
introduction_date: date(1957,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/BR50.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ switch(FEAT_TRAINS,SELF,sw_BR50_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR50, 583) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_BR50);
climates_available: ALL_CLIMATES;
introduction_date: date(1967,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_loco/Kestrel.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ switch(FEAT_TRAINS,SELF,sw_Kestrel_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_Kestrel, 556) {
property {
variant_group: header_Diesel;
name: string(STR_NAME_Kestrel);
climates_available: ALL_CLIMATES;
introduction_date: date(1967,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/18100.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ switch(FEAT_TRAINS,SELF,sw_18100_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_18100, 559) {
property {
variant_group: header_Electric;
name: string(STR_NAME_18100);
climates_available: ALL_CLIMATES;
introduction_date: date(1951,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/80.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ switch(FEAT_TRAINS,SELF,sw_BR80_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR80, 560) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR80);
climates_available: ALL_CLIMATES;
introduction_date: date(1958,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/81.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ switch(FEAT_TRAINS,SELF,sw_BR81_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR81, 561) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR81);
climates_available: ALL_CLIMATES;
introduction_date: date(1959,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/82.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ switch(FEAT_TRAINS,SELF,sw_BR82_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR82, 562) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR82);
climates_available: ALL_CLIMATES;
introduction_date: date(1960,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/83.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ switch(FEAT_TRAINS,SELF,sw_BR83_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR83, 563) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR83);
climates_available: ALL_CLIMATES;
introduction_date: date(1960,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/84.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ switch(FEAT_TRAINS,SELF,sw_BR84_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR84, 564) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR84);
climates_available: ALL_CLIMATES;
introduction_date: date(1960,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/85.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ switch(FEAT_TRAINS,SELF,sw_BR85_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR85, 565) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR85);
climates_available: ALL_CLIMATES;
introduction_date: date(1961,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/86.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR86_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR86, 566) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR86);
climates_available: ALL_CLIMATES;
introduction_date: date(1973,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/87.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR87_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR87, 567) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR87);
climates_available: ALL_CLIMATES;
introduction_date: date(1973,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/90.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR90_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR90, 543) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR90);
climates_available: ALL_CLIMATES;
introduction_date: date(1987,10,2);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/BR70_OGSouthernRegion.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ switch(FEAT_TRAINS,SELF,sw_BR70OG_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR70OG, 476) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR70OG);
climates_available: ALL_CLIMATES;
introduction_date: date(1940,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/BR71.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ switch(FEAT_TRAINS,SELF,sw_BR71_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR71, 477) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR71);
climates_available: ALL_CLIMATES;
introduction_date: date(1940,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/BR89.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR89_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR89, 418) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR89);
climates_available: ALL_CLIMATES;
introduction_date: date(1986,10,2);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_loco/BR91_Standalone.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ switch(FEAT_TRAINS,PARENT,sw_BR91_Sprites ,vehicle_is_reversed){

item (FEAT_TRAINS, item_BR91Standalone, 588) {
property {
variant_group: header_Electric;
name: string(STR_NAME_BR91_Standalone);
climates_available: ALL_CLIMATES;
introduction_date: date(1989,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_mu/331-0.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ switch(FEAT_TRAINS, SELF, switch_br_331_0_can_attach_wagon, vehicle_type_id) {
// Class 331/0 (3car)
item(FEAT_TRAINS, item_br_331_0, 424) {
property {
variant_group: header_Civity;
name: string(STR_BR_331_3CAR);
climates_available: ALL_CLIMATES; // available in all climates
introduction_date: date(2019, 07, 01);
Expand Down
1 change: 1 addition & 0 deletions src/trains/electric_mu/331-1.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ switch(FEAT_TRAINS, SELF, switch_br_331_1_can_attach_wagon, vehicle_type_id) {
// Class 331/0 (3car)
item(FEAT_TRAINS, item_br_331_1, 425) {
property {
variant_group: header_Civity;
name: string(STR_BR_331_4CAR);
climates_available: ALL_CLIMATES; // available in all climates
introduction_date: date(2019, 07, 01);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/BR/Standard9F.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ switch (FEAT_TRAINS, SELF, sw_articulated_Standard9F, extra_callback_info1) {

item (FEAT_TRAINS, item_Standard9F, 587) {
property {
variant_group: header_Steam;
name: string(STR_NAME_Standard9F);
climates_available: ALL_CLIMATES;
introduction_date: date(1954,2,4);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/Caledonian/CaledonianSingle.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ switch(FEAT_TRAINS,SELF,sw_CaledonianSingle_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_CaledonianSingle, 598) {
property {
variant_group: header_Steam;
name: string(STR_NAME_CaledonianSingle);
climates_available: ALL_CLIMATES;
introduction_date: date(1886,2,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/Furness/FurnessCoppernob.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ switch(FEAT_TRAINS,SELF,sw_Coppernob_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_Coppernob, 584) {
property {
variant_group: header_Steam;
name: string(STR_NAME_Coppernob);
climates_available: ALL_CLIMATES;
introduction_date: date(1848,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/Furness/FurnessK2.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ switch(FEAT_TRAINS,SELF,sw_FurnessK2_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_FurnessK2, 590) {
property {
variant_group: header_Steam;
name: string(STR_NAME_FurnessK2);
climates_available: ALL_CLIMATES;
introduction_date: date(1896,2,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/GER/GER_L77.pnml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
item (FEAT_TRAINS, item_GER_L77, 660) {
property {
variant_group: header_Steam;
name: string(STR_NAME_GER_L77);
climates_available: ALL_CLIMATES;
introduction_date: date(1915,1,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/GNR/GNRA1.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ switch(FEAT_TRAINS,SELF,sw_GNRA1_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_GNRA1, 4) {
property {
variant_group: header_Steam;
name: string(STR_NAME_GNRA1);
climates_available: ALL_CLIMATES;
introduction_date: date(1922,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/GWR/GWRGreatBear.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ switch(FEAT_TRAINS,SELF,sw_GreatBear_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_GreatBear, 484) {
property {
variant_group: header_Steam;
name: string(STR_NAME_GreatBear);
climates_available: ALL_CLIMATES;
introduction_date: date(1908,2,10);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/GWR/GWRHall.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ switch(FEAT_TRAINS,SELF,sw_GWRHall_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_GWRHall, 512) {
property {
variant_group: header_Steam;
name: string(STR_NAME_GWRHall);
climates_available: ALL_CLIMATES;
introduction_date: date(1946,2,10);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/GWR/GWR_DeanGoods.pnml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
item (FEAT_TRAINS, item_GWR_DeanGoods, 661) {
property {
variant_group: header_Steam;
name: string(STR_NAME_GWR_DeanGoods);
climates_available: ALL_CLIMATES;
introduction_date: date(1883,2,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/LMS/LMSBlack5.pnml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

item (FEAT_TRAINS, item_LMSBlack5, 659) {
property {
variant_group: header_Steam;
name: string(STR_NAME_LMSBlack5);
climates_available: ALL_CLIMATES;
introduction_date: date(1934,2,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/LMS/LMSJubilee.pnml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
item (FEAT_TRAINS, item_LMSJubilee, 658) {
property {
variant_group: header_Steam;
name: string(STR_NAME_LMSJubilee);
climates_available: ALL_CLIMATES;
introduction_date: date(1934,2,1);
Expand Down
1 change: 1 addition & 0 deletions src/trains/steam/LNER/LNERA3.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ switch(FEAT_TRAINS,SELF,sw_LNERA3_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_LNERA3, 6) {
property {
variant_group: header_Steam;
name: string(STR_NAME_LNERA3);
climates_available: ALL_CLIMATES;
introduction_date: date(1928,4,21);
Expand Down
Loading

0 comments on commit 3e4fdc2

Please sign in to comment.