diff options
author | Evan Goers <mega@osirion.org> | 2011-10-08 17:05:10 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-10-08 17:05:10 +0000 |
commit | 0ced555ee4ff15a0acaf55ac7e6ccc33487f6102 (patch) | |
tree | 33b9fdf3c1c920b18bae77f604efc53d465f53db /base/ini | |
parent | 917153fd83a9440deadfd3da9e0574c741067380 (diff) |
New colonial battleship, 'goliath'. Work-in-progress.
Edited custodian to be a cruiser instead of a battleship.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 3b4036c..3f4a77e 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -299,20 +299,38 @@ info=At first glance, the Enforcer has little distinctive features compared to m [ship] label=custodian name=Custodian -template=ship_battleship +template=ship_cruiser model=maps/colonial/custodian jumpdrive=yes dock=yes price=750000 cargo=2500 -thrust=55 +thrust=22 +impulse=200 +strafe=1 +turn=15000 +roll=7000 + +info=The Custodian-class cruiser is the Independent Colonies most valued long-range fighter carrier. Equipped with a jumpdrive and a sizable launch bay, this carrier can deploy several wings of fighters to wherever conflict requires a swift resolution. + +[ship] +label=goliath +name=Goliath +template=ship_battleship +model=maps/colonial/goliath +jumpdrive=yes +dock=yes +price=1250000 +cargo=6000 + +thrust=28 impulse=280 -strafe=3 +strafe=1 turn=25000 roll=10000 -info=The Custodian class battleship is the Independent Colonies most valued long-range fighter carrier. Equipped with a jumpdrive and a sizable launch bay, this battleship is a force to be reckoned with. +info=The Goliath-class battleship is the primary assault warship of the Colonial Militia. It is a very old design that continues to stand strong against opposition. Truely ahead of it's time when originally designed, it helped win the battle against the Tsu-Khan. [ship] label=sharkan |