X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=locos.dat;h=55813b5f99aa07aa284706c58b288c6ecd3af617;hb=5c1ddd2f213af3fea15237e02f7da112c0abba36;hp=d05b96f64f6e4ff2699648a9a755eb858f200d12;hpb=2d44923e135a119fde31a7a50e5fcd3e400e4f41;p=r2c2.git diff --git a/locos.dat b/locos.dat index d05b96f..55813b5 100644 --- a/locos.dat +++ b/locos.dat @@ -1,5 +1,3 @@ -/* $Id$ */ - scale 1 87; gauge 16.5; @@ -363,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"; }; + }; +};