1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00
sapphire/scripts/chai/skill/cnj/skillDef_120.chai

19 lines
262 B
ChaiScript
Raw Normal View History

// Skill Name: Cure
// Skill ID: 120
2017-08-14 17:10:19 +02:00
class skillDef_120Def
{
def skillDef_120Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_HEAL, 120, 450, 0, target );
2017-08-14 17:10:19 +02:00
}
};
GLOBAL skillDef_120 = skillDef_120Def();