29 lines
839 B
Ucode
29 lines
839 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"
|
||
|
|
||
|
EffectiveRange=12
|
||
|
|
||
|
UpgradePrice[0]=700
|
||
|
UpgradePrice[1]=1500
|
||
|
|
||
|
UpgradeSellPrice[0]=525
|
||
|
UpgradeSellPrice[1]=1650
|
||
|
|
||
|
SharedUnlockId=SCU_ShrinkRayGun
|
||
|
}
|