]> git.tdb.fi Git - r2c2.git/blobdiff - locos.dat
Add a virtual get_block function to Sensor
[r2c2.git] / locos.dat
index cd7adef27febe11cec4a8c4559eaff57d6854cb5..cb097cde51b41aedb98a2778c12c378ab7f75645 100644 (file)
--- a/locos.dat
+++ b/locos.dat
@@ -1,7 +1,7 @@
 scale 1 87;
 gauge 16.5;
 
-vehicle 39230
+vehicle \39230
 {
        name "BR 23";
        locomotive true;
@@ -238,7 +238,7 @@ vehicle \29530-01
        };
 };
 
-vehicle 36850
+vehicle \36850
 {
        name "BR 185";
        locomotive true;
@@ -298,7 +298,7 @@ vehicle \37225-02
        };
 };
 
-vehicle 39410
+vehicle \39410
 {
        name "BR E 41";
        locomotive true;
@@ -361,3 +361,36 @@ vehicle \37574-01
                axle { position -17; wheel_diameter 14; powered true; };
        };
 };
+
+vehicle \37504
+{
+       // XXX The power car is really in the middle, but that configuration isn't supported yet
+       name "BR 420 S-bahn";
+       locomotive true;
+       function 0 "light";
+       function 1 "intlt";
+       function 2 "sfx";
+       function 3 "whstl";
+
+       length 268;
+       width 33;
+       height 44;
+
+       object "br420-body.object";
+
+       bogie
+       {
+               position 94;
+               object "br420-bogie.object";
+               axle { position 14.5; wheel_diameter 10; object "br420-axle.object"; };
+               axle { position -14.5; wheel_diameter 10; object "br420-axle.object"; };
+       };
+       bogie
+       {
+               position -96;
+               object "br420-bogie.object";
+               rotate_object true;
+               axle { position 14.5; wheel_diameter 10; object "br420-axle.object"; };
+               axle { position -14.5; wheel_diameter 10; object "br420-axle.object"; };
+       };
+};