This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
5 lines
423 B
Ucode
5 lines
423 B
Ucode
class NiceKatanaFireB extends NiceMeleeFire;
|
|
defaultproperties
|
|
{
|
|
weaponRange=95.000000
|
|
damageDelay=0.650000
|
|
FireAnims(0)="HardAttack"
|
|
HitEffectClass=Class'KFMod.AxeHitEffect'
|
|
MeleeHitSoundRefs(0)="KF_AxeSnd.Axe_HitFlesh"
|
|
WideDamageMinHitAngle=0.650000
|
|
DamageType=Class'NicePack.NiceDamTypeKatana'
|
|
DamageMax=205
|
|
bWaitForRelease=True
|
|
FireRate=1.000000
|
|
BotRefireRate=0.850000
|
|
}
|