26 lines
839 B
Ucode
26 lines
839 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'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
|
|
}
|