1
0
Fork 0
fgdata/AI/Aircraft/E70/ERJ170-main.xml
2018-06-11 12:05:03 +01:00

41 lines
No EOL
1.3 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<description>Embraer Regional Jet 170</description>
<author>Ian(Yves) Tolosa. June 2018</author>
<path>Models/ERJ170.ac</path>
<!-- Pitch Backward so nosewheel on ground -->
<offsets>
<pitch-deg>0.5</pitch-deg>
</offsets>
<!-- Gear Showed only < 150 knotspeed -->
<animation>
<type>select</type>
<object-name>Gear</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>150</value>
</less-than>
</condition>
</animation>
<!-- Tail and Windows Lightmap Effect -->
<effect>
<inherits-from>AI/Aircraft/E70/Effects/E70-LightMap</inherits-from>
<object-name>ERJ170</object-name>
<object-name>Gear</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/E70-NavLights.xml</path>
</model>
<!-- Enable Beacons and Strobes Pulse Behaviour -->
<nasal>
<load><![CDATA[
aircraft.light.new("/sim/model/Embraer/lighting/beacon", [0.7, 1.3]);
aircraft.light.new("/sim/model/Embraer/lighting/strobes", [0.02, 0.1, 0.02, 1.86]);
setprop("/sim/model/Embraer/lighting/beacon/enabled", 1);
setprop("/sim/model/Embraer/lighting/strobes/enabled", 1);
]]></load>
<unload></unload>
</nasal>
</PropertyList>