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

18 lines
267 B
ChaiScript

// Skill Name: Raise
// Skill ID: 125
class skillDef_125Def
{
def skillDef_125Def()
{
}
def onFinish( player, target )
{
target.addStatusEffectByIdIfNotExist( 148, 60000, player, 0 );
}
};
GLOBAL skillDef_125 = skillDef_125Def();