NicePack/sources/Weapons/Playable/Melee/Claymore/NiceClaymoreFireB.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
442 B
Ucode

class NiceClaymoreFireB extends NiceMeleeFire;
defaultproperties
{
weaponRange=110.000000
damageDelay=0.970000
FireAnims(0)="HardAttack"
HitEffectClass=Class'KFMod.AxeHitEffect'
MeleeHitSoundRefs(0)="KF_ClaymoreSnd.Claymore_Impact_Flesh"
WideDamageMinHitAngle=0.600000
DamageType=Class'NicePack.NiceDamTypeClaymore'
DamageMax=320
bWaitForRelease=True
FireRate=1.250000
BotRefireRate=1.100000
}