NicePack/sources/Perks/Commando/Skills/NiceSkillCommandoExplosivePower.uc
2020-02-16 19:53:59 +07:00

7 lines
257 B
Ucode

class NiceSkillCommandoExplosivePower extends NiceSkill
abstract;
var float dmgMod;
defaultproperties
{
dmgMod=1.200000
SkillName="Explosive power"
SkillEffects="Burst fire deals 20% more damage and has reduced delay between shots."
}