Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 46504bff63f3fd47359011f4351123b4cbe64a4c (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
; ship specifications
;
; these are the ships that can be purchased with the 'buy' command

[ship]
; identification label
label=vector
; name of the ship model
name=Micron Vector
; name of the .map file
model=vector
; engine acceleration
acceleration=1.5
; maximum speed in game units per second
maxspeed=3.0
; rotation speed in rotations/second
turnspeed=0.20
; this is the default ship model
default=yes

[ship]
label=tensor
name=Micron Tensor
model=tensor
acceleration=1.25
maxspeed=3.0
turnspeed=0.15

[ship]
label=matrix
name=Micron Matrix
model=matrix
acceleration=1.0
maxspeed=3.0
turnspeed=0.10


[ship]
label=canasta
name=Canasta
model=canasta
acceleration=1.25
maxspeed=3.0
turnspeed=0.2

[ship]
label=sharkan
name=Sharkan
model=sharkan
acceleration=2
maxspeed=4.0
turnspeed=0.3

[ship]
label=orion
name=Orion
model=orion
acceleration=1.5
maxspeed=3.5
turnspeed=0.25

[ship]
name=Shuttle
model=shuttle
acceleration=1.4
maxspeed=3.725
turnspeed=0.15

[ship]
label=custodian
name=Custodian
model=custodian
acceleration=0.5
maxspeed=1.5
turnspeed=0.08

[ship]
label=obsidian
name=Obsidian
model=obsidian
acceleration=0.4
maxspeed=1.5
turnspeed=0.075