25 lines
659 B
Ucode
25 lines
659 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Piercing_ZweihanderStab
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Piercing_ZweihanderStab extends KFDT_Piercing
|
||
|
abstract
|
||
|
hidedropdown;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
KDamageImpulse=200
|
||
|
KDeathUpKick=250
|
||
|
|
||
|
KnockdownPower=0
|
||
|
StunPower=0
|
||
|
StumblePower=50
|
||
|
MeleeHitPower=100
|
||
|
|
||
|
WeaponDef=class'KFWeapDef_Zweihander'
|
||
|
ModifierPerkList(0)=class'KFPerk_Berserker'
|
||
|
}
|