1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>shrike.ac</path>
-
- <!--
- Shrike anti-radar missile
- -->
- <animation>
- <type>select</type>
- <object-name>Shrike</object-name>
- <condition>
- <and>
- <equals>
- <property>sim/armament</property>
- <value>BlackBuck6</value>
- </equals>
- <equals>
- <property>controls/armament/triggershrike3</property>
- <value>false</value>
- </equals>
- </and>
- </condition>
- </animation>
- <!-- Don't display the smoke (the submodel will reference the .ac model -->
- <animation>
- <type>select</type>
- <object-name>Smoke</object-name>
- <condition>
- <and>
- <equals>
- <property>sim/variant</property>
- <value>wibble</value>
- </equals>
- </and>
- </condition>
- </animation>
- </PropertyList>
|