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

32 lines
1.1 KiB
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapDef_HRGScorcher
//=============================================================================
// A lightweight container for basic weapon properties that can be safely
// accessed without a weapon actor (UI, remote clients).
//=============================================================================
// Killing Floor 2
// Copyright (C) 2020 Tripwire Interactive LLC
// - Roberto Moreno (Saber Interactive)
//=============================================================================
class KFWeapDef_HRGScorcher extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_Pistol_HRGScorcher"
BuyPrice=1000 //1100 //750
AmmoPricePerMag= 12 //14
ImagePath="WEP_UI_HRGScorcher_Pistol_TEX.UI_WeaponSelect_HRGScorcher"
2023-02-24 17:06:51 +00:00
IsPlayGoHidden=true;
2020-12-13 15:01:13 +00:00
EffectiveRange=100 // Based on comment Slightly less than M79 Grenade Launcher
UpgradePrice[0]=700
UpgradePrice[1]=1500
UpgradeSellPrice[0]=525
UpgradeSellPrice[1]=1650
}