NicePack/sources/Weapons/Playable/SniperWeapons/VSSD/NiceVSSDTPickup.uc
2022-01-21 14:25:59 +04:00

26 lines
830 B
Ucode

class NiceVSSDTPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=7.000000
cost=1000
AmmoCost=25
BuyClipSize=10
PowerValue=80
SpeedValue=40
RangeValue=100
Description="The VSS (Special Sniper Rifle), also called the Vintorez (thread cutter), is a suppressed sniper rifle that is extremely suitable for quick dispatching of an enemy."
ItemName="VSS (Vintorez)"
ItemShortName="VSS"
AmmoItemName="Rifle bullets"
CorrespondingPerkIndex=2
EquipmentCategoryID=2
InventoryType=class'NiceVSSDT'
PickupMessage="You've got Vintorez"
PickupSound=Sound'KF_RifleSnd.RifleBase.Rifle_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'ScrnWeaponPack_SM.vintorezDT_sm'
DrawScale=1.200000
CollisionRadius=30.000000
CollisionHeight=5.000000
}