26 lines
708 B
Ucode
26 lines
708 B
Ucode
|
//=============================================================================
|
||
|
// KFWeapDef_MKB42
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2017 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
class KFWeapDef_MKB42 extends KFWeaponDefinition
|
||
|
abstract;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
WeaponClassPath="KFGameContent.KFWeap_AssaultRifle_MKB42"
|
||
|
|
||
|
BuyPrice=1100 //1100
|
||
|
AmmoPricePerMag=50 //60
|
||
|
ImagePath="WEP_UI_MKB42_TEX.UI_WeaponSelect_MKB42"
|
||
|
|
||
|
EffectiveRange=67
|
||
|
|
||
|
UpgradePrice[0]=700
|
||
|
UpgradePrice[1]=1500
|
||
|
|
||
|
UpgradeSellPrice[0]=525
|
||
|
UpgradeSellPrice[1]=1650
|
||
|
}
|