1
0
Fork 0
fgdata/Aircraft/pa28-base.xml

74 lines
1.5 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<!--
************************************************************************
Common configuration for all PA28 (Piper Cherokee) aircraft.
************************************************************************
-->
<PropertyList>
<sim>
<systems>
<electrical>
<path>Aircraft/c172/c172-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible archive="y">true</audible>
<path archive="y">Aircraft/c172/c172-sound.xml</path>
</sound>
</sim>
<!-- the Cherokee has rudder trim -->
<input>
<keyboard>
<key n="60">
<name>&lt;</name>
<desc>Rudder Trim Left</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/rudder-trim</property>
<min type="double">-1.0</min>
<step type="double">-0.001</step>
</binding>
</key>
<key n="62">
<name>&gt;</name>
<desc>Rudder Trim Right</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/rudder-trim</property>
<max type="double">1.0</max>
<step type="double">0.001</step>
</binding>
</key>
</keyboard>
</input>
<instrumentation>
<attitude-indicator>
<config>
<tumble-flag>true</tumble-flag>
</config>
</attitude-indicator>
</instrumentation>
2003-04-05 15:15:40 +00:00
<controls>
<engines>
<engine n="0">
<magnetos>3</magnetos>
</engine>
</engines>
</controls>
<engines>
<engine>
<rpm type="double">700</rpm>
</engine>
</engines>
</PropertyList>