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

Commit f737278

Browse files
committed
Gatling Gun/Drone/Turret balance edits
1 parent af55c4c commit f737278

File tree

3 files changed

+36
-21
lines changed

3 files changed

+36
-21
lines changed

Coalition.rte/Actors/Mecha/GatlingDrone/GatlingDrone.ini

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,19 @@ AddAmmo = Magazine
1919
X = -6
2020
Y = -2
2121
DrawAfterParent = 1
22-
RoundCount = 100
2322
Discardable = 1
23+
RoundCount = 80
24+
RegularRound = Round
25+
CopyOf = Round Gatling Gun
26+
PresetName = Round Coalition Drone Gatling Gun
27+
Particle = MOPixel
28+
CopyOf = Bullet Gatling Gun
29+
PresetName = Bullet Coalition Drone Gatling Gun
30+
AirThreshold = 70
31+
LifeTime = 500
32+
MinLethalRange = 0.5
33+
MaxLethalRange = 1.0
34+
LifeVariation = 0.7
2435

2536

2637
AddDevice = HDFirearm
@@ -54,9 +65,10 @@ AddDevice = HDFirearm
5465
Magazine = Magazine
5566
CopyOf = Magazine Coalition Drone Gatling Gun Mobile
5667
RateOfFire = 1000
57-
ReloadTime = 3800
58-
ShakeRange = 6
59-
SharpShakeRange = 3
68+
ReloadTime = 4500
69+
ShakeRange = 7
70+
SharpShakeRange = 5
71+
ShellSpreadRange = 16
6072
MuzzleOffset = Vector
6173
X = 12
6274
Y = -2
@@ -94,8 +106,8 @@ AddEffect = Attachable
94106
Resolution = 4
95107
Depth = 0
96108
DeepCheck = 0
97-
JointStrength = 1450
98-
JointStiffness = 0.5
109+
JointStrength = 1000
110+
JointStiffness = 0.3
99111
JointOffset = Vector
100112
X = 0
101113
Y = 0
@@ -142,7 +154,7 @@ AddEffect = Attachable
142154
Offset = Vector
143155
X = 1
144156
Y = 0
145-
GibImpulseLimit = 2500
157+
GibImpulseLimit = 2000
146158
GibWoundLimit = 7
147159

148160

@@ -170,8 +182,8 @@ AddEffect = Attachable
170182
Resolution = 4
171183
Depth = 0
172184
DeepCheck = 0
173-
JointStrength = 1450
174-
JointStiffness = 0.5
185+
JointStrength = 900
186+
JointStiffness = 0.3
175187
JointOffset = Vector
176188
X = 0
177189
Y = 0
@@ -218,7 +230,7 @@ AddEffect = Attachable
218230
Offset = Vector
219231
X = 1
220232
Y = 0
221-
GibImpulseLimit = 2500
233+
GibImpulseLimit = 1800
222234
GibWoundLimit = 5
223235

224236

@@ -246,8 +258,8 @@ AddEffect = Attachable
246258
Resolution = 4
247259
Depth = 0
248260
DeepCheck = 0
249-
JointStrength = 3050
250-
JointStiffness = 0.5
261+
JointStrength = 1300
262+
JointStiffness = 0.6
251263
JointOffset = Vector
252264
X = 0
253265
Y = 0
@@ -294,7 +306,7 @@ AddEffect = Attachable
294306
Offset = Vector
295307
X = 1
296308
Y = 0
297-
GibImpulseLimit = 4000
309+
GibImpulseLimit = 2600
298310
GibWoundLimit = 9
299311

300312

@@ -322,8 +334,8 @@ AddEffect = Attachable
322334
Resolution = 4
323335
Depth = 0
324336
DeepCheck = 0
325-
JointStrength = 1450
326-
JointStiffness = 0.1
337+
JointStrength = 1500
338+
JointStiffness = 0.8
327339
JointOffset = Vector
328340
X = 0
329341
Y = 0
@@ -379,7 +391,7 @@ AddEffect = Attachable
379391
Offset = Vector
380392
X = 1.5
381393
Y = -2.5
382-
GibImpulseLimit = 2000
394+
GibImpulseLimit = 3000
383395
GibWoundLimit = 7
384396

385397

@@ -399,9 +411,9 @@ AddActor = Turret
399411
X = -5
400412
Y = -6
401413
EntryWound = AEmitter
402-
CopyOf = Leaking Machinery Light
414+
CopyOf = Leaking Machinery
403415
ExitWound = AEmitter
404-
CopyOf = Leaking Machinery Light
416+
CopyOf = Leaking Machinery
405417
AtomGroup = AtomGroup
406418
AutoGenerate = 1
407419
Material = Material
@@ -417,7 +429,7 @@ AddActor = Turret
417429
Depth = 0
418430
DeepCheck = 0
419431
JointStrength = 1000
420-
JointStiffness = 0.9
432+
JointStiffness = 0.7
421433
BreakWound = AEmitter
422434
CopyOf = Leaking Machinery
423435
ParentBreakWound = AEmitter
@@ -445,6 +457,7 @@ AddActor = Turret
445457
Y = -1
446458
DrawAfterParent = 0
447459
ActivationDelay = 1030
460+
ReloadTime = 4470
448461
AddGib = Gib
449462
GibParticle = MOSRotating
450463
CopyOf = Gib Pipe Small A

Coalition.rte/Actors/Turrets/GatlingTurret/GatlingTurret.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ AddDevice = HDFirearm
99
CopyOf = Magazine Coalition Drone Gatling Gun Mobile
1010
PresetName = Magazine Coalition Drone Gatling Gun Stationary
1111
Discardable = 0
12+
RoundCount = 90
1213
ReloadTime = 4000
1314
ActivationDelay = 1300
1415
DeactivationDelay = 1300

Coalition.rte/Devices/Weapons/GatlingGun/GatlingGun.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ AddAmmo = Round
3636
Mass = 0.062
3737
AirResistance = 0.02
3838
AirThreshold = 95
39-
LifeTime = 700
39+
LifeTime = 600
4040
Sharpness = 20
4141
HitsMOs = 1
4242
GetsHitByMOs = 0
@@ -226,7 +226,8 @@ AddDevice = HDFirearm
226226
SharpShakeRange = 4
227227
NoSupportFactor = 1.5
228228
ParticleSpreadRange = 0
229-
ShellSpreadRange = 8
229+
ShellEjectAngle = 160
230+
ShellSpreadRange = 12
230231
ShellAngVelRange = 2
231232
MuzzleOffset = Vector
232233
X = 14

0 commit comments

Comments
 (0)