mirror of
https://github.com/l0k1/oprf_assets.git
synced 2024-11-01 07:41:15 +08:00
112 lines
3.8 KiB
XML
112 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
<author>pinto, Nikolai V. Chr., FGUK</author>
|
|
<description>depot</description>
|
|
<status>alpha</status>
|
|
<aircraft-version>0.2</aircraft-version>
|
|
|
|
<flight-model>null</flight-model>
|
|
|
|
<aero>KPN-D</aero>
|
|
<aircraft-operator>KPN</aircraft-operator>
|
|
|
|
<model>
|
|
<path>Aircraft/depot/Models/depot.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/depot/splash1.png</splash-texture>
|
|
</startup>
|
|
|
|
<current-view>
|
|
<deck-park type="bool">true</deck-park>
|
|
|
|
<z-offset-dec-step type="double">0.0</z-offset-dec-step>
|
|
<z-offset-inc-step type="double">0.0</z-offset-inc-step>
|
|
<can-change-z-offset type="bool">false</can-change-z-offset>
|
|
|
|
<z-offset-min-m type="float">100.0</z-offset-min-m>
|
|
<z-offset-max-m type="float">2000.0</z-offset-max-m>
|
|
</current-view>
|
|
|
|
|
|
<multiplay>
|
|
<visibility-range-nm type="int">750</visibility-range-nm>
|
|
<generic>
|
|
<int n="0" type="int">0</int>
|
|
<int n="2" type="int">1</int>
|
|
<int n="17" type="int">0</int>
|
|
<string n="7" type="string"></string><!-- datalink -->
|
|
</generic>
|
|
</multiplay>
|
|
|
|
<hud>
|
|
<path n="1">Aircraft/depot/Hud/hud.xml</path>
|
|
<visibility n="1">true</visibility>
|
|
<font>
|
|
<size type="float">11.0</size>
|
|
</font>
|
|
</hud>
|
|
|
|
|
|
|
|
<chase-distance-m type="double" archive="y">-250.0</chase-distance-m>
|
|
</sim>
|
|
|
|
<payload>
|
|
<d-config>
|
|
<full_damage_dist_m type="double">10</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">900</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/depot/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/depot/Nasal/ArmamentNotification.nas</file>
|
|
<file>Aircraft/depot/Nasal/GeoBridgedTransmitter.nas</file>
|
|
</notifications>
|
|
<damage>
|
|
<file>Aircraft/depot/Nasal/damage.nas</file>
|
|
</damage>
|
|
<carrier>
|
|
<file>Aircraft/depot/Nasal/fdm.nas</file>
|
|
</carrier>
|
|
</nasal>
|
|
|
|
</PropertyList>
|