1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 23:57:46 +00:00
sapphire/bin/scripts/chai/skill/cnj/skillDef_128.chai

18 lines
256 B
ChaiScript

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