1
0
Fork 0
fgdata/AI/Aircraft/Buccaneer/Instruments/uc_warning.xml
2015-03-07 22:11:00 +01:00

46 lines
984 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>../../../../Aircraft/Buccaneer/Instruments/uc_warning.ac</path>
<animation>
<type>select</type>
<object-name>light</object-name>
<object-name>lamp</object-name>
<condition>
<less-than>
<property>/velocities/mach</property>
<value>0.25</value>
</less-than>
<equals>
<property>/gear/gear[0]/position-norm</property>
<value>0</value>
</equals>
</condition>
</animation>
<!-- Panel Lighting -->
<animation>
<type>material</type>
<object-name>panel-lighting-group</object-name>
<emission>
<factor-prop>/systems/electrical/outputs/panel-floodlighting</factor-prop>
<red>0.03125</red>
<green>0.0089</green>
<blue>0.0089</blue>
</emission>
</animation>
<animation>
<type>noshadow</type>
</animation>
<!-- *** LoD *** -->
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>5</max-m>
</animation>
</PropertyList>