27 lines
919 B
Ucode
27 lines
919 B
Ucode
class StingerPickup extends KFWeaponPickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Weight=13.000000
|
|
cost=5000
|
|
AmmoCost=75
|
|
BuyClipSize=123
|
|
PowerValue=50
|
|
SpeedValue=95
|
|
RangeValue=30
|
|
Description="Stinger Minigun first was designed by Liandri corp. as a mining tool, but later converted into military service. Fires shards of unprocessed Tarydium crystal."
|
|
ItemName="Stinger Minigun SE"
|
|
ItemShortName="Stinger SE "
|
|
AmmoItemName="7.62x51mm Ammo"
|
|
AmmoMesh=StaticMesh'KillingFloorStatics.L85Ammo'
|
|
CorrespondingPerkIndex=10
|
|
EquipmentCategoryID=3
|
|
InventoryType=Class'ScrnHMG.Stinger'
|
|
PickupMessage="You've picked up a Stinger Minigun"
|
|
PickupSound=Sound'HMG_S.Stinger.StingerTakeOut'
|
|
PickupForce="AssaultRiflePickup"
|
|
StaticMesh=StaticMesh'HMG_A.UT3StingerPickup'
|
|
CollisionRadius=25.000000
|
|
CollisionHeight=5.000000
|
|
}
|