NicePack/sources/Weapons/Playable/Shotguns/Saiga/NiceSaiga12cPickup.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

5 lines
745 B
Ucode

class NiceSaiga12cPickup extends NiceWeaponPickup;
defaultproperties
{
AmmoCost=50
BuyClipSize=8
PowerValue=87
SpeedValue=45
RangeValue=20
Description="12-gauge combat shotgun, visually patterned after the Kalashnikov series of assault rifles. Shoots small amount of high-damage projectiles."
ItemName="Saiga-12s"
ItemShortName="Saiga-12s"
AmmoItemName="12-gauge"
CorrespondingPerkIndex=1
EquipmentCategoryID=3
InventoryType=Class'NicePack.NiceSaiga12c'
PickupMessage="You've got Saiga-12s"
PickupSound=Sound'KF_AA12Snd.AA12_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'ScrnWeaponPack_SM.saiga_sm'
CollisionRadius=35.000000
CollisionHeight=5.000000
}