26 lines
774 B
Ucode
26 lines
774 B
Ucode
//=============================================================================
|
|
// KFDT_Bludgeon_PatriarchMetal
|
|
//=============================================================================
|
|
// Mech arm/leg bludgeon damage from Patriarch
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFDT_Bludgeon_PatriarchMetal extends KFDT_Bludgeon_Patriarch
|
|
abstract;
|
|
|
|
`include(KFGame/KFGameDialog.uci)
|
|
|
|
static function int GetKillerDialogID()
|
|
{
|
|
return `BOSS_KillBase;
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
bExtraMomentumZ=true
|
|
|
|
KDamageImpulse=1000
|
|
KDeathUpKick=300
|
|
KDeathVel=950
|
|
} |