diff options
author | Evan Goers <mega@osirion.org> | 2010-12-06 11:35:35 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2010-12-06 11:35:35 +0000 |
commit | 3a1b51965c9037c06b20cdd91843bec66a6794b8 (patch) | |
tree | 7b6d83879c815bbf4ad8842cd514a1e032c560d8 /base/ini | |
parent | 4588220e28f21a3d03371b46b7109b1e830808e3 (diff) |
ships.ini: added 'miningdefender' (treated as a mobile manned gun platform).
defender.map: 'miningdefender' high-maneuverability defense craft.
surveyor.map: fixed headlight.
inquisitor.map: fixed cockpit.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 751930e..4386a23 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -181,6 +181,22 @@ turn = 4 roll = 1.4 [ship] +label=miningdefender +name=Mining Defender +template=ship_small +model=maps/miners/defender +jumpdrive=no + +price=7000 +cargo=2 + +thrust = 2.1 +impulse = 10 +strafe = 0.2 +turn = 10 +roll = 4 + +[ship] label=archer name=Archer template=ship_small |