1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_HRG_Energy.uc

26 lines
885 B
Ucode
Raw Normal View History

2021-09-02 21:46:08 +00:00
//=============================================================================
// KFWeapDef_HRG_Energy
//=============================================================================
// A lightweight container for basic weapon properties that can be safely
// accessed without a weapon actor (UI, remote clients).
//=============================================================================
// Killing Floor 2
// Copyright (C) 2021 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_HRG_Energy extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_HRG_Energy"
BuyPrice=1500 //1100
2021-10-05 17:50:32 +00:00
AmmoPricePerMag=70 //65
2021-09-02 21:46:08 +00:00
ImagePath="WEP_UI_HRG_Energy_TEX.UI_WeaponSelect_HRG_Energy"
EffectiveRange=50
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
}