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

28 lines
749 B
Ucode
Raw Normal View History

2021-09-02 21:46:08 +00:00
//=============================================================================
// KFDT_Ballistic_HRG_Boomy
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2021 Tripwire Interactive LLC
//=============================================================================
class KFDT_Ballistic_HRG_Boomy extends KFDT_Ballistic_Submachinegun
abstract
hidedropdown;
defaultproperties
{
KDamageImpulse=900
KDeathUpKick=-300
KDeathVel=100
StumblePower=35
GunHitPower=25
WeaponDef=class'KFWeapDef_HRG_Boomy'
//Perk
ModifierPerkList(0)=class'KFPerk_Demolitionist'
}