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

10 lines
321 B
Ucode

class NiceSkillSharpshooterSurgical extends NiceSkill
abstract;
var float penDmgReduction;
defaultproperties
{
PenDmgReduction=0.900000
SkillName="Surgical precision"
SkillEffects="While you're aiming down sights your bullets and projectiles gain additional head penetration with only 10% damage loss."
}