2021-06-02 20:06:18 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFWeapDef_HRG_BlastBrawlers
|
|
|
|
//=============================================================================
|
|
|
|
//
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2021 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
class KFWeapDef_HRG_BlastBrawlers extends KFWeaponDefinition
|
|
|
|
abstract;
|
|
|
|
|
|
|
|
DefaultProperties
|
|
|
|
{
|
|
|
|
WeaponClassPath="KFGameContent.KFWeap_HRG_BlastBrawlers"
|
|
|
|
|
|
|
|
BuyPrice=1600
|
|
|
|
AmmoPricePerMag=30
|
|
|
|
|
|
|
|
ImagePath="WEP_UI_HRG_BlastBrawlers_TEX.UI_WeaponSelect_HRG_BlastBrawlers"
|
|
|
|
|
2023-02-24 17:06:51 +00:00
|
|
|
IsPlayGoHidden=true;
|
|
|
|
|
2021-06-02 20:06:18 +00:00
|
|
|
EffectiveRange=15
|
|
|
|
|
|
|
|
UpgradePrice[0]=1500
|
|
|
|
|
|
|
|
UpgradeSellPrice[0]=1125
|
|
|
|
}
|