60 lines
953 B
XML
60 lines
953 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- catapult strop -->
|
|
|
|
<PropertyList>
|
|
|
|
<path>strop.ac</path>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Strop</object-name>
|
|
<condition>
|
|
<not>
|
|
<equals>
|
|
<property>/gear/launchbar/state</property>
|
|
<value>Disengaged</value>
|
|
</equals>
|
|
</not>
|
|
</condition>
|
|
</animation>
|
|
|
|
<!-- lower/raise -->
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>Strop</object-name>
|
|
<property>/gear/launchbar/position-norm</property>
|
|
<interpolation>
|
|
<entry>
|
|
<ind>0</ind>
|
|
<dep>0</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>0.5</ind>
|
|
<dep>45</dep>
|
|
</entry>
|
|
<entry>
|
|
<ind>1</ind>
|
|
<dep>90</dep>
|
|
</entry>
|
|
</interpolation>
|
|
<center>
|
|
<x-m>0</x-m>
|
|
<y-m>0</y-m>
|
|
<z-m>0</z-m>
|
|
</center>
|
|
<axis>
|
|
<x>0</x>
|
|
<y>-1</y>
|
|
<z>0</z>
|
|
</axis>
|
|
</animation>
|
|
|
|
<!-- *** LoD ***
|
|
<animation>
|
|
<type>range</type>
|
|
<min-m>0</min-m>
|
|
<max-m>100</max-m>
|
|
</animation>
|
|
-->
|
|
</PropertyList>
|