1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00
sapphire/bin/scripts/chai/skill/skillDef_3.chai

19 lines
246 B
ChaiScript
Raw Normal View History

// Skill Name: Sprint
// Skill ID: 3
class skillDef_3Def
{
def skillDef_3Def()
{
}
def onFinish( player, target )
{
player.addStatusEffectById(50, 20000, 3791585310);
}
};
GLOBAL skillDef_3 = skillDef_3Def();