22 lines
547 B
Ucode
22 lines
547 B
Ucode
class NiceSkillSharpshooterControl extends NiceSkill
|
|
abstract;
|
|
|
|
var float zoomBonus;
|
|
var float zoomSpeedBonus;
|
|
var float reloadBonus;
|
|
var float fireRateBonus;
|
|
var float recoilMult;
|
|
var float stunMultiplier;
|
|
|
|
defaultproperties
|
|
{
|
|
zoomBonus=1.0//0.750000
|
|
zoomSpeedBonus=1.0//0.500000
|
|
ReloadBonus=0.2500000
|
|
fireRateBonus=0.1500000
|
|
recoilMult=0.500000
|
|
stunMultiplier=2.0
|
|
SkillName="Control"
|
|
SkillEffects="Twice as much stun power, reload up to 25% faster, shoot up to 15% faster and recoil only for half as much."
|
|
}
|