8 lines
269 B
Ucode
8 lines
269 B
Ucode
class NiceSkillDemoAPShot extends NiceSkill
|
|
abstract;
|
|
var float minCos;
|
|
var float damageRatio;
|
|
defaultproperties
|
|
{
|
|
minCos=0.707000
|
|
damageRatio=1.000000
|
|
SkillName="AP shot"
|
|
SkillEffects="Deal full blast damage behind the target you've hit."
|
|
}
|