diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-07 14:55:48 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-07 14:55:48 +0000 |
commit | 92dfcd3ad1be9725736b8ab7631b3519ea9a8611 (patch) | |
tree | afb112b8cb92d06512fb392f3453bbf822b9864e /base/ini/zones | |
parent | b1981a6362f0d6c817c3adff02413968656482ae (diff) |
updated ini files,
unknown system,
flame particles
Diffstat (limited to 'base/ini/zones')
-rw-r--r-- | base/ini/zones/ghant.ini | 2 | ||||
-rw-r--r-- | base/ini/zones/unknown.ini | 68 |
2 files changed, 69 insertions, 1 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index c72ea6f..a0efc00 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -84,7 +84,7 @@ default=yes [station] label=custodian name=battleship Custodian -model=colonial/battleship +model=colonial/custodian location=-204 -656 32 direction=305 color=222 192 145 diff --git a/base/ini/zones/unknown.ini b/base/ini/zones/unknown.ini new file mode 100644 index 0000000..694d7ea --- /dev/null +++ b/base/ini/zones/unknown.ini @@ -0,0 +1,68 @@ +[zone] +name=Unknown system +default=no + +[navpoint] +label=navpoint_origin +name=Navigation point Origin +location=0 0 0 + +[entity] +label=vector +name=Micron Vector +model=merchant/vector +location=4 -8 0 +color=0.5 0 0 +colorsecond=0.8 0.2 0 + +[entity] +label=matrix +name=Micron Tensor +model=merchant/tensor +location=4 0 0 +color=0.5 0 0 +colorsecond=0.8 0.2 0 + +[entity] +label=matrix +name=Micron Matrix +model=merchant/matrix +location=4 8 0 +color=0.5 0 0 +colorsecond=0.8 0.2 0 + +[entity] +label=heavycruiser +label=Tsu'Khan Heavy Cruiser +model=tsukhan/heavycruiser +location=32 -16 0 +color=127 26 127 + +[entity] +label=juggernaut +name=Pirate Juggernaut +model=pirate/juggernaut +location=32 16 0 + +[entity] +label=custodian +name=Colonial Battleship +model=colonial/custodian +location=32 32 0 + +[entity] +label=alexandria +name=Alexandria outpost +model=colonial/alexandria +location=32 64 0 +direction=270 +color=222 192 145 + +[entity] +label=ensor +name=Ensor station +model=independent/ensor +location=32 -64 0 +color=0.7 0.7 0.9 +colorsecond=0.7 0.8 0.95 +direction=90
\ No newline at end of file |