[Add] New outfit [Railgun] and new laser graphics.

This commit is contained in:
Allanis 2013-06-02 16:26:00 +01:00
parent 00730b50a7
commit 7261454fbc
5 changed files with 29 additions and 3 deletions

2
TODO
View File

@ -47,6 +47,8 @@ Minor:
-- Configuration app for keybindings. -- Configuration app for keybindings.
-- Pilot titles. -- Pilot titles.
-- Would usually indicate changes on the base ship equipment. -- Would usually indicate changes on the base ship equipment.
-- Players should be able to configure the secondary outfit they want.
-- Players should also be able to set hotkeys for secondary weapons.
SOMEDAY!! MAYBE...: SOMEDAY!! MAYBE...:
-- Multiplayer. -- Multiplayer.

View File

@ -10,7 +10,7 @@
<gfx_store>laser</gfx_store> <gfx_store>laser</gfx_store>
</general> </general>
<specific type="1"> <specific type="1">
<gfx>lasergreen</gfx> <gfx>laserred</gfx>
<sound>laser</sound> <sound>laser</sound>
<spfx>ExpS</spfx> <spfx>ExpS</spfx>
<delay>500</delay> <delay>500</delay>
@ -34,7 +34,7 @@
<gfx_store>laser_turret</gfx_store> <gfx_store>laser_turret</gfx_store>
</general> </general>
<specific type="13"> <specific type="13">
<gfx>lasergreen</gfx> <gfx>laserred</gfx>
<sound>laser</sound> <sound>laser</sound>
<spfx>ExpS</spfx> <spfx>ExpS</spfx>
<delay>300</delay> <delay>300</delay>
@ -47,7 +47,31 @@
<shield>10</shield> <shield>10</shield>
</damage> </damage>
</specific> </specific>
</outfit> </outfit>
<outfit name="Railgun">
<general>
<max>2</max>
<tech>8</tech>
<mass>15</mass>
<price>85000</price>
<description>A rail gun is a cannon that uses heavy magnetic pulses to accelerate pieces of debris to extremely high velocities. The impact caused by the pieces of debris can tear apart even the strongest ship hulls.</description>
<gfx_store>heavy</gfx_store>
</general>
<specific type="1" secondary="1">
<gfx>mass</gfx>
<sound>laser</sound>
<spfx>ExpS</spfx>
<delay>1100</delay>
<speed>650</speed>
<range>500</range>
<accuracy>10</accuracy>
<energy>30</energy>
<damage>
<armour>35</armour>
<shield>30</shield>
</damage>
</specific>
</outfit>
<outfit name="Missile Launcher"> <outfit name="Missile Launcher">
<general> <general>
<max>2</max> <max>2</max>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
gfx/outfit/space/mass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
gfx/outfit/store/heavy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB