23 lines
668 B
Ucode
23 lines
668 B
Ucode
|
//=============================================================================
|
||
|
// KFWeapDef_HRG_Vampire
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2017 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
class KFWeapDef_HRG_Vampire extends KFWeaponDefinition
|
||
|
abstract;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
WeaponClassPath="KFGameContent.KFWeap_HRG_Vampire"
|
||
|
|
||
|
BuyPrice=1500
|
||
|
AmmoPricePerMag=60 //70
|
||
|
ImagePath="WEP_UI_HRG_Vampire_TEX.UI_WeaponSelect_HRG_Vampire"
|
||
|
|
||
|
EffectiveRange=70
|
||
|
|
||
|
UpgradePrice[0]=1500
|
||
|
UpgradeSellPrice[0]=1125
|
||
|
}
|