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

48 lines
867 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!--
************************************************************************
Common configuration for all C172 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>
<instrumentation>
<attitude-indicator>
<config>
<tumble-flag archive="y" type="bool">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>