Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77f1ea7

Browse files
committedDec 1, 2024·
Engine split
1 parent fc62feb commit 77f1ea7

File tree

3 files changed

+123
-81
lines changed

3 files changed

+123
-81
lines changed
 

‎data/jibauni/jibauni outfits.txt

+67-45
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Copyright (c) 2024 by Loymdayddaud
22
#
3-
# Jibauni is free software: you can redistribute it and/or modify it under the
3+
# Endless Sky is free software: you can redistribute it and/or modify it under the
44
# terms of the GNU General Public License as published by the Free Software
55
# Foundation, either version 3 of the License, or (at your option) any later version.
66
#
7-
# Jibauni is distributed in the hope that it will be useful, but WITHOUT ANY
7+
# Endless Sky is distributed in the hope that it will be useful, but WITHOUT ANY
88
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
99
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
1010
#
@@ -50,80 +50,102 @@ outfit "Tamum Shield Generator"
5050
"fuel capacity" 110
5151

5252

53-
outfit "Eimlaq Engines"
54-
plural "Eimlaq Engines"
53+
outfit "Eimlaq Steering"
54+
plural "Eimlaq Steering"
5555
category "Engines"
56-
cost 800000
57-
"mass" 100
58-
"outfit space" -90
59-
"engine capacity" -70
60-
"thrust" 50
61-
"thrusting energy" 4
62-
"thrusting heat" 20
63-
"thrusting fuel" .1
64-
"reverse thrust" 10
65-
"reverse thrusting energy" .3
66-
"reverse thrusting heat" 2
67-
"reverse thrusting fuel" .01
56+
cost 395000
57+
"mass" 40
58+
"outfit space" -43
59+
"engine capacity" -47
6860
"turn" 1250
6961
"turning energy" 2
7062
"turning heat" 12
7163
"turning fuel" 1.25
72-
"slowing resistance" .1
73-
"slowing resistance fuel" .1
64+
"slowing resistance" .049
65+
"slowing resistance fuel" .049
7466
"steering flare sprite" "effect/atomic flare/large"
7567
"frame rate" 11
7668
"steering flare sound" "eimlaq engines"
69+
70+
outfit "Eimlaq Thrusters"
71+
plural "Eimlaq Thrusters"
72+
category "Engines"
73+
cost 390000
74+
"mass" 100
75+
"outfit space" -47
76+
"engine capacity" -47
77+
"thrust" 50
78+
"thrusting energy" 4
79+
"thrusting heat" 20
80+
"thrusting fuel" .1
81+
"slowing resistance" .051
82+
"slowing resistance fuel" .051
7783
"flare sprite" "effect/atomic flare/huge"
7884
"frame rate" 10
7985
"flare sound" "eimlaq engines"
8086

81-
outfit "Wasita Engines"
87+
outfit "Wasita Steering"
8288
category "Engines"
83-
plural "Wasita Engines"
84-
cost 450000
85-
"mass" 30
86-
"outfit space" -50
87-
"engine capacity" -30
88-
"thrust" 27
89-
"thrusting energy" 1
90-
"thrusting heat" 10
91-
"thrusting fuel" .65
92-
"reverse thrust" 3
93-
"reverse thrusting energy" 0.2
94-
"reverse thrusting heat" 1
95-
"reverse thrusting fuel" .003
89+
plural "Wasita Steering"
90+
cost 220000
91+
"mass" 24
92+
"outfit space" -24
93+
"engine capacity" -24
9694
"turn" 600
9795
"turning energy" .7
9896
"turning heat" 4
9997
"turning fuel" .6
100-
"slowing resistance" .05
101-
"slowing resistance fuel" .05
98+
"slowing resistance" .025
99+
"slowing resistance fuel" .025
102100
"steering flare sprite" "effect/atomic flare/tiny"
103101
"frame rate" 11
104102
"steering flare sound" "wasita engines"
103+
104+
outfit "Wasita Thrusters"
105+
category "Engines"
106+
plural "Wasita Steering"
107+
cost 220000
108+
"mass" 26
109+
"outfit space" -26
110+
"engine capacity" -26
111+
"thrust" 27
112+
"thrusting energy" 1
113+
"thrusting heat" 10
114+
"thrusting fuel" .65
115+
"slowing resistance" .025
116+
"slowing resistance fuel" .025
105117
"flare sprite" "effect/atomic flare/small"
106118
"frame rate" 10
107119
"flare sound" "wasita engines"
108120

109-
outfit "Alhaja Engines"
121+
outfit "Alhaja Steering"
110122
category "Engines"
111-
plural "Alhaja Engines"
112-
cost 100000
113-
"mass" 30
114-
"outfit space" -20
115-
"engine capacity" -15
116-
"thrust" 5
117-
"thrusting energy" .6
118-
"thrusting heat" .5
123+
plural "Alhaja Steering"
124+
cost 49000
125+
"mass" 9
126+
"outfit space" -9
127+
"engine capacity" -9
119128
"turn" 99
120129
"turning energy" .5
121130
"turning heat" .7
122-
"slowing resistance" .01
123-
"slowing resistance fuel" .01
131+
"slowing resistance" .005
132+
"slowing resistance fuel" .005
124133
"steering flare sprite" "effect/atomic flare/tiny"
125134
"frame rate" 11
126135
"steering flare sound" "alhaja engines"
136+
137+
outfit "Alhaja Thrusters"
138+
category "Engines"
139+
plural "Alhaja Thrusters"
140+
cost 51000
141+
"mass" 11
142+
"outfit space" -11
143+
"engine capacity" -11
144+
"thrust" 5
145+
"thrusting energy" .6
146+
"thrusting heat" .5
147+
"slowing resistance" .005
148+
"slowing resistance fuel" .005
127149
"flare sprite" "effect/atomic flare/small"
128150
"frame rate" 10
129151
"flare sound" "alhaja engines"

‎data/jibauni/jibauni ships.txt

+38-21
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Copyright (c) 2024 by Loymdayddaud
22
#
3-
# Jibauni is free software: you can redistribute it and/or modify it under the
3+
# Endless Sky is free software: you can redistribute it and/or modify it under the
44
# terms of the GNU General Public License as published by the Free Software
55
# Foundation, either version 3 of the License, or (at your option) any later version.
66
#
7-
# Jibauni is distributed in the hope that it will be useful, but WITHOUT ANY
7+
# Endless Sky is distributed in the hope that it will be useful, but WITHOUT ANY
88
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
99
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
1010
#
@@ -46,7 +46,8 @@ ship "Larajal"
4646
"Jahgir Energy Generator"
4747
"Minjal"
4848

49-
"Alhaja Engines"
49+
"Alhaja Steering"
50+
"Alhaja Thrusters"
5051

5152
engine 0 0
5253
gun -39 -14.5 "Jibauni Small Laser"
@@ -98,7 +99,8 @@ ship "Muraw"
9899
"Watsaq Energy Generator"
99100
"Minjal"
100101

101-
"Alhaja Engines"
102+
"Alhaja Steering"
103+
"Alhaja Thrusters"
102104

103105
engine 0 0
104106
turret 0 0 "Lilsa Anti-Missile"
@@ -148,7 +150,8 @@ ship "Latbaliday"
148150
"Jahgir Energy Generator"
149151
"Minjal"
150152

151-
"Alhaja Engines"
153+
"Alhaja Steering"
154+
"Alhaja Thrusters"
152155

153156
gun 0 0 "Jibauni Small Laser"
154157
leak "leak" 50 50
@@ -242,7 +245,8 @@ ship "Duntay"
242245

243246
"Jahgir Energy Generator"
244247

245-
"Alhaja Engines"
248+
"Alhaja Steering"
249+
"Alhaja Thrusters"
246250

247251
engine 0 0
248252
gun 0 10 "Jibauni Small Laser"
@@ -338,7 +342,8 @@ ship "Saghir"
338342
"Jamum Shield Generator"
339343
"Minjal"
340344

341-
"Wasita Engines"
345+
"Wasita Steering"
346+
"Wasita Thrusters"
342347
"Hyperdrive"
343348

344349
engine 0 0
@@ -373,7 +378,7 @@ ship "Furus"
373378
"cargo space" 7
374379
"outfit space" 195
375380
"weapon capacity" 26
376-
"engine capacity" 70
381+
"engine capacity" 72
377382
"jibauni generator" 1
378383
"fuel protection" .15
379384
licenses
@@ -392,7 +397,8 @@ ship "Furus"
392397
"Jamum Shield Generator"
393398
"Minjal"
394399

395-
"Eimlaq Engines"
400+
"Wasita Steering"
401+
"Eimlaq Thrusters"
396402
"Hyperdrive"
397403

398404
engine 0 0
@@ -407,7 +413,7 @@ ship "Furus"
407413
explode "medium explosion" 25
408414
explode "large explosion" 10
409415
"final explode" "final explosion medium"
410-
description "While the Jibauni are not really into interceptors, preferring drones and fighters instead, they have built two, this one a speedy little ship with outsized engines. In fact, veteran captains tell new pilots not to get one, for they might run into one of their own missiles. There are no recorded incidents of this happening, but given the size of the Furus's engines and the abysmal speed of Rukjay missiles, it could easily happen."
416+
description "While the Jibauni are not really into interceptors, preferring drones and fighters instead, they have built two, this one a speedy little ship with outsized thrusters. In fact, veteran captains tell new pilots not to get one, for they might run into one of their own missiles. There are no recorded incidents of this happening, but given the size of the Furus's thrusters and the abysmal speed of Rukjay missiles, it could easily happen."
411417

412418
ship "Minaldmasmin"
413419
sprite "ship/minaldmasmin"
@@ -450,7 +456,8 @@ ship "Minaldmasmin"
450456
"Jamum Shield Generator"
451457
"Minjal"
452458

453-
"Eimlaq Engines"
459+
"Eimlaq Steering"
460+
"Eimlaq Thrusters"
454461
"Hyperdrive"
455462

456463
engine 0 0
@@ -502,7 +509,8 @@ ship "Qudaw"
502509
outfits
503510
"Fueler 100"
504511
"Watsaq Energy Generator"
505-
"Wasita Engines"
512+
"Wasita Steering"
513+
"Wasita Thrusters"
506514

507515
engine 0 0
508516
turret 0 0
@@ -549,7 +557,8 @@ ship "Nakil"
549557
"Jamum Shield Generator"
550558
"Minjal" 5
551559

552-
"Eimlaq Engines"
560+
"Eimlaq Steering"
561+
"Eimlaq Thrusters"
553562
"Hyperdrive"
554563

555564
engine 0 0
@@ -608,7 +617,8 @@ ship "Quyan"
608617
"Jamum Shield Generator"
609618
"Minjal" 12
610619

611-
"Eimlaq Engines"
620+
"Eimlaq Steering"
621+
"Eimlaq Thrusters"
612622
"Hyperdrive"
613623

614624
engine 0 0
@@ -663,7 +673,8 @@ ship "Yiyharsi"
663673
"Jamum Shield Generator"
664674
"Minjal" 6
665675

666-
"Wasita Engines"
676+
"Wasita Steering"
677+
"Wasita Thrusters"
667678
"Hyperdrive"
668679

669680
engine 0 0
@@ -719,7 +730,8 @@ ship "Nathas"
719730
"Jamum Shield Generator"
720731
"Minjal" 2
721732

722-
"Eimlaq Engines"
733+
"Eimlaq Steering"
734+
"Eimlaq Thrusters"
723735
"Hyperdrive"
724736

725737
engine 0 0
@@ -773,7 +785,8 @@ ship "Nathaq"
773785
"Jamum Shield Generator"
774786
"Minjal" 9
775787

776-
"Eimlaq Engines"
788+
"Eimlaq Steering"
789+
"Eimlaq Thrusters"
777790
"Hyperdrive"
778791

779792
engine 0 0
@@ -837,7 +850,8 @@ ship "Nathar"
837850
"Tamum Shield Generator"
838851
"Minjal" 72
839852

840-
"Eimlaq Engines"
853+
"Eimlaq Steering"
854+
"Eimlaq Thrusters"
841855
"Hyperdrive"
842856

843857
engine 0 0
@@ -900,8 +914,10 @@ ship "Safinat"
900914
"Tamum Shield Generator" 3
901915
"Minjal" 61
902916

903-
"Eimlaq Engines" 2
904-
"Wasita Engines"
917+
"Eimlaq Steering" 2
918+
"Eimlaq Thrusters" 2
919+
"Wasita Steering"
920+
"Wasita Thrusters"
905921
"Hyperdrive"
906922

907923
engine 0 0
@@ -964,7 +980,8 @@ ship "Osra"
964980
"hit force" 180
965981
outfits
966982
"Jahgir Energy Generator"
967-
"Alhaja Engines"
983+
"Alhaja Steering"
984+
"Alhaja Thrusters"
968985

969986
engine 0 0
970987
leak "leak" 50 50

‎data/jibauni/jibauni.txt

+18-15
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ outfitter "Lamalmuq"
5151
"Small Map"
5252

5353
outfitter "Jibauni Basics"
54-
"Alhaja Engines"
54+
"Alhaja Steering"
55+
"Alhaja Thrusters"
5556
"Cargo Expansion"
5657
"Cargo Scanner"
5758
"Hyperdrive"
@@ -66,32 +67,33 @@ outfitter "Jibauni Basics"
6667
"Small Bunk Room"
6768
"Small Map"
6869
"Bunk"
70+
"Wasita Steering"
71+
"Wasita Thrusters"
6972
"Watsaq Energy Generator"
7073

7174
outfitter "Jibauni Advanced"
72-
"Alhaja Engines"
73-
"Asteroid Scanner"
75+
"Alhaja Steering"
76+
"Alhaja Thrusters"
77+
"Aljaraar Tractor Beam"
78+
"Almash Scanner"
79+
"Altaedin Laser"
80+
"Alwaqud Fuel Pod"
81+
"Bunk"
7482
"Bunk Room"
75-
"Brig"
7683
"Cargo Expansion"
7784
"Cargo Scanner"
7885
"Daltaq Energy Generator"
79-
"Eimlaq Engines"
86+
"Eimlaq Steering"
87+
"Eimlaq Thrusters"
8088
"Farbatal Battery"
89+
"Hyperdrive"
8190
"Jahgir Energy Generator"
8291
"Jamum Shield Generator"
83-
"Lilsa Anti-Missile"
84-
"Alwaqud Fuel Pod"
8592
"Jibauni Medium Laser"
86-
"Altaedin Laser"
8793
"Jibauni Ramscoop"
88-
"Tashwish Radar Jammer"
89-
"Almash Scanner"
9094
"Jibauni Small Laser"
91-
"Aljaraar Tractor Beam"
92-
"Hyperdrive"
95+
"Lilsa Anti-Missile"
9396
"Large Bunk Room"
94-
"Luxury Accommodations"
9597
"Musaghar Shield Generator"
9698
"Outfit Scanner"
9799
"Outfits Expansion"
@@ -104,10 +106,11 @@ outfitter "Jibauni Advanced"
104106
"Small Map"
105107
"Tactical Scanner"
106108
"Tamum Shield Generator"
109+
"Tashwish Radar Jammer"
107110
"Tawasitaq Energy Generator"
108-
"Bunk"
109111
"Tractor Beam"
110-
"Wasita Engines"
112+
"Wasita Steering"
113+
"Wasita Thrusters"
111114
"Watsaq Energy Generator"
112115
"Zarhal Laser Turret"
113116
"Zarwal Laser Turret"

0 commit comments

Comments
 (0)
Please sign in to comment.