Skip to content

Commit 03420a6

Browse files
committed
Lowered mass of remote and timed explosives
1 parent 82845a5 commit 03420a6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Base.rte/Devices/Explosives/RemoteExplosive/RemoteExplosive.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AddDevice = HDFirearm
5454
AddToGroup = Tools
5555
AddToGroup = Bombs
5656
Description = Detonates all Remote Explosives that have been placed by your team.
57-
Mass = 1.5
57+
Mass = 0.5
5858
HitsMOs = 0
5959
GetsHitByMOs = 1
6060
ScriptPath = Base.rte/Devices/Explosives/RemoteExplosive/RemoteExplosiveDetonator.lua
@@ -122,7 +122,7 @@ AddDevice = HDFirearm
122122
AddMOSRotating = MOSRotating
123123
PresetName = Remote Explosive Active
124124
Sharpness = 0
125-
Mass = 2
125+
Mass = 1
126126
HitsMOs = 0
127127
GetsHitByMOs = 0
128128
OrientToVel = 0.8
@@ -224,7 +224,7 @@ AddDevice = TDExplosive
224224
AddToGroup = Bombs
225225
AddToGroup = Tools - Breaching
226226
Description = Manually placed C4 explosives that are automatically set to operate on your team's frequency. Place the explosive against the target surface and detonate using the detonator tool. Excellent for destroying doors!
227-
Mass = 2
227+
Mass = 1
228228
HitsMOs = 1
229229
GetsHitByMOs = 1
230230
ScriptPath = Base.rte/Devices/Shared/Scripts/TrajectoryGuide.lua
@@ -326,7 +326,7 @@ AddDevice = TDExplosive
326326
AddToGroup = Bombs
327327
AddToGroup = Tools - Breaching
328328
Description = A pair of manually placed C4 explosives that are automatically set to operate on your team's frequency. Place an explosive against the target surface, then detonate it using the detonator tool. Excellent for destroying doors!
329-
Mass = 6
329+
Mass = 4
330330
HitsMOs = 1
331331
GetsHitByMOs = 1
332332
ScriptPath = Base.rte/Devices/Shared/Scripts/GrenadeBandolier.lua

Coalition.rte/Devices/Explosives/TimedExplosive/TimedExplosive.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AddSoundContainer = SoundContainer
1616
AddEffect = MOSRotating
1717
PresetName = Timed Explosive Active
1818
Sharpness = 0
19-
Mass = 3
19+
Mass = 1.5
2020
HitsMOs = 0
2121
GetsHitByMOs = 0
2222
OrientToVel = 0.8
@@ -122,7 +122,7 @@ AddDevice = TDExplosive
122122
AddToGroup = Bombs
123123
AddToGroup = Tools - Breaching
124124
Description = Destructive plantable explosive charge. After planting, run for your life, as it explodes after 10 seconds. Excellent for destroying doors!
125-
Mass = 3
125+
Mass = 1.5
126126
RestThreshold = -1
127127
HitsMOs = 1
128128
GetsHitByMOs = 1
@@ -212,7 +212,7 @@ AddDevice = TDExplosive
212212
AddToGroup = Bombs
213213
AddToGroup = Tools - Breaching
214214
Description = A pair of destructive plantable explosive charges. After planting, run for your life, as they explode after 10 seconds. Excellent for destroying doors!
215-
Mass = 9
215+
Mass = 5
216216
HitsMOs = 1
217217
GetsHitByMOs = 1
218218
ScriptPath = Base.rte/Devices/Shared/Scripts/GrenadeBandolier.lua
@@ -225,7 +225,7 @@ AddDevice = TDExplosive
225225
AddCustomValue = NumberValue
226226
ReplenishDelay = 0
227227
AddCustomValue = NumberValue
228-
BandolierMass = 3
228+
BandolierMass = 2
229229
SpriteFile = ContentFile
230230
FilePath = Coalition.rte/Devices/Explosives/TimedExplosive/TimedExplosive.png
231231
IconFile = ContentFile

0 commit comments

Comments
 (0)