Lephisto/dat/outfit.xml
2013-02-28 16:03:12 +00:00

93 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Outfits>
<outfit name="Laser">
<general>
<max>5</max>
<tech>2</tech>
<mass>0</mass>
<price>5000</price>
</general>
<specific type="1">
<gfx>lasergreen</gfx>
<sound>laser</sound>
<spfx>ExpS</spfx>
<delay>500</delay>
<speed>550</speed>
<range>300</range>
<accuracy>30</accuracy>
<damage>
<armour>13</armour>
<shield>10</shield>
</damage>
</specific>
</outfit>
<outfit name="Missile Launcher">
<general>
<max>2</max>
<tech>4</tech>
<mass>10</mass>
<price>25000</price>
</general>
<specific type="5" secondary="1">
<ammo>Missile</ammo>
<delay>1200</delay>
</specific>
</outfit>
<outfit name="Missile">
<general>
<max>60</max>
<tech>2</tech>
<mass>1</mass>
<price>800</price>
</general>
<specific type="6">
<gfx>missile</gfx>
<sound>missile</sound>
<spfx>ExpM</spfx>
<duration>5</duration>
<lockon>1</lockon>
<thrust>1200</thrust>
<turn>200</turn>
<speed>600</speed>
<damage>
<armour>25</armour>
<shield>20</shield>
</damage>
</specific>
</outfit>
<outfit name="Headhunter Launcer">
<general>
<max>2</max>
<tech>8</tech>
<mass>12</mass>
<price>40000</price>
</general>
<specific type="5" secondary="1">
<ammo>Headhunter</ammo>
<delay>1400</delay>
</specific>
</outfit>
<outfit name="Headhunter">
<general>
<max>40</max>
<tech>4</tech>
<mass>1</mass>
<price>2000</price>
</general>
<specific type="6">
<gfx>headhunter</gfx>
<sound>missile</sound>
<spfx>ExpM</spfx>
<duration>7</duration>
<lockon>0.5</lockon>
<thrust>1200</thrust>
<turn>200</turn>
<speed>600</speed>
<damage>
<armour>23</armour>
<shield>18</shield>
</damage>
</specific>
</outfit>
</Outfits>