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

Commit 17190e2

Browse files
committed
Some LifeVariation implementation across various Rounds (also: removed ShotgunPellet.lua)
1 parent a25f88a commit 17190e2

File tree

16 files changed

+35
-44
lines changed

16 files changed

+35
-44
lines changed

Base.rte/Devices/Shared.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,13 @@ AddAmmo = Round
170170

171171
AddAmmo = Round
172172
PresetName = Round Shotgun
173-
ParticleCount = 5
173+
ParticleCount = 6
174174
Particle = MOPixel
175175
PresetName = Particle Shotgun
176176
Mass = 0.03
177177
RestThreshold = 500
178-
LifeTime = 1500
178+
LifeTime = 400
179179
AirResistance = 0.015
180-
AirThreshold = 40
181-
MinLethalRange = 0.30
182-
MaxLethalRange = 0.60
183180
Sharpness = 55
184181
HitsMOs = 1
185182
GetsHitByMOs = 0
@@ -198,6 +195,7 @@ AddAmmo = Round
198195
Shell = MOSParticle
199196
CopyOf = Shell
200197
FireVelocity = 70
198+
LifeVariation = 0.4
201199
ShellVelocity = 10
202200
Separation = 5
203201

Base.rte/Devices/Shared/Scripts/ShotgunPellet.lua

Lines changed: 0 additions & 7 deletions
This file was deleted.

Coalition.rte/Devices/Weapons/AutoShotgun/AutoShotgun.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ AddAmmo = Magazine
3131
RegularRound = Round
3232
CopyOf = Round Coalition Buckshot
3333
PresetName = Round Coalition Buckshot Auto
34-
ParticleCount = 7
34+
ParticleCount = 8
3535
Shell = MOSParticle
3636
CopyOf = Shell
37+
LifeVariation = 0.4
3738

3839

3940
///////////////////////////////////////////////////////////////////////

Coalition.rte/Devices/Weapons/HeavyPistol/HeavyPistol.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AddAmmo = Round
1010
Mass = 0.07
1111
AirResistance = 0.03
1212
AirThreshold = 60
13-
LifeTime = 800
13+
LifeTime = 650
1414
Sharpness = 45
1515
HitsMOs = 1
1616
GetsHitByMOs = 0
@@ -29,6 +29,7 @@ AddAmmo = Round
2929
Shell = MOSParticle
3030
CopyOf = Casing
3131
FireVelocity = 85
32+
LifeVariation = 0.2
3233
ShellVelocity = 8
3334
Separation = 5
3435

Coalition.rte/Devices/Weapons/Shotgun/Shotgun.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ AddAmmo = Round
1818
ParticleCount = 9
1919
Particle = MOPixel
2020
PresetName = Particle Buckshot
21-
ScriptPath = Base.rte/Devices/Shared/Scripts/ShotgunPellet.lua
2221
Mass = 0.06
2322
AirResistance = 0.03
24-
LifeTime = 600
23+
LifeTime = 450
2524
Sharpness = 20
2625
HitsMOs = 1
2726
GetsHitByMOs = 0
@@ -38,6 +37,7 @@ AddAmmo = Round
3837
B = 178
3938
TrailLength = 10
4039
FireVelocity = 80
40+
LifeVariation = 0.3
4141
Separation = 8
4242

4343

Dummy.rte/Devices/Weapons/RailPistol/RailPistol.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
AddAmmo = Round
66
PresetName = Round Dummy Rail Pistol
7-
ParticleCount = 2
7+
ParticleCount = 3
88
Particle = MOPixel
99
PresetName = Bullet Dummy Rail Pistol
1010
Mass = 0.02
1111
GlobalAccScalar = 0
12-
LifeTime = 750
12+
LifeTime = 500
1313
Sharpness = 85
1414
HitsMOs = 1
1515
GetsHitByMOs = 0
16-
WoundDamageMultiplier = 1.3
16+
WoundDamageMultiplier = 1.1
1717
Color = Color
1818
R = 255
1919
G = 255
@@ -36,6 +36,7 @@ AddAmmo = Round
3636
Shell = MOSParticle
3737
CopyOf = Casing
3838
FireVelocity = 100
39+
LifeVariation = 0.5
3940
ShellVelocity = 13
4041
Separation = -18
4142

Imperatus.rte/Devices/Weapons/Chunker/Chunker.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ AddAmmo = Round
77
ParticleCount = 6
88
Particle = MOPixel
99
PresetName = Particle Imperatus Chunker
10-
ScriptPath = Base.rte/Devices/Shared/Scripts/ShotgunPellet.lua
1110
Mass = 0.038
1211
RestThreshold = 500
13-
LifeTime = 700
12+
LifeTime = 600
1413
AirResistance = 0.03
1514
Sharpness = 55
1615
HitsMOs = 1
@@ -30,6 +29,7 @@ AddAmmo = Round
3029
Shell = MOSParticle
3130
CopyOf = Shell
3231
FireVelocity = 80
32+
LifeVariation = 0.2
3333
ShellVelocity = 10
3434
Separation = 4
3535

Ronin.rte/Devices/Weapons/357Magnum/357Magnum.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AddAmmo = Round
1010
Mass = 0.248
1111
AirResistance = 0.03
1212
AirThreshold = 84
13-
LifeTime = 1000
13+
LifeTime = 800
1414
Sharpness = 15
1515
HitsMOs = 1
1616
GetsHitByMOs = 0
@@ -31,6 +31,7 @@ AddAmmo = Round
3131
CopyOf = Tiny Smoke Trail 2
3232
ShellVelocity = 15
3333
FireVelocity = 94
34+
LifeVariation = 0.1
3435
Separation = 0.01
3536

3637

Ronin.rte/Devices/Weapons/DesertEagle/DesertEagle.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ AddAmmo = Round
2828
B = 178
2929
TrailLength = 43
3030
FireVelocity = 105
31+
LifeVariation = 0.2
3132
Separation = 0.1
3233
Shell = MOSParticle
3334
CopyOf = Casing

Ronin.rte/Devices/Weapons/DoubleBarreledShotgun/DoubleBarreledShotgun.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ AddAmmo = Round
77
ParticleCount = 6
88
Particle = MOPixel
99
PresetName = Particle Ronin Double-Barrel Shotgun
10-
ScriptPath = Base.rte/Devices/Shared/Scripts/ShotgunPellet.lua
1110
Mass = 0.25
1211
AirResistance = 0.06
1312
RestThreshold = 500
14-
LifeTime = 500
13+
LifeTime = 400
1514
Sharpness = 3.6
1615
HitsMOs = 1
1716
GetsHitByMOs = 0
@@ -30,6 +29,7 @@ AddAmmo = Round
3029
Shell = MOSParticle
3130
CopyOf = Tiny Smoke Ball 1
3231
FireVelocity = 100
32+
LifeVariation = 0.3
3333
ShellVelocity = 5
3434
Separation = 8
3535

0 commit comments

Comments
 (0)