31 lines
864 B
Ucode
31 lines
864 B
Ucode
//=============================================================================
|
|
// KFWeapDef_ShrinkRayGun
|
|
//=============================================================================
|
|
//=============================================================================
|
|
// Killing Floor 2
|
|
// Copyright (C) 2021 Tripwire Interactive LLC
|
|
//=============================================================================
|
|
class KFWeapDef_ShrinkRayGun extends KFWeaponDefinition
|
|
abstract;
|
|
|
|
DefaultProperties
|
|
{
|
|
WeaponClassPath="KFGameContent.KFWeap_ShrinkRayGun"
|
|
|
|
BuyPrice=1200
|
|
AmmoPricePerMag=50
|
|
ImagePath="WEP_UI_ShrinkRay_Gun_TEX.UI_Weapon_Select_Shrink_Ray_Gun"
|
|
|
|
IsPlayGoHidden=true;
|
|
|
|
EffectiveRange=12
|
|
|
|
UpgradePrice[0]=700
|
|
UpgradePrice[1]=1500
|
|
|
|
UpgradeSellPrice[0]=525
|
|
UpgradeSellPrice[1]=1650
|
|
|
|
SharedUnlockId=SCU_ShrinkRayGun
|
|
}
|