1
0
KF2-Dev-Scripts/KFGame/Classes/KFWeapDef_Pistol_DualG18.uc
2023-02-24 20:06:51 +03:00

30 lines
942 B
Ucode

//=============================================================================
// KFWeapDef_Pistol_DualG18
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2019 Tripwire Interactive LLC
// Fernando Ferrando @ Saber Interactive
//=============================================================================
class KFWeapDef_Pistol_DualG18 extends KFWeaponDefinition
abstract;
DefaultProperties
{
WeaponClassPath="KFGameContent.KFWeap_Pistol_DualG18"
BuyPrice=1500 //Weapon Price
AmmoPricePerMag=76//48
EffectiveRange=30 //70 //Default Firemode (Automatic) & Altfire Firemode (Single Fire) range
ImagePath="WEP_UI_Dual_G18C_TEX.UI_WeaponSelect_Dual_G18C"
IsPlayGoHidden=true;
UpgradePrice[0]=1500
UpgradeSellPrice[0]=1125
SharedUnlockId=SCU_G18C
}