21 lines
729 B
Ucode
21 lines
729 B
Ucode
//=============================================================================
|
|
// KFDT_Freeze_Ground_FreezeThrower
|
|
//=============================================================================
|
|
// A damage type for KFProj_FreezeThrower_IceShards
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2016 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFDT_Freeze_FreezeThrower_IceShards extends KFDT_Ballistic_Shotgun
|
|
abstract;
|
|
|
|
defaultproperties
|
|
{
|
|
KDamageImpulse=500
|
|
KDeathUpKick=-500
|
|
KDeathVel=350
|
|
|
|
WeaponDef=class'KFWeapDef_FreezeThrower'
|
|
FreezePower=0
|
|
StumblePower=25
|
|
} |