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

Commit

Permalink
Replace ParticleNumberToAdd with AddGib in Base/Frag Grenade - proper…
Browse files Browse the repository at this point in the history
…ty removed from source
  • Loading branch information
MaximDude committed Jan 25, 2020
1 parent c1bbb3d commit 4b9df6f
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions Base.rte/Devices/Explosives/FragGrenade/FragGrenade.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,29 @@ AddDevice = TDExplosive
MaxThrowVel = 15
TriggerDelay = 2500
ActivatesWhenReleased = 1
ParticleNumberToAdd = 10
AddParticles = MOSParticle
CopyOf = Side Thruster Blast Ball 1
ParticleNumberToAdd = 20
AddParticles = MOPixel
CopyOf = Grenade Fragment Gray
ParticleNumberToAdd = 20
AddParticles = MOPixel
CopyOf = Grenade Fragment Yellow
ParticleNumberToAdd = 30
AddParticles = MOPixel
CopyOf = Air Blast
AddGib = Gib
GibParticle = MOSParticle
CopyOf = Side Thruster Blast Ball 1
Count = 10
MinVelocity = 25
MaxVelocity = 50
AddGib = Gib
GibParticle = MOPixel
CopyOf = Grenade Fragment Gray
Count = 20
MinVelocity = 25
MaxVelocity = 50
AddGib = Gib
GibParticle = MOPixel
CopyOf = Grenade Fragment Yellow
Count = 20
MinVelocity = 25
MaxVelocity = 50
AddGib = Gib
GibParticle = MOPixel
CopyOf = Air Blast
Count = 30
MinVelocity = 25
MaxVelocity = 50
GibImpulseLimit = 50000
GibWoundLimit = 1

0 comments on commit 4b9df6f

Please sign in to comment.