WEAPON_PROFICIENCY
Description
Enumerations used by NPC:SetCurrentWeaponProficiency and
NPC:GetCurrentWeaponProficiency.
Values
WEAPON_PROFICIENCY_POOR | 0 | The NPC will miss a large majority of their shots. |
WEAPON_PROFICIENCY_AVERAGE | 1 | The NPC will miss about half of their shots. |
WEAPON_PROFICIENCY_GOOD | 2 | The NPC will sometimes miss their shots. |
WEAPON_PROFICIENCY_VERY_GOOD | 3 | The NPC will rarely miss their shots. |
WEAPON_PROFICIENCY_PERFECT | 4 | The NPC will almost never miss their shots. |