1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_Mine_Reconstructor.uc

30 lines
934 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFWeapDef_AF2011
//=============================================================================
// Weapon definition for the AF2011-A1
//=============================================================================
// Killing Floor 2
// Copyright (C) 2017 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_Mine_Reconstructor extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath = "KFGameContent.KFWeap_Mine_Reconstructor"
BuyPrice =1200
AmmoPricePerMag =36 //42
ImagePath = "WEP_UI_Mine_Reconstructor_TEX.UI_WeaponSelect_HMTechMineReconstructor"
EffectiveRange = 50
UpgradePrice[0]=700
UpgradePrice[1]=1500
UpgradeSellPrice[0]=525
UpgradeSellPrice[1]=1650
SharedUnlockId=SCU_MineReconstructor
}