diff --git a/TODO b/TODO index 2b60503..9bc466a 100644 --- a/TODO +++ b/TODO @@ -47,6 +47,8 @@ Minor: -- Configuration app for keybindings. -- Pilot titles. -- 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...: -- Multiplayer. diff --git a/dat/outfit.xml b/dat/outfit.xml index 2aa1455..57514b1 100644 --- a/dat/outfit.xml +++ b/dat/outfit.xml @@ -10,7 +10,7 @@ laser - lasergreen + laserred laser ExpS 500 @@ -34,7 +34,7 @@ laser_turret - lasergreen + laserred laser ExpS 300 @@ -47,7 +47,31 @@ 10 - + + + + 2 + 8 + 15 + 85000 + 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. + heavy + + + mass + laser + ExpS + 1100 + 650 + 500 + 10 + 30 + + 35 + 30 + + + 2 diff --git a/gfx/outfit/space/laserred.png b/gfx/outfit/space/laserred.png new file mode 100644 index 0000000..1946593 Binary files /dev/null and b/gfx/outfit/space/laserred.png differ diff --git a/gfx/outfit/space/mass.png b/gfx/outfit/space/mass.png new file mode 100644 index 0000000..77a1560 Binary files /dev/null and b/gfx/outfit/space/mass.png differ diff --git a/gfx/outfit/store/heavy.png b/gfx/outfit/store/heavy.png new file mode 100644 index 0000000..b0b9313 Binary files /dev/null and b/gfx/outfit/store/heavy.png differ