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

21 lines
546 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFDT_Bludgeon_Carryable
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_Carryable extends KFDT_Bludgeon
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=1500
KDeathUpKick=800
KDeathVel=400
StumblePower=200
MeleeHitPower=200
}