Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
31 lars 1
//----------------------------------------
2
//    EXTERNAL INFOSTRINGS DATA
3
//----------------------------------------
4
 
5
// Fields --
6
// infoitem		the infostring type
7
// infostring	string to display when the reticle passes over the object
8
// textcolor	color of text to display -- TC_YELLOW or TC_RED
9
 
10
{
11
infoitem		II_HEALTH_REGEN
12
infostring	"Health Energy Terminal"
13
textcolor		TC_YELLOW
14
}
15
 
16
{
17
infoitem		II_ENERGY_REGEN
18
infostring	"Weapon Energy Terminal"
19
textcolor		TC_YELLOW
20
}
21
 
22
{
23
infoitem		II_AMMO_REGEN
24
infostring	"Weapon Energy Terminal"
25
textcolor		TC_YELLOW
26
}
27
 
28
{
29
infoitem		II_PLASMA_FILTER
30
infostring	"Plasma Filter"
31
textcolor		TC_RED
32
}
33
 
34
{
35
infoitem		II_ISODESIUM
36
infostring	"Isodesium"
37
textcolor		TC_YELLOW
38
}
39
 
40
{
41
infoitem		II_DIS_NODE
42
infostring	"Transporterscrambler"
43
textcolor		TC_RED
44
}
45
 
46
{
47
infoitem		II_IMOD
48
infostring	"Hovercar"
49
textcolor		TC_YELLOW
50
}
51
 
52
{
53
infoitem		II_SEDATIVE
54
infostring	"Solinol - Tranquilizer"
55
textcolor		TC_YELLOW
56
}
57
 
58
{
59
infoitem		II_TRUTH_SERUM
60
infostring	"Veritrax 12 - Truth Serum"
61
textcolor		TC_YELLOW
62
}
63
 
64
{
65
infoitem		II_CONTROL_SWITCH
66
infostring	"Control Switch"
67
textcolor		TC_YELLOW
68
}
69
 
70
{
71
infoitem		II_POWER_CRYSTAL
72
infostring	"Ammunition Crystal"
73
textcolor		TC_YELLOW
74
}
75
 
76
{
77
infoitem		II_STARFLEET_HELMET
78
infostring	"Starfleet Helmet"
79
textcolor		TC_YELLOW
80
}
81
 
82
{
83
infoitem		II_ELEVATOR_SWITCH
84
infostring	"Elevator Switch"
85
textcolor		TC_YELLOW
86
}
87
 
88
{
89
infoitem		II_TURBOLIFT_PANEL
90
infostring	"Turbolift Control Panel"
91
textcolor		TC_YELLOW
92
}
93
 
94
{
95
infoitem		II_LIFT_PANEL
96
infostring	"Lift Control Panel"
97
textcolor		TC_YELLOW
98
}
99
 
100
{
101
infoitem		II_CONTROL_PANEL
102
infostring	"Control Panel"
103
textcolor		TC_YELLOW
104
}
105
 
106
{
107
infoitem		II_CONTROL_PANEL
108
infostring	"Control Panel"
109
textcolor		TC_YELLOW
110
}
111
 
112
{
113
infoitem		II_BORG1
114
infostring		"Days like these"
115
textcolor		TC_YELLOW
116
}
117
 
118
{
119
infoitem		II_BORG2
120
infostring		"Incursion"
121
textcolor		TC_YELLOW
122
}
123
 
124
{
125
infoitem		II_HOLODECK
126
infostring		"The only option"
127
textcolor		TC_YELLOW
128
}
129
 
130
{
131
infoitem		II_VOY1
132
infostring		"Nemesis"
133
textcolor		TC_YELLOW
134
}
135
 
136
{
137
infoitem		II_VOY2
138
infostring		"Flashback"
139
textcolor		TC_YELLOW
140
}
141
 
142
{
143
infoitem		II_VOY3
144
infostring		"Minas"
145
textcolor		TC_YELLOW
146
}
147
 
148
{
149
infoitem		II_VOY4
150
infostring		"Pieces of Information"
151
textcolor		TC_YELLOW
152
}
153
 
154
{
155
infoitem		II_VOY5
156
infostring		"Pursuit"
157
textcolor		TC_YELLOW
158
}
159
 
160
{
161
infoitem		II_STASIS1
162
infostring		"Secrets"
163
textcolor		TC_YELLOW
164
}
165
 
166
{
167
infoitem		II_STASIS2
168
infostring		"Escape - Part 1"
169
textcolor		TC_YELLOW
170
}
171
 
172
{
173
infoitem		II_STASIS3
174
infostring		"Escape - Part 2"
175
textcolor		TC_YELLOW
176
}
177
 
178
{
179
infoitem		II_VOY6
180
infostring		"Escape - Part 3"
181
textcolor		TC_YELLOW
182
}
183
 
184
{
185
infoitem		II_VOY7
186
infostring		"Strategic decisions"
187
textcolor		TC_YELLOW
188
}
189
 
190
{
191
infoitem		II_VOY8
192
infostring		"Flashback II"
193
textcolor		TC_YELLOW
194
}
195
 
196
{
197
infoitem		II_SCAV1
198
infostring		"Back on Hetlek"
199
textcolor		TC_YELLOW
200
}
201
 
202
{
203
infoitem		II_SCAV2
204
infostring		"The Dig"
205
textcolor		TC_YELLOW
206
}
207
 
208
{
209
infoitem		II_SCAV3
210
infostring		"Lower levels - Part 1"
211
textcolor		TC_YELLOW
212
}
213
 
214
{
215
infoitem		II_SCAV3B
216
infostring		"Lower levels - Part 2"
217
textcolor		TC_YELLOW
218
}
219
 
220
{
221
infoitem		II_SCAV4
222
infostring		"Lower levels - Part 3"
223
textcolor		TC_YELLOW
224
}
225
 
226
{
227
infoitem		II_SCAV5
228
infostring		"Ancient Dream"
229
textcolor		TC_YELLOW
230
}
231
 
232
{
233
infoitem		II_SCAVBOSS
234
infostring		"Abyss"
235
textcolor		TC_YELLOW
236
}
237
 
238
{
239
infoitem		II_VOY9
240
infostring		"The Bridge"
241
textcolor		TC_YELLOW
242
}
243
 
244
{
245
infoitem		II_BORG3
246
infostring		"On the Shoulders of Giants"
247
textcolor		TC_YELLOW
248
}
249
 
250
{
251
infoitem		II_BORG4
252
infostring		"Gordon Solitaire"
253
textcolor		TC_YELLOW
254
}
255
 
256
{
257
infoitem		II_BORG5
258
infostring		"United"
259
textcolor		TC_YELLOW
260
}
261
 
262
{
263
infoitem		II_BORG6
264
infostring		"The Device - Part 1"
265
textcolor		TC_YELLOW
266
}
267
 
268
{
269
infoitem		II_VOY13
270
infostring		"The Device - Part 2"
271
textcolor		TC_YELLOW
272
}
273
 
274
{
275
infoitem		II_VOY14
276
infostring		"Visual Confirmation"
277
textcolor		TC_YELLOW
278
}
279
 
280
{
281
infoitem		II_VOY15
282
infostring		"Offense"
283
textcolor		TC_YELLOW
284
}
285
 
286
{
287
infoitem		II_DN1
288
infostring		"The Breach"
289
textcolor		TC_YELLOW
290
}
291
 
292
{
293
infoitem		II_DN2
294
infostring		"Command"
295
textcolor		TC_YELLOW
296
}
297
 
298
{
299
infoitem		II_DN3
300
infostring		"Primary Encounter"
301
textcolor		TC_YELLOW
302
}
303
 
304
{
305
infoitem		II_DN4
306
infostring		"The Skirmish"
307
textcolor		TC_YELLOW
308
}
309
 
310
{
311
infoitem		II_DN5
312
infostring		"Defensive Measures"
313
textcolor		TC_YELLOW
314
}
315
 
316
{
317
infoitem		II_TRAIN
318
infostring		"Transit"
319
textcolor		TC_YELLOW
320
}
321
 
322
{
323
infoitem		II_DN6
324
infostring		"Attunement"
325
textcolor		TC_YELLOW
326
}
327
 
328
{
329
infoitem		II_DN8
330
infostring		"Array"
331
textcolor		TC_YELLOW
332
}
333
 
334
{
335
infoitem		II_VOY16
336
infostring		"Invasion"
337
textcolor		TC_YELLOW
338
}
339
 
340
{
341
infoitem		II_VOY17
342
infostring		"Decisions"
343
textcolor		TC_YELLOW
344
}
345
 
346
{
347
infoitem		II_FORGE1
348
infostring		"External Stimuli"
349
textcolor		TC_YELLOW
350
}
351
 
352
{
353
infoitem		II_FORGE2
354
infostring		"Matrix"
355
textcolor		TC_YELLOW
356
}
357
 
358
{
359
infoitem		II_FORGE3
360
infostring		"Onslaught"
361
textcolor		TC_YELLOW
362
}
363
 
364
{
365
infoitem		II_FORGE4
366
infostring		"Visual Magnitude"
367
textcolor		TC_YELLOW
368
}
369
 
370
{
371
infoitem		II_FORGE5
372
infostring		"Dissolution"
373
textcolor		TC_YELLOW
374
}
375
 
376
{
377
infoitem		II_FORGEBOSS
378
infostring		"Command Decision"
379
textcolor		TC_YELLOW
380
}
381
 
382
{
383
infoitem		II_VOY20
384
infostring		"Epilogue"
385
textcolor		TC_YELLOW
386
}
387
 
388
 
389
{
390
infoitem		II_TUTORIAL
391
infostring		"Tutorial"
392
textcolor		TC_YELLOW
393
}
394
 
395
 
396
{
397
infoitem		II_NOVEL
398
infostring		"Vulcan Love Slave 3: Ponn Farr à Trois by R.W. Love"
399
textcolor		TC_YELLOW
400
}