26 lines
802 B
Ucode
26 lines
802 B
Ucode
|
//=============================================================================
|
||
|
// 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"
|
||
|
|
||
|
EffectiveRange=15
|
||
|
|
||
|
UpgradePrice[0]=1500
|
||
|
|
||
|
UpgradeSellPrice[0]=1125
|
||
|
}
|