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

19 lines
267 B
ChaiScript
Raw Normal View History

2017-08-29 21:52:40 -03:00
// Skill Name: Raise
// Skill ID: 125
class skillDef_125Def
{
def skillDef_125Def()
{
}
def onFinish( player, target )
{
target.addStatusEffectByIdIfNotExist( 148, 60000, player, 0 );
2017-08-29 21:52:40 -03:00
}
};
GLOBAL skillDef_125 = skillDef_125Def();