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

31 lines
984 B
Ucode

//=============================================================================
// KFWeapDef_GravityImploder
//=============================================================================
// A lightweight container for basic weapon properties that can be safely
// accessed without a weapon actor (UI, remote clients).
//=============================================================================
// Killing Floor 2
// Copyright (C) 2020 Tripwire Interactive LLC
//=============================================================================
class KFWeapDef_GravityImploder extends KFWeaponDefinition
abstract;
defaultproperties
{
WeaponClassPath="KFGameContent.KFWeap_GravityImploder"
BuyPrice=2000
AmmoPricePerMag=70//40
ImagePath="WEP_UI_Gravity_Imploder_TEX.UI_WeaponSelect_Gravity_Imploder"
IsPlayGoHidden=true;
EffectiveRange=95 // Based on comment Slightly less than M79 Grenade Launcher
SharedUnlockId=SCU_GravityImploder
}