1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Bludgeon_Doshinegun_Shot.uc

26 lines
717 B
Ucode
Raw Normal View History

2021-11-16 17:03:42 +00:00
//=============================================================================
// KFDT_Bludgeon_Doshinegun_Shot
//=============================================================================
// Bills hit hard
//=============================================================================
// Killing Floor 2
// Copyright (C) 2021 Tripwire Interactive LLC
//=============================================================================
class KFDT_Bludgeon_Doshinegun_Shot extends KFDT_Bludgeon
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=900
KDeathUpKick=-300
KDeathVel=100
StumblePower=120
StunPower=40
GunHitPower=150
WeaponDef=class'KFWeapDef_Doshinegun'
}