diff options
author | Evan Goers <mega@osirion.org> | 2012-02-08 03:49:36 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2012-02-08 03:49:36 +0000 |
commit | fc2cd03db07c0ce0edf54a915bb6eab7651814ef (patch) | |
tree | b4d78341e7c845c2c8fb510ed7c1352e5a196218 /base/ini | |
parent | bc1bebce41ce4092c75e5f3006521564ed4221e0 (diff) |
Enter the Dagon.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/factions.ini | 6 | ||||
-rw-r--r-- | base/ini/ships.ini | 18 |
2 files changed, 24 insertions, 0 deletions
diff --git a/base/ini/factions.ini b/base/ini/factions.ini index dfcef1a..9fe0a39 100644 --- a/base/ini/factions.ini +++ b/base/ini/factions.ini @@ -64,6 +64,12 @@ name=Pirates color=0.6 0.5 0.1 colorsecond=0.2 0.2 0.2 +[faction] +label=dagon +name=House Dagon +color=0.2 0.5 0.2 +colorsecond=0.2 0.8 0.2 + ; tsu-khan factions [faction] label=tsukhan_civilians diff --git a/base/ini/ships.ini b/base/ini/ships.ini index cef062c..4d6121f 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -646,6 +646,24 @@ info= info=For authorized personnel only. ; ------------------------------------------------------------------ ; +; DAGON +; ------------------------------------------------------------------ ; + +[ship] +label=leo +name=Leo +template=ship_small +model=maps/dagon/leo +price=12000 +cargo=6 + +thrust = 2.0 +impulse = 1.0 +strafe = 0.3 +turn = 8 +roll = 15 + +; ------------------------------------------------------------------ ; ; TSU-KHAN ; ------------------------------------------------------------------ ; |