NicePack/sources/Weapons/Playable/Shotguns/Benelli/NiceBenelliPickup.uc
2022-01-21 14:25:59 +04:00

25 lines
834 B
Ucode

class NiceBenelliPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=8.000000
cost=500
AmmoCost=13
BuyClipSize=6
PowerValue=70
SpeedValue=60
RangeValue=15
Description="A military tactical shotgun with semi automatic fire capability. Holds up to 6 shells. "
ItemName="Benelli shotgun"
ItemShortName="Benelli shotgun"
AmmoItemName="12-gauge shells"
CorrespondingPerkIndex=1
EquipmentCategoryID=2
VariantClasses(0)=Class'KFMod.GoldenBenelliPickup'
InventoryType=class'NiceBenelliShotgun'
PickupMessage="You got the Benelli shotgun"
PickupSound=Sound'KF_M4ShotgunSnd.foley.WEP_Benelli_Foley_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups3_Trip.Rifles.Benelli_Pickup'
CollisionRadius=35.000000
CollisionHeight=5.000000
}