NicePack/sources/Weapons/Playable/Pistols/Deagle/NiceDeaglePickup.uc

23 lines
684 B
Ucode

class NiceDeaglePickup extends NiceSinglePickup;
defaultproperties
{
VariantClasses(0)=class'SkinExecutionerPickup'
VariantClasses(1)=class'SkinGoldenDeaglePickup'
Weight=2.000000
cost=250
AmmoCost=14
BuyClipSize=8
PowerValue=65
SpeedValue=35
RangeValue=60
Description="50 Cal AE handgun. A powerful personal choice for personal defense."
ItemName="Desert Eagle"
ItemShortName="Deagle"
AmmoItemName=".300 JHP Ammo"
AmmoMesh=None
InventoryType=class'NiceDeagle'
PickupMessage="You got the Desert Eagle"
PickupSound=Sound'KF_HandcannonSnd.50AE_Pickup'
StaticMesh=StaticMesh'KF_pickups_Trip.pistol.deagle_pickup'
}