1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00
sapphire/bin/scripts/chai/skill/skillDef_119.chai

19 lines
264 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, 30, 0, target );
}
};
GLOBAL skillDef_119 = skillDef_119Def();