1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00
sapphire/scripts/chai/skill/cnj/skillDef_132.chai

20 lines
334 B
ChaiScript
Raw Normal View History

// Skill Name: Aero II
// Skill ID: 132
class skillDef_132Def
{
def skillDef_132Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_DAMAGE, 132, 50, 0, target );
target.addStatusEffectByIdIfNotExist( 143, 20000, player, 0 );
}
};
GLOBAL skillDef_132 = skillDef_132Def();