25 lines
714 B
Ucode
25 lines
714 B
Ucode
class AUG_A1ARPickup extends KFWeaponPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Weight=9.000000
|
|
AmmoCost=30
|
|
BuyClipSize=20
|
|
PowerValue=45
|
|
SpeedValue=65
|
|
RangeValue=90
|
|
Description="Steyr AUG 1977 Steyr-Daimler-Puch AG & Co KG )"
|
|
ItemName="Steyr AUG A1 SE"
|
|
ItemShortName="AUG A1"
|
|
AmmoItemName="Rounds 5.56mm NATO"
|
|
CorrespondingPerkIndex=10
|
|
EquipmentCategoryID=2
|
|
InventoryType=Class'ScrnHMG.AUG_A1AR'
|
|
PickupMessage="You picked up the Steyr AUG A1"
|
|
PickupSound=Sound'HMG_S.AUG.aug_pickup'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'HMG_A.AUG_A1_st'
|
|
CollisionRadius=30.000000
|
|
CollisionHeight=5.000000
|
|
}
|