Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 6efeb78

Browse files
committed
Reduce inventoryweight and increase thrust so rockets can't be overburdened
1 parent ce0970d commit 6efeb78

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Data/Dummy.rte/Craft/Rockets/Rocklet.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,15 @@ AddEffect = AEmitter
194194
BurstSize = 9
195195
Spread = 0.2
196196
MaxVelocity = 25
197-
MinVelocity = 12
197+
MinVelocity = 20
198198
AddEmission = Emission
199199
EmittedParticle = MOPixel
200200
CopyOf = Side Thruster Blast 2
201201
ParticlesPerMinute = 3400
202202
BurstSize = 9
203203
Spread = 0.2
204204
MaxVelocity = 25
205-
MinVelocity = 12
205+
MinVelocity = 20
206206
EmissionSound = SoundContainer
207207
AttenuationStartDistance = 200
208208
AddSound = ContentFile
@@ -274,23 +274,23 @@ AddEffect = AEmitter
274274
BurstSize = 8
275275
Spread = 0.2
276276
MaxVelocity = 24
277-
MinVelocity = 12
277+
MinVelocity = 18
278278
AddEmission = Emission
279279
EmittedParticle = MOSParticle
280280
CopyOf = Main Thruster Blast Ball 2
281281
ParticlesPerMinute = 3600
282282
BurstSize = 6
283283
Spread = 0.1
284284
MaxVelocity = 24
285-
MinVelocity = 12
285+
MinVelocity = 18
286286
AddEmission = Emission
287287
EmittedParticle = MOSParticle
288288
CopyOf = Side Thruster Blast Ball 1 Glow
289289
ParticlesPerMinute = 2700
290290
BurstSize = 3
291291
Spread = 0.1
292292
MaxVelocity = 24
293-
MinVelocity = 12
293+
MinVelocity = 18
294294
EmissionSound = SoundContainer
295295
AttenuationStartDistance = 200
296296
AddSound = ContentFile
@@ -315,8 +315,8 @@ AddEffect = ACRocket
315315
PresetName = Rocklet
316316
Description = Small and compact space transport. Incredibly light and fast.
317317
AddToGroup = Craft
318-
Mass = 600
319-
MaxInventoryMass = 300
318+
Mass = 625
319+
MaxInventoryMass = 250
320320
MaxPassengers = 2
321321
DeliveryDelayMultiplier = 0.9
322322
HitsMOs = 1

Data/Ronin.rte/Craft/Rocket/RocketMK1.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ AddEffect = AEmitter
3939
ParticlesPerMinute = 5000
4040
BurstSize = 10
4141
Spread = 0.2
42-
MaxVelocity = 22
43-
MinVelocity = 16
42+
MaxVelocity = 26
43+
MinVelocity = 20
4444
AddEmission = Emission
4545
EmittedParticle = MOSParticle
4646
CopyOf = Main Thruster Blast Ball 2
4747
ParticlesPerMinute = 4500
4848
BurstSize = 8
4949
Spread = 0.1
50-
MaxVelocity = 22
51-
MinVelocity = 16
50+
MaxVelocity = 26
51+
MinVelocity = 20
5252
AddEmission = Emission
5353
EmittedParticle = MOSParticle
5454
CopyOf = Main Thruster Blast Ball 1 Glow
5555
ParticlesPerMinute = 1500
5656
BurstSize = 3
5757
Spread = 0.1
58-
MaxVelocity = 22
59-
MinVelocity = 16
58+
MaxVelocity = 26
59+
MinVelocity = 20
6060
EmissionSound = SoundContainer
6161
AttenuationStartDistance = 210
6262
AddSound = ContentFile
@@ -81,8 +81,8 @@ AddActor = ACRocket
8181
PresetName = Rocket MK1
8282
Description = Trade Star's standard delivery rocket. Outdated model, but still very popular due to its affordable price and durability.
8383
AddToGroup = Craft
84-
Mass = 900
85-
MaxInventoryMass = 500
84+
Mass = 950
85+
MaxInventoryMass = 400
8686
MaxPassengers = 3
8787
HitsMOs = 1
8888
GetsHitByMOs = 1

0 commit comments

Comments
 (0)