roc/data/xml/ships.xml
2011-04-24 20:46:22 -06:00

83 lines
3 KiB
XML
Executable file

<ships>
<hull id="hull_lightfr">
<name>Spacetruck</name>
<modelref>m_fr_spacetruck</modelref>
<yaw>55</yaw>
<pitch>64</pitch>
<roll>35</roll>
<mass>15000</mass>
<internal_space>15000</internal_space>
<skin_space>2450</skin_space>
<weapon_slots>0</weapon_slots>
<engine_slots>1</engine_slots>
<desc>The commercial backbone of the colonies, the Space Truck carries a lot of cargo and does it very cheaply. They are perfect for trading in heavily patrolled sectors, but in rougher areas their lack of defensive systems and voluminous cargo hold makes them an obvious target.</desc>
</hull>
<hull id="hull_advfi">
<name>Kestrel</name>
<modelref>m_fi_kestrel</modelref>
<desc>Graceful lines and top-end equipment make this fighter a favourite of civilian pilots.</desc>
<pitch>215</pitch>
<roll>120</roll>
<yaw>200</yaw>
<mass>480</mass>
<internal_space>5</internal_space>
<skin_space>28</skin_space>
<weapon_slots>6</weapon_slots>
<engine_slots>1</engine_slots>
</hull>
<hull id="hull_hugebs">
<name>Thor Class Battlestation</name>
<modelref>m_bs_thor</modelref>
<desc>Massive and bristling with armaments and defenses, the Thor class battlestations are the Colonial Alliance's most powerful line of defense against any aggressor. Indeed, simulations show that in a best case scenario one of thsese battlestations could potentially defeat an entire foreign Navy single-handedly.</desc>
<mass>451000000</mass>
<internal_space>6000000</internal_space>
<skin_space>140000</skin_space>
<weapon_slots>28</weapon_slots>
</hull>
<hull id="hull_nb">
<name>Nav Buoy</name>
<modelref>m_misc_navbuoy0</modelref>
<mass>1500</mass>
</hull>
<hull id="hull_nb_test">
<name>Nav Buoy Test</name>
<modelref>m_misc_navbuoy_test</modelref>
<mass>1500</mass>
</hull>
<hull id="hull_test_planet">
<name>Bob</name>
<modelref>m_pl_bob</modelref>
<mass>4.5e22</mass>
</hull>
<package id="player_start">
<name>Starter Pack - Not for Resale</name>
<hull id="hull_advfi"/>
<engine hardpoint="0" id="1"/>
<desc>New pilots get this ship with this equipment</desc>
</package>
<package id="thor">
<name>Thor Class Battlestation</name>
<hull id="hull_hugebs"/>
<desc>Massive and bristling with armaments and defenses, the Thor class battlestations are the Colonial Alliance's most powerful line of defense against any aggressor. Indeed, simulations show that in a best case scenario one of thsese battlestations could potentially defeat an entire foreign Navy single-handedly.</desc>
</package>
<package id="test_planet">
<name>Bob</name>
<hull id="hull_test_planet"/>
<desc>A planet</desc>
</package>
<package id="nb">
<name>Nav Buoy</name>
<desc>Navigation buoys are typically used to mark a route or a specific point in space.</desc>
<hull id="hull_nb"/>
</package>
<package id="nb_test">
<name>Nav Buoy</name>
<desc>Navigation buoys are typically used to mark a route or a specific point in space.</desc>
<hull id="hull_nb_test"/>
</package>
</ships>