[Add] Implemented turrets as a secondary weapon.
This commit is contained in:
parent
8f6b02cfc1
commit
cdc5a96e8b
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user