Skip to content

Commit 529c65d

Browse files
committedJun 13, 2024
Finalization
The Diba are finally ready turret-wise. Unfortunately, I'm still using the wrong sprites... But the turrets are all worked out, save the ones that can shoot inside the circle.
1 parent 85fc3a4 commit 529c65d

File tree

1 file changed

+30
-34
lines changed

1 file changed

+30
-34
lines changed
 

‎data/Diba/ships.txt

+30-34
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ship "Ithquaya"
5555
"cost" 1000000
5656
"shields" 2000
5757
"hull" 1000
58-
# "automaton"1
58+
"automaton" 1
5959
"bunks" 1
6060
"mass" 75
6161
"drag" 1.5
@@ -67,17 +67,16 @@ ship "Ithquaya"
6767
"weapon capacity" 30
6868
"thrust" 40
6969
"turn" 120
70-
#"reverse thrust" 2
70+
"reverse thrust" 2
7171
"hull repair" .02
7272
"shield generation" .2
7373
"self destruct" .2
74-
# "energy generation" 2.66
75-
# "cooling" 5.6
7674
"scram drive" .2
7775
"jump fuel" 100
7876
"hyperdrive" 1
77+
"energy generation" 1
7978
licenses
80-
# Diba
79+
Diba
8180
weapon
8281
"blast radius" 80
8382
"shield damage" 800
@@ -109,7 +108,7 @@ ship "Arbquaya"
109108
"cost" 2000000
110109
"shields" 4000
111110
"hull" 2000
112-
# "automaton"1
111+
"automaton" 1
113112
"bunks" 1
114113
"mass" 150
115114
"drag" 5
@@ -121,17 +120,16 @@ ship "Arbquaya"
121120
"weapon capacity" 60
122121
"thrust" 80
123122
"turn" 240
124-
#"reverse thrust" 4
123+
"reverse thrust" 4
125124
"hull repair" .04
126125
"shield generation" .4
127126
"self destruct" .5
128-
# "energy generation" 5.32
129-
# "cooling" 11.2
130127
"scram drive" .4
131128
"jump fuel" 100
132129
"hyperdrive" 1
130+
"energy generation" 1
133131
licenses
134-
# Diba
132+
Diba
135133
weapon
136134
"blast radius" 80
137135
"shield damage" 800
@@ -171,7 +169,7 @@ ship "Tamquaya"
171169
"cost" 4000000
172170
"shields" 8000
173171
"hull" 4000
174-
# "automaton"1
172+
"automaton" 1
175173
"bunks" 1
176174
"mass" 400
177175
"drag" 8
@@ -183,17 +181,16 @@ ship "Tamquaya"
183181
"diba gun ports" -8
184182
"thrust" 120
185183
"turn" 360
186-
#"reverse thrust" 8
184+
"reverse thrust" 8
187185
"hull repair" .08
188186
"shield generation" .8
189187
"self destruct" .7
190-
# "energy generation" 10.64
191-
# "cooling" 22.4
192188
"scram drive" .6
193189
"jump fuel" 100
194190
"hyperdrive" 1
191+
"energy generation" 1
195192
licenses
196-
# Diba
193+
Diba
197194
weapon
198195
"blast radius" 80
199196
"shield damage" 800
@@ -247,7 +244,7 @@ ship "Tahquaya"
247244
"cost" 8000000
248245
"shields" 16000
249246
"hull" 8000
250-
# "automaton"1
247+
"automaton" 1
251248
"bunks" 1
252249
"mass" 600
253250
"drag" 13
@@ -259,17 +256,16 @@ ship "Tahquaya"
259256
"weapon capacity" 240
260257
"thrust" 160
261258
"turn" 480
262-
#"reverse thrust" 8
259+
"reverse thrust" 8
263260
"hull repair" .08
264261
"shield generation" .8
265262
"self destruct" .9
266-
#"energy generation" 21.28
267-
#"cooling" 44.8
268263
"scram drive" .4
269264
"jump fuel" 100
270265
"hyperdrive" 1
266+
"energy generation" 1
271267
licenses
272-
# "Diba"
268+
Diba
273269
weapon
274270
"blast radius" 80
275271
"shield damage" 800
@@ -310,30 +306,30 @@ ship "Tahquaya"
310306
turret 90 -90 # top right
311307
angle 45
312308
arc -30 30
313-
turret -116 -44.5 # between top left and left
309+
turret -52 -117.5 # top and top left
310+
angle 337.5
311+
arc -30 30
312+
turret 48 -121 # top and top right
313+
angle 22.5
314+
arc -30 30
315+
turret -120 -44.5 # left and top left
314316
angle 292.5
315317
arc -30 30
316-
turret -116 44.5 # between top right and right
318+
turret 127 -47.5 # right and top right
317319
angle 67.5
318320
arc -30 30
319-
turret -70.5 -109.5 # between top and top left
320-
angle 337.5
321+
turret -123.5 47 # left and bottom left
322+
angle 247.5
321323
arc -30 30
322-
turret -70.5 109.5 # between top and top right
323-
angle 22.5
324+
turret 127 41.5 # right and bottom right
325+
angle 112.5
324326
arc -30 30
325-
turret -43 139.5 # between bottom left and bottom
327+
turret -53 132.5 # bottom left and bottom
326328
angle 202.5
327329
arc -30 30
328-
turret -118.5 59.5 # between left and bottom left
329-
angle 247.5
330-
arc -30 30
331-
turret 43 139.5 # between bottom right and bottom
330+
turret 73.5 134.5 # bottom right and bottom
332331
angle 157.5
333332
arc -30 30
334-
turret 118.5 59.5 # between right and bottom right
335-
angle 112.5
336-
arc -30 30
337333
leak "leak" 50 50
338334
leak "flame" 50 80
339335
leak "big leak" 90 30

0 commit comments

Comments
 (0)