mirror of
https://github.com/l0k1/oprf_assets.git
synced 2024-11-01 07:41:15 +08:00
121 lines
4.0 KiB
XML
121 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
<author>pinto, Nikolai V. Chr., FGUK, onox</author>
|
|
<description>groundtarget</description>
|
|
<status>alpha</status>
|
|
<aircraft-version>0.1</aircraft-version>
|
|
|
|
<flight-model>null</flight-model>
|
|
|
|
<aero>KPN-D</aero>
|
|
<aircraft-operator>KPN</aircraft-operator>
|
|
|
|
<model>
|
|
<path>Aircraft/groundtarget/Models/truck.xml</path>
|
|
|
|
<!-- Uncloak weather balloons visiting Earth -->
|
|
<always-show-in-MP type="bool">true</always-show-in-MP>
|
|
</model>
|
|
|
|
<sound>
|
|
<path>Sounds/sound.xml</path>
|
|
</sound>
|
|
|
|
<presets>
|
|
<onground>true</onground>
|
|
</presets>
|
|
|
|
<startup>
|
|
<splash-texture>Aircraft/groundtarget/splash1.png</splash-texture>
|
|
</startup>
|
|
|
|
<hud>
|
|
<path n="1">Aircraft/groundtarget/Hud/hud.xml</path>
|
|
<visibility n="1">true</visibility>
|
|
<font>
|
|
<size type="float">11.0</size>
|
|
</font>
|
|
</hud>
|
|
|
|
<!--menubar include="Dialogs/menu.xml"/-->
|
|
|
|
<multiplay>
|
|
<generic>
|
|
<int n="0" type="int">0</int>
|
|
<int n="17" type="int">0</int>
|
|
<string n="7" type="string"></string><!-- datalink -->
|
|
</generic>
|
|
</multiplay>
|
|
|
|
|
|
<menubar>
|
|
<default>
|
|
<menu n="100">
|
|
<label>Truck</label>
|
|
<enabled type="bool">true</enabled>
|
|
<item>
|
|
<label>Type</label>
|
|
<binding>
|
|
<command>dialog-show</command>
|
|
<dialog-name>type</dialog-name>
|
|
</binding>
|
|
</item>
|
|
<item>
|
|
<label>Event Log</label>
|
|
<binding>
|
|
<command>dialog-show</command>
|
|
<dialog-name>flightlog</dialog-name>
|
|
</binding>
|
|
</item>
|
|
</menu>
|
|
</default>
|
|
</menubar>
|
|
</sim>
|
|
|
|
<payload>
|
|
<d-config>
|
|
<full_damage_dist_m type="double">2</full_damage_dist_m>
|
|
<use_hitpoints_instead_of_failure_modes_bool type="bool">true</use_hitpoints_instead_of_failure_modes_bool>
|
|
<hp_max type="double">5</hp_max>
|
|
<hitable_by_air_munitions type="bool">false</hitable_by_air_munitions>
|
|
<hitable_by_cannon type="bool">true</hitable_by_cannon>
|
|
<is_fleet type="bool">false</is_fleet>
|
|
<rwr_to_screen type="bool">false</rwr_to_screen>
|
|
<rwr_audio_extended type="bool">false</rwr_audio_extended>
|
|
<tacview_supported type="bool">false</tacview_supported>
|
|
<m28_auto type="bool">false</m28_auto>
|
|
<mlw_max type="double">2.25</mlw_max>
|
|
<auto_flare_caller type="bool">false</auto_flare_caller>
|
|
</d-config>
|
|
<armament>
|
|
<models type="string">Aircraft/groundtarget/Models/emesary/</models>
|
|
<msg type="bool">true</msg>
|
|
<enable-craters type="bool">true</enable-craters>
|
|
<MLW-bearing type="double">0</MLW-bearing>
|
|
<MLW-count type="int">0</MLW-count>
|
|
<MLW-launcher type="string"></MLW-launcher>
|
|
<MAW-bearing type="double">0</MAW-bearing>
|
|
<MAW-active type="bool">false</MAW-active>
|
|
<spike type="bool">false</spike>
|
|
</armament>
|
|
</payload>
|
|
|
|
<nasal>
|
|
<notifications>
|
|
<file>Aircraft/groundtarget/Nasal/ArmamentNotification.nas</file>
|
|
<file>Aircraft/groundtarget/Nasal/GeoBridgedTransmitter.nas</file>
|
|
</notifications>
|
|
<carrier>
|
|
<file>Aircraft/groundtarget/Nasal/fdm.nas</file>
|
|
</carrier>
|
|
|
|
<damage>
|
|
<file>Aircraft/groundtarget/Nasal/damage.nas</file>
|
|
</damage>
|
|
</nasal>
|
|
|
|
</PropertyList>
|