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

19 lines
268 B
ChaiScript
Raw Normal View History

// Skill Name: Stone II
// Skill ID: 127
2017-08-14 17:10:19 +02:00
class skillDef_127Def
{
def skillDef_127Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_DAMAGE, 127, 200, 0, target );
2017-08-14 17:10:19 +02:00
}
};
GLOBAL skillDef_127 = skillDef_127Def();