2022-05-11 15:13:25 +00:00
|
|
|
//=============================================================================
|
|
|
|
// KFWeapDef_ShrinkRayGun
|
|
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
|
|
// Killing Floor 2
|
|
|
|
// Copyright (C) 2021 Tripwire Interactive LLC
|
|
|
|
//=============================================================================
|
|
|
|
class KFWeapDef_ShrinkRayGun extends KFWeaponDefinition
|
|
|
|
abstract;
|
|
|
|
|
|
|
|
DefaultProperties
|
|
|
|
{
|
|
|
|
WeaponClassPath="KFGameContent.KFWeap_ShrinkRayGun"
|
|
|
|
|
2023-05-11 15:55:04 +00:00
|
|
|
BuyPrice=900
|
2022-05-11 15:13:25 +00:00
|
|
|
AmmoPricePerMag=50
|
|
|
|
ImagePath="WEP_UI_ShrinkRay_Gun_TEX.UI_Weapon_Select_Shrink_Ray_Gun"
|
|
|
|
|
2023-02-24 17:06:51 +00:00
|
|
|
IsPlayGoHidden=true;
|
|
|
|
|
2022-05-11 15:13:25 +00:00
|
|
|
EffectiveRange=12
|
|
|
|
|
|
|
|
UpgradePrice[0]=700
|
|
|
|
UpgradePrice[1]=1500
|
|
|
|
|
|
|
|
UpgradeSellPrice[0]=525
|
|
|
|
UpgradeSellPrice[1]=1650
|
|
|
|
|
|
|
|
SharedUnlockId=SCU_ShrinkRayGun
|
|
|
|
}
|