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_119.chai

19 lines
265 B
ChaiScript
Raw Normal View History

// Skill Name: Stone
// Skill ID: 119
class skillDef_119Def
{
def skillDef_119Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_DAMAGE, 119, 140, 0, target );
}
};
GLOBAL skillDef_119 = skillDef_119Def();