30 lines
934 B
Ucode
30 lines
934 B
Ucode
|
//=============================================================================
|
||
|
// 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
|
||
|
}
|