Someone forgot to put awp spread parameters ...

This commit is contained in:
Kamay Xutax 2024-09-14 01:15:38 +02:00
parent ac577d892c
commit 0c4309941d

View file

@ -26,7 +26,29 @@ WeaponData
"MaxInaccuracy" "0" "MaxInaccuracy" "0"
"TimeToIdle" "2" "TimeToIdle" "2"
"IdleInterval" "60" "IdleInterval" "60"
// New accuracy model parameters
"Spread" 0.00020
"InaccuracyCrouch" 0.06060
"InaccuracyStand" 0.08080
"InaccuracyJump" 0.54600
"InaccuracyLand" 0.05460
"InaccuracyLadder" 0.13650
"InaccuracyFire" 0.14000
"InaccuracyMove" 0.27300
"SpreadAlt" 0.00020
"InaccuracyCrouchAlt" 0.00150
"InaccuracyStandAlt" 0.00200
"InaccuracyJumpAlt" 0.54600
"InaccuracyLandAlt" 0.05460
"InaccuracyLadderAlt" 0.13650
"InaccuracyFireAlt" 0.14000
"InaccuracyMoveAlt" 0.27300
"RecoveryTimeCrouch" 0.24671
"RecoveryTimeStand" 0.34539
// Weapon data is loaded by both the Game and Client DLLs. // Weapon data is loaded by both the Game and Client DLLs.
"printname" "#Cstrike_WPNHUD_AWP" "printname" "#Cstrike_WPNHUD_AWP"
"viewmodel" "models/weapons/v_snip_awp.mdl" "viewmodel" "models/weapons/v_snip_awp.mdl"