Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 7d0544a7375b3a4adccd672d1fd483d033a32ce4 (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
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 degrees per second
turnspeed=45
; this is the default ship model
default=yes

[ship]
label=tensor
name=Micron Tensor
model=tensor
acceleration=1.25
maxspeed=2.9
turnspeed=35

[ship]
label=matrix
name=Micron Matrix
model=matrix
acceleration=1.0
maxspeed=2.8
turnspeed=30
jumpdrive=yes

[ship]
label=pod
name=P.O.D.
model=pod
acceleration=2.5
maxspeed=3.6
turnspeed=60

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

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

[ship]
label=obsidian
name=Obsidian
model=obsidian
acceleration=0.5
maxspeed=2.5
turnspeed=20
jumpdrive=yes

[ship]
label=nebulon
name=Nebulon
model=nebulon
acceleration=1
maxspeed=2.5
turnspeed=30

;
; Thorn's ships

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

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

;
; supertanker's ships

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

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

[ship]
label=supertanker
name=Supertanker Mk. II
model=supertanker
acceleration=0.5
maxspeed=2.5
turnspeed=20
jumpdrive=yes

[ship]
label=halcyon
name=Halcyon Destroyer
model=halcyon
acceleration=0.6
maxspeed=2.5
turnspeed=20
jumpdrive=yes

;
; Odin's ships

[ship]
label=heavycruiser
name=Heavy Cruiser
model=heavycruiser
acceleration=0.65
maxspeed=2.5
turnspeed=20
jumpdrive=yes

[ship]
label=scout
name=Scout
model=scout
acceleration=1.5
maxspeed=3.7
turnspeed=60
jumpdrive=no


[ship]
label=interceptor
name=Interceptor
model=interceptor
acceleration=1.2
maxspeed=3.5
turnspeed=50
jumpdrive=yes

[ship]
label=destroyer
name=Destroyer
model=destroyer
acceleration=0.5
maxspeed=2.5
turnspeed=40
jumpdrive=yes

[ship]
label=carrier
name=Carrier
model=carrier
acceleration=1
maxspeed=2.6
turnspeed=20
jumpdrive=yes

;
; Test ship - model does not exist

[ship]
label=unknown
name=Unknown
model=unknown
turnspeed=75
maxspeed=3
jumpdrive=yes