Add stopping power mechanic
This commit is contained in:
parent
1bc35cc348
commit
0951574451
23 changed files with 208 additions and 196 deletions
|
|
@ -2,6 +2,7 @@ class NiceDamTypeKrissM extends NiceDamageTypeVetDemolitions
|
|||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
stoppingPower=0.25
|
||||
HeadShotDamageMult=1.500000
|
||||
WeaponClass=class'NiceKrissMMedicGun'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ class NiceDamTypeM7A3M extends NiceDamageTypeVetDemolitions
|
|||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
stoppingPower=0.15
|
||||
HeadShotDamageMult=2.000000
|
||||
WeaponClass=class'NiceM7A3MMedicGun'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ class NiceDamTypeMP5M extends NiceDamageTypeVetDemolitions
|
|||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
stoppingPower=0.15
|
||||
HeadShotDamageMult=2.000000
|
||||
WeaponClass=class'NiceMP5MMedicGun'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@ defaultproperties
|
|||
bPenetrationHSOnly=True
|
||||
MaxPenetrations=1
|
||||
HeadShotDamageMult=2.250000
|
||||
stoppingPower=0.15
|
||||
WeaponClass=class'NiceMP7MMedicGun'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue