2021-11-16 17:03:42 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFWeaponDefintion
|
|
|
|
//=============================================================================
|
|
|
|
//
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2021 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
class KFWeapDef_HRG_Stunner extends KFWeaponDefinition
|
|
|
|
abstract;
|
|
|
|
|
|
|
|
DefaultProperties
|
|
|
|
{
|
|
|
|
WeaponClassPath="KFGameContent.KFWeap_HRG_Stunner"
|
|
|
|
|
|
|
|
BuyPrice=1500
|
2023-09-21 19:31:11 +00:00
|
|
|
AmmoPricePerMag=32 // 36
|
2021-11-16 17:03:42 +00:00
|
|
|
ImagePath="ui_weaponselect_tex.UI_WeaponSelect_AA12"
|
|
|
|
|
2023-02-24 17:06:51 +00:00
|
|
|
IsPlayGoHidden=true;
|
|
|
|
|
2021-11-16 17:03:42 +00:00
|
|
|
EffectiveRange=70
|
|
|
|
|
|
|
|
UpgradePrice[0]=1500
|
|
|
|
|
|
|
|
UpgradeSellPrice[0]=1125
|
|
|
|
}
|