This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
442 B
Ucode
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
|
|
}
|