Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 59b8e9c3abe5e5dfccca072b5183b04e8c801608 (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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
;
; ships.ini
; these are the ships that can be purchased with the 'buy' command
;

; ------------------------------------------------------------------ ;
;		MERCHANT
; ------------------------------------------------------------------ ;

[ship]
; identification label
label=vector
; name of the ship model
name=Micron Vector
; name of the .map file
model=maps/merchant/vector
; engine acceleration
acceleration=1.5
; maximum speed in game units per second
maxspeed=3.0
; rotation speed in degrees per second
turnspeed=45
; dealer price
price=12500
; cargo hold size, 10 is one metric tonne
cargo=50
; ship info
; ---- maximal width ------------------------| (no letters below the bar)
info=Micron Corporation's entry-level model
info=has been a hit sale for many decades.
info=Despite the moderate size of its cargo
info=hold, this ship offers a fast and
info=reliable means of transport, capable
info=of outrunning many larger ships.

[ship]
label=tensor
name=Micron Tensor
model=maps/merchant/tensor
acceleration=1.25
maxspeed=2.9
turnspeed=35
price=30000
cargo=100
; ---- maximal width ------------------------|
[ship]
label=matrix
name=Micron Matrix
model=maps/merchant/matrix
acceleration=1.0
maxspeed=2.8
turnspeed=30
jumpdrive=yes
price=50000
cargo=150

; ---- maximal width ------------------------|
info=The unprecedented success of the Vector
info=had stimulated the market for cheap
info=transport vessels and prompted Micron
info=Corporations to develop the larger
info=Matrix, with an increased cargo hold at
info=the cost of speed and manouverability.

[ship]
label=scalar
name=Micron Scalar
model=maps/merchant/scalar
acceleration=1.75
maxspeed=3.2
turnspeed=50
jumpdrive=yes
price=15000
cargo=25

; ---- maximal width ------------------------|
info=Due to rising pirate activity, the
info=Micron corporation saw a need in the
info=market for the protection of transport
info=vessels. Many traders could not always
info=rely on mercenaries to protect them, and
info=demanded a ship they could put employees
info=to work in to guard the convoy. Micron
info=developed the Scalar to take up the
info=task, utilizing two improved Micron VE-1
info=engines, and a new XE-1 engine. These
info=improvements made it faster than the
info=Vector, which had already been
info=retrofitted as a defense vessel
info=previously.



; ------------------------------------------------------------------ ;
;		MERCENARY
; ------------------------------------------------------------------ ;

[ship]
label=pod
name=P.O.D.
model=maps/mercenary/pod
acceleration=2.5
maxspeed=3.6
turnspeed=60
cargo=5
price=17500
; ---- maximal width ------------------------|
info=TODO

[ship]
label=archer
name=Archer
model=maps/mercenary/archer
acceleration=2.4
maxspeed=3.7
turnspeed=60
cargo=6
price=19000
; ---- maximal width ------------------------|
info=TODO

[ship]
label=longbow
name=Longbow
model=maps/mercenary/longbow
acceleration=2.4
maxspeed=3.7
turnspeed=60
cargo=10
price=22000
; ---- maximal width ------------------------|
info=TODO

;[ship]
;label=enforcer
;name=Enforcer
;model=maps/mercenary/enforcer
;acceleration=2.3
;maxspeed=3.5
;turnspeed=55
;cargo=40
;price=27000
; ---- maximal width ------------------------|
;info=TODO

[ship]
label=talon
name=Talon
model=maps/mercenary/talon
acceleration=2.6
maxspeed=3.8
turnspeed=55
cargo=3
price=24000
; ---- maximal width ------------------------|
info=TODO

[ship]
label=enforcer
name=Enforcer
model=maps/mercenary/enforcer
acceleration=2.5
maxspeed=3.7
turnspeed=50
cargo=8
price=23000
; ---- maximal width ------------------------|
info=TODO

; ------------------------------------------------------------------ ;
;		COLONIAL
; ------------------------------------------------------------------ ;

[ship]
label=custodian
name=Custodian
model=maps/colonial/custodian
acceleration=0.6
maxspeed=2.5
turnspeed=20
jumpdrive=yes

[ship]
label=sharkan
name=Sharkan
model=maps/colonial/sharkan
acceleration=2
maxspeed=4.0
turnspeed=80
cargo=2.5
price=10000
; ---- maximal width ------------------------|
info=This military scoutship's lack of
info=firepower is compensated by its 
info=phenomenal speed and manouverability.
info=The Sharkan is the fastest ship known
info=to exist, which makes it an excellent
info=choice for hit and run operations.

; ------------------------------------------------------------------ ;
;		INDEPENDENT
; ------------------------------------------------------------------ ;

[ship]
label=betelgeuse
name=Betelgeuse
model=maps/independent/betelgeuse
acceleration=0.5
maxspeed=2.25
turnspeed=5
jumpdrive=yes

[ship]
label=horizon
name=Horizon
model=maps/independent/horizon
acceleration=1.5
maxspeed=3.0
turnspeed=35

[ship]
label=orion
name=Orion
model=maps/independent/orion
acceleration=1.5
maxspeed=3.5
turnspeed=30

[ship]
label=bumblebee
name=Bumblebee
model=maps/independent/bumblebee
acceleration=1.5
maxspeed=3.5
turnspeed=30

[ship]
label=jupiter
name=Jupiter
model=maps/independent/jupiter
acceleration=1.5
maxspeed=2.5
turnspeed=40

[ship]
label=avenger
name=Avenger
model=maps/independent/avenger
acceleration=2
maxspeed=3
turnspeed=55

[ship]
label=shootingstar
name=Shooting Star
model=maps/independent/shootingstar
acceleration=1.8
maxspeed=3
turnspeed=50

[ship]
label=galaxy
name=Galaxy
model=maps/independent/galaxy
acceleration=0.75
maxspeed=2.0
turnspeed=15
jumpdrive=yes

; ------------------------------------------------------------------ ;
;		LINDBLADE
; ------------------------------------------------------------------ ;

[ship]
label=avatar
name=Avatar
model=maps/lindblade/avatar
acceleration=1.2
maxspeed=3.25
turnspeed=20
jumpdrive=yes

[ship]
label=supertanker
name=Supertanker
model=maps/lindblade/supertanker
acceleration=0.5
maxspeed=2.5
turnspeed=20
jumpdrive=yes

[ship]
label=halcyon
name=Halcyon
model=maps/lindblade/halcyon
acceleration=0.6
maxspeed=2.5
turnspeed=20
jumpdrive=yes
info=^1CLASSIFIED^N
info=
info=You are not authorized access to intel
info=regarding this ship.

; ------------------------------------------------------------------ ;
;		TSU-KHAN
; ------------------------------------------------------------------ ;

[ship]
label=colosus
name=Colosus
model=maps/tsukhan/colosus
acceleration=0.65
maxspeed=2.5
turnspeed=2.5
jumpdrive=yes
; ---- maximal width ------------------------|
info=^1CLASSIFIED^N
info=
info=You are not authorized access to intel
info=regarding this ship.

[ship]
label=imp
name=Imp
model=maps/tsukhan/imp
acceleration=1.5
maxspeed=3.7
turnspeed=60
jumpdrive=no
; ---- maximal width ------------------------|
info=The 'Imp' scout fighter was
info=designed to be cheap, and have a
info=powerful engine to push it through space
info=faster than any of its competition.
info=
info=During the Kuu-Saar civil war, many
info=who piloted Imps were ordered to
info=kamikaze into enemy capital ships. Since
info=they were so cheap to build, they often
info=played the role as inexpensive guided
info=torpedoes. Many Imp pilots carried a
info=single warhead in the tiny cargo bays,
info=and were used as last ditch efforts to 
info=destroy important hard-to-kill capital
info=ships.

[ship]
label=inquisitor
name=Inquisitor
model=maps/tsukhan/inquisitor
acceleration=1.2
maxspeed=3.5
turnspeed=50
jumpdrive=no
; ---- maximal width ------------------------|
info=The 'Inquisitor' Interceptor is the main
info=strike fighter of the Tsu-Khan navy. It
info=has been in use since the Kuu-Saar civil
info=war and won many key battles for the
info=Tsu-Khan empire.
info=
info=An experimental Interceptor fighter was
info=outfitted with a jump drive after the
info=Bringers of Great Knowledge disappeared.
info=The design was too costly to be viable
info=and the project was canned in favor of
info=the Carrier.

[ship]
label=panzer
name=Panzer
model=maps/tsukhan/panzer
acceleration=0.5
maxspeed=2.5
turnspeed=25
jumpdrive=yes
; ---- maximal width ------------------------|
info=The 'Panzer'-class Tsu-Khan destroyer
info=is a recent design with the hopes of
info=getting the best of both worlds from
info=frigates and capital ships. It has an
info=exceptional turn rate of a frigate, with 
info=the beam cannon of a capital ship.

[ship]
label=warbringer
name=Warbringer
model=maps/tsukhan/warbringer
acceleration=1.1
maxspeed=2.6
turnspeed=20
jumpdrive=yes
; ---- maximal width ------------------------|
info=Anticipating a war with an alien race on
info=the horizon, Tsu-Khan engineers designed
info=the Warbringer to transport and repair
info=many different sizes of ship, ranging 
info=from fighter to frigate. It can carry the
info=most ships out of all of the Tsu-Khan
info=capital ships in the fleet. Its primary
info=use is to give fighters jump capability.
info=A warbringer can jump to any star system
info=and deploy fighters to key battles, as
info=well as repair damaged fighters.

[ship]
label=camel
name=Camel
model=maps/tsukhan/camel
acceleration=1
maxspeed=2.7
turnspeed=30
jumpdrive=yes
; ---- maximal width ------------------------|
info=The Tsu-Khan Camel is the main work-
info=horse of the fleet and is used mainly to
info=transfer slaves and prisoners, as well
info=as food to distant Tsu-Khan occupied
info=star systems.
info=
info=The original Camels were used to
info=transport the remaining Tsu-Khan
info=population to their new home around the
info=moon. Some of the original Camels are
info=still in use.

[ship]
label=obliterator
name=Obliterator
model=maps/tsukhan/obliterator
acceleration=1
maxspeed=2.5
turnspeed=30
; ---- maximal width ------------------------|
info=The Tsu-Khan 'Obliterator' bomber is
info=most effective against frigates and
info=other large slow-moving ships. It has a
info=large torpedo bank for repeated bombing
info=of vulnerable ships.
info=
info=The Obliterator bomber was used on the
info=remaining opposition on Kiana Prime
info=during the Tsu-Khan Exodus.

[ship]
label=ravager
name=Ravager
model=maps/tsukhan/ravager
turnspeed=10
maxspeed=2.25
jumpdrive=yes
; ---- maximal width ------------------------|
info=The Ravager is the main heavy assault
info=ship of the Tsu-Khan fleet.
info=
info=It is based upon the original heavy
info=cruiser design that was used to win the
info=Kuu-Saar 500-year civil war.

; ------------------------------------------------------------------ ;
;		PIRATES
; ------------------------------------------------------------------ ;

[ship]
label=raider
name=Raider
model=maps/pirate/raider
acceleration=2.5
maxspeed=3.5
turnspeed=60
jumpdrive=no
cargo=5
price=12500
; ---- maximal width ------------------------|
info=The Raider is the main strike fighter of
info=various pirate factions. It is cheap to
info=build and effective in combat versus
info=lightly defended trade convoys. Many
info=pirate factions cover the surfaces of
info=their Raiders with spikes for more
info=effective ramming and boarding of ships.

[ship]
label=juggernaut
name=Juggernaut
model=maps/pirate/juggernaut
acceleration=0.5
maxspeed=2.5
turnspeed=20
jumpdrive=yes
price=1500000
cargo=1500
; ---- maximal width ------------------------|
info=The pirate Juggernaut is a flying 
info=fortress designed to serve as support 
info=carrier during raids on large ships
info=and small space stations. The Juggernaut
info=has a lower turning speed compared to
info=other capital ships. However, it has the
info=largest array of guns, allowing for a
info=deadly assault when in position.

; ------------------------------------------------------------------ ;
; 		NO FACTION(yet) or DERELICT
; ------------------------------------------------------------------ ;

[ship]
label=hades
name=Hades
model=maps/derelict/hades
acceleration=0.45
maxspeed=2.75
turnspeed=10
jumpdrive=yes
; ---- maximal width ------------------------|
info=^1CLASSIFIED^N
info=
info=You are not authorized access to intel
info=regarding this ship.

[ship]
label=ares
name=Ares
model=maps/derelict/ares
acceleration=0.50
maxspeed=2.70
turnspeed=10
jumpdrive=yes
; ---- maximal width ------------------------|
info=^1CLASSIFIED^N
info=
info=You are not authorized access to intel
info=regarding this ship.

;
; Test ship - model does not exist

[ship]
label=unknown
name=Unknown
model=unknown
turnspeed=75
maxspeed=3
jumpdrive=yes
; ---- maximal width ------------------------|
info=This ship is intended to test engine
info=behaviour on ships without model.