1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00
sapphire/scripts/chai/skill/cnj/skillDef_133.chai

20 lines
336 B
ChaiScript
Raw Normal View History

2017-09-19 00:12:35 -03:00
// Skill Name: Medica II
// Skill ID: 133
class skillDef_133Def
{
def skillDef_133Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_HEAL, 133, 200, 0, player );
target.addStatusEffectByIdIfNotExist( 150, 30000, player, 50 );
}
};
GLOBAL skillDef_133 = skillDef_133Def();