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

25 lines
688 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Piercing_AbominationAxeStab
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Piercing_AbominationAxeStab extends KFDT_Piercing
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse = 200
KDeathUpKick = 250
KnockdownPower = 0
StunPower = 0
StumblePower = 50
MeleeHitPower = 100
WeaponDef = class'KFWeapDef_AbominationAxe'
ModifierPerkList(0) = class'KFPerk_Berserker'
}