8 lines
363 B
Ucode
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."
|
|
}
|