NicePack/sources/Weapons/Playable/Shotguns/Benelli/NiceBenelliPickup.uc

25 lines
843 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'NicePack.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
}