NicePack/sources/Perks/Sharpshooter/Skills/NiceSkillSharpshooterArdour.uc
Anton Tarasenko 12d95e387e Revert weapon conversion
This patch reverts first step of global weapon conversion
that would have halted the release of the next version for too long.
2020-04-17 23:06:41 +07:00

18 lines
480 B
Ucode

class NiceSkillSharpshooterArdour extends NiceSkill
abstract;
var float headshotKillReduction[5];
var float justHeadshotReduction;
defaultproperties
{
headshotKillReduction(0)=0.500000
headshotKillReduction(1)=1.000000
headshotKillReduction(2)=1.250000
headshotKillReduction(3)=1.500000
headshotKillReduction(4)=2.000000
justHeadshotReduction=0.250000
SkillName="Ardour"
SkillEffects="Head-shotting enemies reduces your cooldowns."
}