18 lines
623 B
Ucode
18 lines
623 B
Ucode
//=============================================================================
|
|
// KFDT_Bludgeon_Fleshpound
|
|
//=============================================================================
|
|
// Fleshpound melee damagetype
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFDT_Bludgeon_Fleshpound extends KFDT_Bludgeon
|
|
abstract;
|
|
|
|
defaultproperties
|
|
{
|
|
KDamageImpulse=700
|
|
KDeathUpKick=200
|
|
KDeathVel=980
|
|
bExtraMomentumZ=true
|
|
} |