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

8 lines
363 B
Ucode

class NiceSkillCommandoThinOut extends NiceSkill
abstract;
var float damageMult;
var float maxDistance;
defaultproperties
{
damageMult=2.000000
MaxDistance=800.000000
SkillName="Thin out"
SkillEffects="Deal double damage against non-trash zeds, when there's either a huge zed or another zed of the same type within 16 meters of you."
}