NicePack/sources/Weapons/Playable/AssaultRifles/L85A2/NiceL85A2Pickup.uc
2022-01-21 14:25:59 +04:00

26 lines
861 B
Ucode

class NiceL85A2Pickup extends NiceWeaponPickup;
defaultproperties
{
Weight=5.000000
cost=250
AmmoCost=7
BuyClipSize=15
PowerValue=45
SpeedValue=60
RangeValue=70
Description="This L85A2 is fine-tuned for sharpshooter's use: relatively low damage is compensated by sharpshooter's own abilities, while low recoil and simple reload allow for non-stop head-popping."
ItemName="L85A2"
ItemShortName="L85A2"
AmmoItemName="5.556x45mm Ammo"
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
CorrespondingPerkIndex=3
EquipmentCategoryID=3
InventoryType=class'NiceL85A2Z'
PickupMessage="You got the L85A2"
PickupSound=Sound'KF_FNFALSnd.FNFAL_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'NicePackSM.L85A2.L85A2_Static'
CollisionRadius=25.000000
CollisionHeight=5.000000
}