26 lines
843 B
Ucode
26 lines
843 B
Ucode
|
//=============================================================================
|
||
|
// KFWeapDef_HRG_CranialPopper
|
||
|
//=============================================================================
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2022 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
class KFWeapDef_HRG_CranialPopper extends KFWeaponDefinition
|
||
|
abstract;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
WeaponClassPath="KFGameContent.KFWeap_HRG_CranialPopper"
|
||
|
|
||
|
BuyPrice=1100
|
||
|
AmmoPricePerMag=40
|
||
|
ImagePath="wep_ui_hrg_cranialpopper_tex.UI_WeaponSelect_HRG_CranialPopper"
|
||
|
EffectiveRange=90
|
||
|
|
||
|
UpgradePrice[0]=700
|
||
|
UpgradePrice[1]=1500
|
||
|
|
||
|
UpgradeSellPrice[0]=525
|
||
|
UpgradeSellPrice[1]=1650
|
||
|
}
|