[Add] Beam sounds and new beam type.
This commit is contained in:
parent
69b05ae150
commit
ae7af81e75
@ -28,6 +28,7 @@
|
||||
</enemies>
|
||||
</faction>
|
||||
<faction name="Pirate">
|
||||
<longname>Gallactic Pirates</longname>
|
||||
<player>-20</player>
|
||||
<enemies>
|
||||
<enemy>Empire</enemy>
|
||||
|
@ -147,6 +147,27 @@
|
||||
<damage type="kinetic">40</damage>
|
||||
</specific>
|
||||
</outfit>
|
||||
<outfit name="Orion Beam">
|
||||
<general>
|
||||
<max>1</max>
|
||||
<tech>11</tech>
|
||||
<mass>20</mass>
|
||||
<price>184000</price>
|
||||
<description>One of the more popular beam weapons for its simplicity and size. Most heavy fightershave no trouble fitting one of these. Being fixed mounted it inherits their maneuverability, allowing for greater precision on agile ships.</description>
|
||||
<gfx_store>heavy</gfx_store>
|
||||
</general>
|
||||
<specific type="beam" secondary="1">
|
||||
<delay>6000</delay>
|
||||
<duration>3</duration>
|
||||
<range>300</range>
|
||||
<energy>70</energy>
|
||||
<damage type="energy">40</damage>
|
||||
<spfx>ExpS</spfx>
|
||||
<gfx>beam_orion</gfx>
|
||||
<sound>beam0</sound>
|
||||
<sound_off>beam_off0</sound_off>
|
||||
</specific>
|
||||
</outfit>
|
||||
<outfit name="Ragnarok Beam">
|
||||
<general>
|
||||
<max>1</max>
|
||||
@ -165,6 +186,8 @@
|
||||
<damage type="energy">100</damage>
|
||||
<spfx>ExpS</spfx>
|
||||
<gfx>beam_ragnarok</gfx>
|
||||
<sound>beam0</sound>
|
||||
<sound_off>beam_off0</sound_off>
|
||||
</specific>
|
||||
</outfit>
|
||||
<outfit name="Seeker Launcher">
|
||||
|
@ -239,7 +239,8 @@
|
||||
</characteristics>
|
||||
<outfits>
|
||||
<outfit quantity="2">Ripper MK2</outfit>
|
||||
<outfit quantity="1">Ragnarok Beam</outfit>
|
||||
<outfit quantity="2">Ragnarok Beam</outfit>
|
||||
<outfit quantity="2">Orion Beam</outfit>
|
||||
<outfit quantity="1">Headhunter Launcher</outfit>
|
||||
<outfit quantity="20">Headhunter</outfit>
|
||||
</outfits>
|
||||
|
@ -43,7 +43,7 @@ SPACE TRADERS:
|
||||
-- Independent guild of merchants, protected by the Emporer himself. They
|
||||
keep the galaxy working with their deliveries.
|
||||
|
||||
PIRATES:
|
||||
GALACTIC PIRATES:
|
||||
--------
|
||||
-- Space brought an entire new dimenstion to pirating. These outlaws attack
|
||||
any ship transporting anything of value with no regard nor respect to
|
||||
|
BIN
gfx/outfit/space/beam_orion.png
Normal file
BIN
gfx/outfit/space/beam_orion.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 985 B |
BIN
snd/sounds/beam0.wav
Normal file
BIN
snd/sounds/beam0.wav
Normal file
Binary file not shown.
BIN
snd/sounds/beam_off0.wav
Normal file
BIN
snd/sounds/beam_off0.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
snd/sounds/nav.wav
Normal file
BIN
snd/sounds/nav.wav
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user