diff options
author | Stijn Buys <ingar@osirion.org> | 2013-09-27 21:16:35 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-09-27 21:16:35 +0000 |
commit | c580ece44f5171f6094d597497e03868f92cfd42 (patch) | |
tree | 82760057ef8b571f8b40ad080c9b8124b85d8060 /base/ini | |
parent | cf0cfb7f1eb2083160048933cb1ae276085b9645 (diff) |
Adds default armor settings to ship models.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/ships.ini | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 6be6716..bf2eba8 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -14,30 +14,37 @@ [template] label=ship_small radius=0.25 +armor=100 [template] label=ship_medium radius=0.5 +armor=200 [template] label=ship_large radius=1 +armor=500 [template] label=ship_frigate radius=2 +armor=1000 [template] label=ship_cruiser radius=4 +armor=2500 [template] label=ship_battleship radius=5 +armor=5000 [template] label=ship_dreadnought radius=8 +armor=10000 ; ------------------------------------------------------------------ ; ; MERCHANT @@ -576,7 +583,7 @@ strafe = 0.4 turn = 32 roll = 15 -info=The 'bumblebee' class corvette provides a solid comprimise between speed and firepower +info=The 'bumblebee' class corvette provides a solid comprimise between speed and firepower. info= info=Originally designed as a pleasure yacht by the Lindblade shipyards, the Bumblebee quickly found a niche among the independent market due to its attractive price. It provides a comfortable compromise between nimble engines and tough armor plating. |