rott/kf_sources/NicePack/Classes/NiceSkillEnforcerBombard.uc
2026-07-14 20:27:09 +07:00

12 lines
314 B
Ucode

class NiceSkillEnforcerBombard extends NiceSkill
abstract;
var float stunMult;
var float spreadMult;
defaultproperties
{
stunMult=3.000000
spreadMult=0.500000
SkillName="Bombard"
SkillEffects="Your perked weapons are 3 times as good at stunning and have omly half as much spread."
}