diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-21 19:11:31 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-21 19:11:31 +0000 |
commit | e847b329fefefce6cf5219674f9e5a6d74b3f63c (patch) | |
tree | 15334ea1fd78140df9bcc82c604e67d32670fc60 /base | |
parent | 56f24ba36ee9a9286d7bc3398644c381fd9c8f56 (diff) |
added second introduction
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/intro.ini | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/base/ini/intro.ini b/base/ini/intro.ini index ed70c7d..16d3df2 100644 --- a/base/ini/intro.ini +++ b/base/ini/intro.ini @@ -4,7 +4,12 @@ ; world description file for the intro module ; +; +; MERCHANT INTRO +; + [intro] +label=merchant sky=sky25 [convoy] @@ -51,3 +56,39 @@ name=Star color=1 1 1 radius=4 location=512 512 -128 + +; +; MILITARY +; + +[intro] +label=military +sky=sky31 + +[convoy] +; [r g b] entity primary color, values in the 0-255 range +color=222 192 145 +; origin of the convoy +location=-8 4 0 +; direction the convoy ships are flying to +direction=-45 +; speed of the convoy ships +speed=1 + +; convoy ships +ship=tsukhan/scout +ship=tsukhan/scout +ship=tsukhan/scout +ship=tsukhan/scout +ship=tsukhan/interceptor +ship=tsukhan/interceptor +ship=tsukhan/interceptor + +[globe] +bright=yes +label=star +name=Star +color=1 1 1 +radius=64 +location=512 96 128 + |