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

10 lines
251 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."
}