1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Piercing_KnifeStab.uc

24 lines
602 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Piercing_KnifeStab
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Piercing_KnifeStab extends KFDT_Piercing
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=200
KDeathUpKick=250
// Hit reactions
StumblePower=0
StunPower=0
MeleeHitPower=25
WeaponDef=class'KFWeapDef_Knife_Base'
}