rott/kf_sources/ScrnHMG/Classes/SA80LSWPickup.uc
2026-07-14 20:27:09 +07:00

27 lines
931 B
Ucode

class SA80LSWPickup extends KFWeaponPickup;
defaultproperties
{
Weight=11.000000
cost=1000
AmmoCost=15
BuyClipSize=75
PowerValue=41
SpeedValue=60
RangeValue=60
Description="The SA80 (Small Arms for the 1980s) is a British family of 5.56mm small arms. It is a selective fire, gas-operated assault rifle. Elements of its design, in particular the bullpup configuration, come from the earlier EM-2 rifle."
ItemName="SA80 LSW SE"
ItemShortName="SA80 LSW"
AmmoItemName="Rounds 5.56x45"
CorrespondingPerkIndex=10
EquipmentCategoryID=2
InventoryType=Class'ScrnHMG.SA80LSW'
PickupMessage="You picked up the SA80 LSW"
PickupSound=Sound'HMG_S.SA80.SA80LSW_pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'HMG_A.SA80LSW_st'
DrawScale=1.500000
CollisionRadius=30.000000
CollisionHeight=5.000000
}