18 lines
611 B
Ucode
18 lines
611 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Slashing_Scrake
|
||
|
//=============================================================================
|
||
|
// Scrake melee damagetype
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
class KFDT_Slashing_Scrake extends KFDT_Slashing
|
||
|
abstract;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
KDamageImpulse=400
|
||
|
KDeathUpKick=200
|
||
|
KDeathVel=750
|
||
|
bExtraMomentumZ=true
|
||
|
}
|