[Add] Beam sounds and new beam type.

This commit is contained in:
Allanis 2013-10-04 14:21:50 +01:00
parent 69b05ae150
commit ae7af81e75
9 changed files with 27 additions and 2 deletions

View File

@ -28,6 +28,7 @@
</enemies> </enemies>
</faction> </faction>
<faction name="Pirate"> <faction name="Pirate">
<longname>Gallactic Pirates</longname>
<player>-20</player> <player>-20</player>
<enemies> <enemies>
<enemy>Empire</enemy> <enemy>Empire</enemy>

View File

@ -147,6 +147,27 @@
<damage type="kinetic">40</damage> <damage type="kinetic">40</damage>
</specific> </specific>
</outfit> </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"> <outfit name="Ragnarok Beam">
<general> <general>
<max>1</max> <max>1</max>
@ -165,6 +186,8 @@
<damage type="energy">100</damage> <damage type="energy">100</damage>
<spfx>ExpS</spfx> <spfx>ExpS</spfx>
<gfx>beam_ragnarok</gfx> <gfx>beam_ragnarok</gfx>
<sound>beam0</sound>
<sound_off>beam_off0</sound_off>
</specific> </specific>
</outfit> </outfit>
<outfit name="Seeker Launcher"> <outfit name="Seeker Launcher">

View File

@ -239,7 +239,8 @@
</characteristics> </characteristics>
<outfits> <outfits>
<outfit quantity="2">Ripper MK2</outfit> <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="1">Headhunter Launcher</outfit>
<outfit quantity="20">Headhunter</outfit> <outfit quantity="20">Headhunter</outfit>
</outfits> </outfits>

View File

@ -43,7 +43,7 @@ SPACE TRADERS:
-- Independent guild of merchants, protected by the Emporer himself. They -- Independent guild of merchants, protected by the Emporer himself. They
keep the galaxy working with their deliveries. keep the galaxy working with their deliveries.
PIRATES: GALACTIC PIRATES:
-------- --------
-- Space brought an entire new dimenstion to pirating. These outlaws attack -- Space brought an entire new dimenstion to pirating. These outlaws attack
any ship transporting anything of value with no regard nor respect to any ship transporting anything of value with no regard nor respect to

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

BIN
snd/sounds/beam0.wav Normal file

Binary file not shown.

BIN
snd/sounds/beam_off0.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
snd/sounds/nav.wav Normal file

Binary file not shown.