Skip to content

Commit 100717e

Browse files
committed
Fixed throttle multiplier for Techion and Imperatus to be more reasonable
1 parent ddad55d commit 100717e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Data/Imperatus.rte/Actors/Shared.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ AddEffect = AEJetpack
2222
MaxVelocity = 24
2323
MinVelocity = 16
2424
LifeVariation = 0.20
25-
NegativeThrottleMultiplier = 0.6
26-
PositiveThrottleMultiplier = 0.9
25+
NegativeThrottleMultiplier = 0.8
26+
PositiveThrottleMultiplier = 1.2
2727
ParticlesPerMinute = 9600
2828
BurstSize = 9
2929
BurstSpacing = 200

Data/Techion.rte/Actors/Shared.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ AddEffect = AEJetpack
129129
FilePath = Base.rte/Sounds/Actors/JetpackEnd.flac
130130
EmissionEnabled = 1
131131
EmissionsIgnoreThis = 1
132-
NegativeThrottleMultiplier = 0.6
133-
PositiveThrottleMultiplier = 0.9
132+
NegativeThrottleMultiplier = 0.8
133+
PositiveThrottleMultiplier = 1.2
134134
ParticlesPerMinute = 10200
135135
BurstSize = 10
136136
BurstSpacing = 160

0 commit comments

Comments
 (0)