NicePack/sources/Weapons/Playable/SniperWeapons/M99/NiceM99Pickup.uc

25 lines
886 B
Ucode

class NiceM99Pickup extends NiceWeaponPickup;
defaultproperties
{
cost=1250
AmmoCost=13
BuyClipSize=1
PowerValue=95
SpeedValue=30
RangeValue=100
Description="M99 50 Caliber Single Shot Sniper Rifle - The ultimate in long range accuracy and knock down power. But to land a proper shot with it one needs to be extra precise and aim at his target for at least a solid second."
ItemName="M99 AMR"
ItemShortName="M99 AMR"
AmmoItemName="50 Cal Bullets"
CorrespondingPerkIndex=2
EquipmentCategoryID=3
MaxDesireability=0.790000
InventoryType=Class'NicePack.NiceM99SniperRifle'
PickupMessage="You got the M99 Sniper Rifle"
PickupSound=Sound'KF_M99Snd.M99_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups4_Trip.Rifles.M99_Sniper_Pickup'
CollisionRadius=25.000000
CollisionHeight=10.000000
}