1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00
sapphire/scripts/chai/skill/cnj/skillDef_127.chai
2017-08-29 23:22:41 +02:00

18 lines
268 B
ChaiScript

// Skill Name: Stone II
// Skill ID: 127
class skillDef_127Def
{
def skillDef_127Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_DAMAGE, 127, 200, 0, target );
}
};
GLOBAL skillDef_127 = skillDef_127Def();