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

25 lines
672 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Bludgeon_PowerGloves
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_PowerGloves extends KFDT_Bludgeon
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=2500 //1250
KDeathUpKick=500
KDeathVel=400 //250
MeleeHitPower=200 //100
StunPower=0
StumblePower=150
WeaponDef=class'KFWeapDef_PowerGloves'
ModifierPerkList(0)=class'KFPerk_Berserker'
}