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

19 lines
266 B
ChaiScript
Raw Normal View History

// Skill Name: Repose
// Skill ID: 128
class skillDef_128Def
{
def skillDef_128Def()
{
}
def onFinish( player, target )
{
target.addStatusEffectByIdIfNotExist( 3, 30000, player, 0 );
}
};
GLOBAL skillDef_128 = skillDef_128Def();