[Add] Implemented turrets as a secondary weapon.

This commit is contained in:
Allanis 2013-02-28 17:51:28 +00:00
parent 8f6b02cfc1
commit cdc5a96e8b
2 changed files with 24 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<general>
<max>5</max>
<tech>2</tech>
<mass>0</mass>
<mass>5</mass>
<price>5000</price>
</general>
<specific type="1">
@ -19,6 +19,27 @@
<armour>13</armour>
<shield>10</shield>
</damage>
</specific>
</outfit>
<outfit name="Laser Turret">
<general>
<max>4</max>
<tech>4</tech>
<mass>20</mass>
<price>25000</price>
</general>
<specific type="13" secondary="1">
<gfx>lasergreen</gfx>
<sound>laser</sound>
<spfx>ExpS</spfx>
<delay>300</delay>
<speed>550</speed>
<range>300</range>
<accuracy>30</accuracy>
<damage>
<armour>13</armour>
<shield>10</shield>
</damage>
</specific>
</outfit>
<outfit name="Missile Launcher">

View File

@ -84,7 +84,8 @@
<cap_cargo>40</cap_cargo>
</characteristics>
<outfits>
<outfit quantity='3'>Laser</outfit>
<outfit quantity="3">Laser</outfit>
<outfit quantity='20'>Laser Turret</outfit>
<outfit quantity='2'>Missile Launcher</outfit>
<outfit quantity='20'>Missile</outfit>
</outfits>