1
0
Fork 0
A320-family/Models/RAT/RAT.xml

40 lines
815 B
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version = '1.0' encoding = 'UTF-8' ?>
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<path>RAT.ac</path>
<!-- Ram Air Turbine Select and Spin Animations -->
<animation>
<name>Ram Air Turbine Spin</name>
<type>spin</type>
<object-name>fan</object-name>
<factor>5</factor>
<property>velocities/airspeed-kt</property>
<center>
<x-m>0</x-m>
<y-m>0</y-m>
<z-m>0</z-m>
</center>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<name>Ram Air Turbine Select</name>
<type>select</type>
<object-name>fan</object-name>
<object-name>holder</object-name>
<condition>
2020-02-07 16:10:54 +00:00
<property>systems/hydraulic/sources/rat/position</property>
2019-10-14 16:48:35 +00:00
</condition>
</animation>
</PropertyList>