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

23 lines
594 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Bludgeon_ChainBatBash
//=============================================================================
// Killing Floor 2
// Copyright (C) 2018 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_ChainBatBash extends KFDT_Bludgeon_ChainBat
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=1500
KDeathUpKick=800
KDeathVel=400
KnockdownPower=0
StunPower=0
StumblePower=100
MeleeHitPower=100
}