Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 1b7f6efe8e52b85602262dc456a9fdb636fd8b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
;
; game.ini
; game settings
;

; default settings for new players
;

[world]
; the default zone
zone=ghant

; ------------------------------------------------------------------
; 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=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