NicePack/sources/Perks/Commando/Skills/NiceSkillCommandoOverclocking.uc

10 lines
253 B
Ucode

class NiceSkillCommandoOverclocking extends NiceSkill
abstract;
var float fireSpeedMult;
defaultproperties
{
fireSpeedMult=1.300000
SkillName="Overclocking"
SkillEffects="+30% fire speed with perked weapons. Don't ask, it just works."
}