Skip to content

Commit 2f2a9ef

Browse files
authored
Merge pull request #68 from cortex-command-community/auto-explo-weapons-balance
Balance (nerf) multishot explosive weaponry
2 parents 27b0e13 + 45d50de commit 2f2a9ef

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
<details><summary><b>Changed</b></summary>
1414

15+
- Nerfed the Coalition Grenade Launcher and the Devastator a tiny bit. They are still scary and the Devastator can still one-shot most things on a good hit, but they did not need to be that oppressive.
16+
1517
</details>
1618

1719
<details><summary><b>Fixed</b></summary>

Data/Coalition.rte/Devices/Weapons/GrenadeLauncher/GrenadeLauncher.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ AddEffect = MOSRotating
8686
AddGib = Gib
8787
GibParticle = MOSParticle
8888
CopyOf = Grenade Smoke 2
89-
Count = 18
89+
Count = 9
9090
MaxVelocity = 50
9191
MinVelocity = 25
9292
LifeVariation = 0.50
9393
InheritsVel = 0
9494
AddGib = Gib
9595
GibParticle = MOPixel
9696
CopyOf = Grenade Fragment Gray
97-
Count = 18
97+
Count = 9
9898
MaxVelocity = 80
9999
MinVelocity = 40
100100
InheritsVel = 0
@@ -115,7 +115,7 @@ AddEffect = MOSRotating
115115
AddGib = Gib
116116
GibParticle = MOPixel
117117
CopyOf = Particle Very Heavy Digger Damage
118-
Count = 25
118+
Count = 5
119119
MaxVelocity = 50
120120
MinVelocity = 25
121121
InheritsVel = 0

Data/Imperatus.rte/Devices/Weapons/Devastator/Devastator.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@ AddEffect = MOSRotating
4747
AddGib = Gib
4848
GibParticle = MOPixel
4949
CopyOf = Grenade Fragment Gray
50-
Count = 20
50+
Count = 10
5151
MinVelocity = 75
5252
MaxVelocity = 100
5353
InheritsVel = 0.3
5454
LifeVariation = 0.20
5555
AddGib = Gib
5656
GibParticle = MOPixel
5757
CopyOf = Grenade Fragment Yellow
58-
Count = 20
58+
Count = 10
5959
MinVelocity = 90
6060
MaxVelocity = 120
6161
InheritsVel = 0.3
6262
LifeVariation = 0.20
6363
AddGib = Gib
6464
GibParticle = MOPixel
6565
CopyOf = Grenade Fragment Scripted
66-
Count = 20
66+
Count = 10
6767
MinVelocity = 80
6868
MaxVelocity = 110
6969
InheritsVel = 0.5
@@ -121,7 +121,7 @@ AddEffect = MOSRotating
121121
AddGib = Gib
122122
GibParticle = MOPixel
123123
CopyOf = Particle Very Heavy Digger Damage
124-
Count = 25
124+
Count = 3
125125
MaxVelocity = 50
126126
MinVelocity = 25
127127
InheritsVel = 0.3

0 commit comments

Comments
 (0)