2022-09-01 15:58:51 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFWeapDef_HRG_Locust
|
|
|
|
//=============================================================================
|
|
|
|
// A lightweight container for basic weapon properties that can be safely
|
|
|
|
// accessed without a weapon actor (UI, remote clients).
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2022 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
class KFWeapDef_HRG_Locust extends KFWeaponDefinition
|
|
|
|
abstract;
|
|
|
|
|
|
|
|
DefaultProperties
|
|
|
|
{
|
|
|
|
WeaponClassPath="KFGameContent.KFWeap_HRG_Locust"
|
|
|
|
|
2023-05-11 15:55:04 +00:00
|
|
|
BuyPrice=1400
|
2022-09-01 15:58:51 +00:00
|
|
|
AmmoPricePerMag=40
|
|
|
|
ImagePath="wep_ui_hrg_locust_tex.UI_WeaponSelect_HRG_Locust"
|
|
|
|
|
2023-02-24 17:06:51 +00:00
|
|
|
IsPlayGoHidden=true;
|
|
|
|
|
2022-09-01 15:58:51 +00:00
|
|
|
EffectiveRange=100
|
|
|
|
|
2023-05-11 15:55:04 +00:00
|
|
|
UpgradePrice[0]=1500
|
2022-09-01 15:58:51 +00:00
|
|
|
|
2023-05-11 15:55:04 +00:00
|
|
|
UpgradeSellPrice[0]=1125
|
2022-09-01 15:58:51 +00:00
|
|
|
}
|