This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-12
lines changed
Base.rte/Devices/Explosives/FragGrenade Expand file tree Collapse file tree 1 file changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,29 @@ AddDevice = TDExplosive
55
55
MaxThrowVel = 15
56
56
TriggerDelay = 2500
57
57
ActivatesWhenReleased = 1
58
- ParticleNumberToAdd = 10
59
- AddParticles = MOSParticle
60
- CopyOf = Side Thruster Blast Ball 1
61
- ParticleNumberToAdd = 20
62
- AddParticles = MOPixel
63
- CopyOf = Grenade Fragment Gray
64
- ParticleNumberToAdd = 20
65
- AddParticles = MOPixel
66
- CopyOf = Grenade Fragment Yellow
67
- ParticleNumberToAdd = 30
68
- AddParticles = MOPixel
69
- CopyOf = Air Blast
58
+ AddGib = Gib
59
+ GibParticle = MOSParticle
60
+ CopyOf = Side Thruster Blast Ball 1
61
+ Count = 10
62
+ MinVelocity = 25
63
+ MaxVelocity = 50
64
+ AddGib = Gib
65
+ GibParticle = MOPixel
66
+ CopyOf = Grenade Fragment Gray
67
+ Count = 20
68
+ MinVelocity = 25
69
+ MaxVelocity = 50
70
+ AddGib = Gib
71
+ GibParticle = MOPixel
72
+ CopyOf = Grenade Fragment Yellow
73
+ Count = 20
74
+ MinVelocity = 25
75
+ MaxVelocity = 50
76
+ AddGib = Gib
77
+ GibParticle = MOPixel
78
+ CopyOf = Air Blast
79
+ Count = 30
80
+ MinVelocity = 25
81
+ MaxVelocity = 50
70
82
GibImpulseLimit = 50000
71
83
GibWoundLimit = 1
You can’t perform that action at this time.
0 commit comments