[Add] Outfit: Ripper MK2, applied it as default primary weapon to Lancers.
This commit is contained in:
parent
070f422ae9
commit
7f2119e705
@ -1,5 +1,26 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Outfits>
|
<Outfits>
|
||||||
|
<outfit name="Ripper MK2">
|
||||||
|
<general>
|
||||||
|
<max>3</max>
|
||||||
|
<tech>11</tech>
|
||||||
|
<mass>12</mass>
|
||||||
|
<price>95000</price>
|
||||||
|
<description>The Ripper does what it's name implies: it rips through enemies with ease. Only downside is the energy needed to power it.</description>
|
||||||
|
<gfx_store>heavy</gfx_store>
|
||||||
|
</general>
|
||||||
|
<specific type="bolt">
|
||||||
|
<gfx>ripper</gfx>
|
||||||
|
<sound>laser</sound>
|
||||||
|
<spfx>ExpS</spfx>
|
||||||
|
<delay>700</delay>
|
||||||
|
<speed>700</speed>
|
||||||
|
<range>400</range>
|
||||||
|
<accuracy>20</accuracy>
|
||||||
|
<energy>22</energy>
|
||||||
|
<damage type="energy">18</damage>
|
||||||
|
</specific>
|
||||||
|
</outfit>
|
||||||
<outfit name="Laser Cannon">
|
<outfit name="Laser Cannon">
|
||||||
<general>
|
<general>
|
||||||
<max>5</max>
|
<max>5</max>
|
||||||
@ -55,12 +76,12 @@
|
|||||||
<gfx>plasma</gfx>
|
<gfx>plasma</gfx>
|
||||||
<sound>laser</sound>
|
<sound>laser</sound>
|
||||||
<spfx>ExpS</spfx>
|
<spfx>ExpS</spfx>
|
||||||
<delay>700</delay>
|
<delay>400</delay>
|
||||||
<speed>450</speed>
|
<speed>450</speed>
|
||||||
<range>250</range>
|
<range>250</range>
|
||||||
<accuracy>20</accuracy>
|
<accuracy>20</accuracy>
|
||||||
<energy>10</energy>
|
<energy>7</energy>
|
||||||
<damage type="energy">13</damage>
|
<damage type="energy">7</damage>
|
||||||
</specific>
|
</specific>
|
||||||
</outfit>
|
</outfit>
|
||||||
<outfit name="Ion Cannon">
|
<outfit name="Ion Cannon">
|
||||||
@ -105,7 +126,7 @@
|
|||||||
<damage type="ion">17</damage>
|
<damage type="ion">17</damage>
|
||||||
</specific>
|
</specific>
|
||||||
</outfit>
|
</outfit>
|
||||||
<outfit name="Railgun">
|
<outfit name="150mm Railgun">
|
||||||
<general>
|
<general>
|
||||||
<max>2</max>
|
<max>2</max>
|
||||||
<tech>8</tech>
|
<tech>8</tech>
|
||||||
@ -122,8 +143,8 @@
|
|||||||
<speed>650</speed>
|
<speed>650</speed>
|
||||||
<range>500</range>
|
<range>500</range>
|
||||||
<accuracy>10</accuracy>
|
<accuracy>10</accuracy>
|
||||||
<energy>30</energy>
|
<energy>35</energy>
|
||||||
<damage type="kinetic">30</damage>
|
<damage type="kinetic">40</damage>
|
||||||
</specific>
|
</specific>
|
||||||
</outfit>
|
</outfit>
|
||||||
<outfit name="Missile Launcher">
|
<outfit name="Missile Launcher">
|
||||||
|
@ -168,7 +168,7 @@ Used by security agencies all over the universe for it's reliability and availab
|
|||||||
<cap_cargo>10</cap_cargo>
|
<cap_cargo>10</cap_cargo>
|
||||||
</characteristics>
|
</characteristics>
|
||||||
<outfits>
|
<outfits>
|
||||||
<outfit quantity='2'>Laser Cannon</outfit>
|
<outfit quantity='2'>Ripper MK2</outfit>
|
||||||
<outfit quantity='1'>Headhunter Launcher</outfit>
|
<outfit quantity='1'>Headhunter Launcher</outfit>
|
||||||
<outfit quantity='20'>Headhunter</outfit>
|
<outfit quantity='20'>Headhunter</outfit>
|
||||||
</outfits>
|
</outfits>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<Start>
|
<Start>
|
||||||
<name>Dark Tides</name>
|
<name>Dark Tides</name>
|
||||||
<player>
|
<player>
|
||||||
<ship>Schroedinger</ship>
|
<ship>Lancelot</ship>
|
||||||
<credits>
|
<credits>
|
||||||
<low>500000</low>
|
<low>500000</low>
|
||||||
<high>1500000</high>
|
<high>1500000</high>
|
||||||
|
BIN
gfx/outfit/space/ripper.png
Normal file
BIN
gfx/outfit/space/ripper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
gfx/ship/schroedinger.png
Normal file
BIN
gfx/ship/schroedinger.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
BIN
gfx/ship/schroedinger_target.png
Normal file
BIN
gfx/ship/schroedinger_target.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user