Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 257d8d50381d1bd2a3bf9c84053fb3e61e4dc01c (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
;
; factions.ini
;
; Faction definitions 

; human factions
[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

info=The Colonial Militia protects the Independent Colonies.

	[reputation]
	faction=default
	reputation=100
	
	[reputation]
	faction=pirates
	reputation=-100

; used to indicate neutral space
[faction]
label=neutral
name=Neutral
color=0.7 0.7 0.9
colorsecond=0.7 0.8 0.95

; used to indicate rogue space
[faction]
label=rogue
name=Rogue
color=0.5 0.5 0.5

	[reputation]
	faction=default
	reputation=-25

[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]
; faction label
label=praetoria
; faction full name
name=House Praetoria
color=217 131 0


[faction]
label=dagon
name=House Dagon
color=0.2 0.5 0.2
colorsecond=0.2 0.8 0.2

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

[faction]
label=research
name=Central Research
colorsecond=152 166 169
color=106 95 87

[faction]
label=mercenaries
name=Mercenaries Guild

	[reputation]
	faction=default
	reputation=0

[faction]
label=merchants
name=Merchants Association
color=24 132 8
colorsecond=255 238 58

	[reputation]
	faction=default
	reputation=0
	
[faction]
label=pirates
name=Pirates
color=0.6 0.5 0.1
colorsecond=0.2 0.2 0.2

info=Pirates are bad guys who want to steal your cargo.

	[reputation]
	faction=default
	reputation=-100
	
	[reputation]
	faction=militia
	reputation=-100

[faction]
label=camorra
name=Camorra Syndicate
color=0.6 0.5 0.1
colorsecond=0.2 0.2 0.2

	[reputation]
	faction=default
	reputation=-100

; tsu-khan factions
[faction]
label=tsukhan_civilians
name=Tsu-Khan Civilians
color=0.1 0.1 0.1
colorsecond=0.5 0 0.5

[faction]
label=tsukhan_military
name=Tsu-Khan Military
color=0.1 0.1 0.1
colorsecond=0.5 0 0.5

[faction]
label=tsukhan_elite
name=Tsu-Khan Elite
color=0.1 0.1 0.1
colorsecond=0.25 0.25 0.25

; other
[faction]
label=derelict
name=Derelict
color=0.2 0.2 0.2
colorsecond=0.3 0.3 0.3