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

27 lines
856 B
Ucode

class ProtectaPickup extends KFWeaponPickup;
defaultproperties
{
Weight=8.000000
cost=3333
AmmoCost=26
BuyClipSize=12
PowerValue=100
SpeedValue=70
RangeValue=20
Description="Protecta Automatic Shotgun was outshined by AA12 in every aspect until Horzine technicians managed to load it with flares..."
ItemName="Protecta SE"
ItemShortName="Protecta SE"
AmmoItemName="12 Gauge"
CorrespondingPerkIndex=5
EquipmentCategoryID=3
InventoryType=Class'ScrnWeaponPack.Protecta'
PickupMessage="You got the Protecta"
PickupSound=Sound'ScrnWeaponPack_SND.Protecta.striker_pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'ScrnWeaponPack_SM.protecta_st'
DrawScale=0.800000
CollisionRadius=35.000000
CollisionHeight=5.000000
}