Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: fd63dcbcfc1d21fb5e3db4d4c148a68f697a5d0e (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
;
; cargo.ini
;
; Faction definitions 

[faction]
; faction label
label=colonies
; faction full name
name=Independent Colonies
; [r g b] primary faction color, values in the 0-255 range
color=222 192 145
; [r g b] secondary faction color, values in the 0-255 range
colorsecond=160 160 160

[faction]
label=militia
name=Colonial Militia
color=100 100 230
colorsecond=192 192 40

[faction]
; faction label
label=lindblade
; faction full name
name=House Lindblade
; [r g b] primary faction color, values in the 0.0-1.0 range
color=0.5 0.1 0.1
; [r g b] secondary faction color, values in the 0.0-1.0 range
colorsecond=0.75 0.35 0

[faction]
label=miners
name=Joint Miners Asssociation
color=106 95 87
colorsecond=152 166 169

[faction]
label=pirates
name=Pirates
color=158 0 255
colorsecond=140 140 180