refactored as needed to make roc work as a shared library, without any stupid import hacks
20 lines
1.1 KiB
XML
20 lines
1.1 KiB
XML
<engines>
|
|
<engine id="0">
|
|
<name>LX-20 Light Freighter Engine</name>
|
|
<desc>The LX-20 is one of the cheapest, simplest, and least effective engine designs available. It is commonly found equipped on the cheapest freighters, where its general reliability and the ease of finding replacement parts for it serves well. No reputable dealer would ever stock an engine this decrepit, but you can probably find a servicable one littering any spaceport since most people consider them useless.</desc>
|
|
<thrust>18000</thrust>
|
|
<price>0</price>
|
|
<size>150</size>
|
|
<mass>3800</mass>
|
|
<particlefx>eng_large</particlefx>
|
|
</engine>
|
|
<engine id="1">
|
|
<name>Plasma Vector Drive</name>
|
|
<desc>This is the engine equipped as standard on the Kestrel fighter. Top-of-the-line by any account, there is no downside except the price. It's small and lightweight, and it provides tremendous speed and agility with a minimal fuel cost.</desc>
|
|
<size>0.05</size>
|
|
<mass>25</mass>
|
|
<thrust>22000</thrust>
|
|
<price>550000</price>
|
|
<particlefx>eng_advanced</particlefx>
|
|
</engine>
|
|
</engines>
|