NicePack/sources/Weapons/Playable/SniperWeapons/SVD/NiceSVDPickup.uc
Anton Tarasenko 3ab2559616 Update 007
[Changed]
- Weapon for sharpshooter SVD: max ammo reduced from 60 to 30, initialial ammo from 15 to 8, ammo cost raised from 42 to 100
- Weapon for demolitionist LAW: max ammo increased from 10 to 16, starting ammo increased from 1 to 4
- Enforcer's skill 'Multitasking': now holstered weapons reload 3 times slower than normal, instead of 5 times
[Technical]
- Added logging to help figure out issue with Enforcer's 'Multitasking' skill
2022-01-14 03:47:36 +07:00

27 lines
887 B
Ucode

class NiceSVDPickup extends NiceWeaponPickup;
#exec OBJ LOAD FILE=ScrnWeaponPack_T.utx
#exec OBJ LOAD FILE=ScrnWeaponPack_A.ukx
defaultproperties
{
Weight=8.000000
cost=1250
AmmoCost=100
BuyClipSize=10
PowerValue=90
SpeedValue=40
RangeValue=100
Description="The Dragunov sniper rifle is a semi-automatic sniper rifle/designated marksman rifle. It's shots are extra powerful, but require more precision."
ItemName="SVD (Dragunov) "
ItemShortName="SVD"
AmmoItemName="7.64x54mm"
CorrespondingPerkIndex=2
EquipmentCategoryID=2
InventoryType=Class'NicePack.NiceSVD'
PickupMessage="You've got the Dragunov Sniper Rifle (SVD)"
PickupSound=Sound'ScrnWeaponPack_SND.SVD.SVD_pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'ScrnWeaponPack_SM.SVD_st'
CollisionRadius=30.000000
CollisionHeight=5.000000
}