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
This commit is contained in:
parent
9bb40e03c8
commit
3ab2559616
6 changed files with 25 additions and 12 deletions
|
|
@ -1,9 +1,11 @@
|
|||
class NiceSkillEnforcerMultitasker extends NiceSkill
|
||||
abstract;
|
||||
|
||||
var float reloadSlowDown;
|
||||
|
||||
defaultproperties
|
||||
{
|
||||
reloadSlowDown=5.000000
|
||||
SkillName="Multitasker"
|
||||
SkillEffects="Reload holstered weapons at five times as much time."
|
||||
}
|
||||
reloadSlowDown = 3.0
|
||||
SkillName = "Multitasker"
|
||||
SkillEffects = "Reload holstered weapons, taking thrice as much time."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue