20 lines
645 B
Ucode
20 lines
645 B
Ucode
//=============================================================================
|
|
// KFDT_Slashing_ZedWeak
|
|
//=============================================================================
|
|
// Default weak zed melee slashing attacks
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFDT_Slashing_ZedWeak extends KFDT_Slashing
|
|
abstract
|
|
hidedropdown;
|
|
|
|
defaultproperties
|
|
{
|
|
KDamageImpulse=400
|
|
KDeathUpKick=50
|
|
KDeathVel=200
|
|
bExtraMomentumZ=true
|
|
|
|
} |