NicePack/sources/Weapons/Playable/SniperWeapons/VSSD/NiceVSSDTPickup.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
843 B
Ucode

class NiceVSSDTPickup extends NiceWeaponPickup;
defaultproperties
{
Weight=7.000000
cost=1000
AmmoCost=15
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'NicePack.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
}