From f1d92bf3d471914b9cc39f1dac454a03634e4b07 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 Jan 2015 20:25:17 +0000 Subject: Added options to join Militia or Pirates. --- base/ini/game.ini | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'base/ini/game.ini') diff --git a/base/ini/game.ini b/base/ini/game.ini index 4eb8ada..1b7f6ef 100644 --- a/base/ini/game.ini +++ b/base/ini/game.ini @@ -6,13 +6,41 @@ ; default settings for new players ; -[player] -; zone a new player will start in +[world] +; the default zone zone=ghant -; ship a new player receives + +; ------------------------------------------------------------------ +; default character +[character] +; +label=default +; where the a player will spawn +spawn=ghant::alexandria +; the type of ship a new player receives ship=vector ; the type of cannon the ship will be armed with cannon=laser1 + ; amount of credits a new player receives -credits=5000 +credits=7500 +; ------------------------------------------------------------------ +; militia character +[character] +label=militia +spawn=ghant:custodian +faction=militia +ship=tiger +cannon=blaster1 +credits=7500 + +; ------------------------------------------------------------------ +; pirate character +[character] +label=pirates +spawn=ghant:kledden +faction=pirates +ship=raider +cannon=laser1 +credits=5000 \ No newline at end of file -- cgit v1.2.3