1
0
Fork 0
fgdata/AI/droptank_demo.xml
2015-03-07 22:11:00 +01:00

85 lines
2.2 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<scenario>
<name>Seahawk Droptanks</name>
<description>
This scenario slaves droptanks to the parent ac at the
position designated by the x,y,z ofsets
Note:
1. Units are ft, lbs, deg.
2. Setting life = -1 indicates that this ballistic object will
not die
3. The default value for aero-stabilzed is false, so this must
be explictly set.
4. Yaw offset should not be used for now
Vivian Meazza
</description>
<entry>
<name>droptank-s</name>
<type>ballistic</type>
<model>Aircraft/seahawk/Models/droptank.xml</model>
<trigger>controls/armament/station[0]/jettison-all</trigger>
<repeat>false</repeat>
<count>1</count>
<life>-1</life>
<x-offset>2.3225</x-offset>
<y-offset>5.5446</y-offset>
<z-offset>-1.875</z-offset>
<yaw-offset>0</yaw-offset>
<pitch-offset>-2</pitch-offset>
<roll-offset>0</roll-offset>
<wind>false</wind>
<eda>2.11348887</eda>
<!--<mass>5.2837</mass>-->
<weight>170</weight>
<cd>0.2</cd>
<contents>consumables/fuel/tank[3]</contents>
<impact>true</impact>
<impact-reports>sim/ai/aircraft/impact/droptank</impact-reports>
<external-force>true</external-force>
<force-path>sim/ai/ballistic/force[0]</force-path>
<slaved>true</slaved>
<aero-stabilised>true</aero-stabilised>
</entry>
<entry>
<name>droptank-p</name>
<type>ballistic</type>
<model>Aircraft/seahawk/Models/droptank.xml</model>
<trigger>controls/armament/station[1]/jettison-all</trigger>
<speed>0</speed>
<life>-1</life>
<repeat>false</repeat>
<count>1</count>
<life>-1</life>
<x-offset>2.3225</x-offset>
<y-offset>-5.5446</y-offset>
<z-offset>-1.875</z-offset>
<yaw-offset>0</yaw-offset>
<pitch-offset>-2</pitch-offset>
<roll-offset>0</roll-offset>
<wind>false</wind>
<eda>2.11348887</eda>
<!--<mass>5.2837</mass>-->
<weight>170</weight>
<cd>0.2</cd>
<contents>consumables/fuel/tank[4]</contents>
<impact>true</impact>
<impact-reports>sim/ai/aircraft/impact/droptank</impact-reports>
<external-force>true</external-force>
<force-path>sim/ai/ballistic/force[1]</force-path>
<slaved>true</slaved>
<aero-stabilised>true</aero-stabilised>
</entry>
</scenario>
</PropertyList>