1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00
sapphire/bin/scripts/chai/skill/skillDef_127.chai

19 lines
265 B
ChaiScript
Raw Normal View History

2017-08-14 17:10:19 +02:00
// Skill Name: Sprint
// Skill ID: 3
class skillDef_127Def
{
def skillDef_127Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_DAMAGE, 127, 1000, 0, target );
}
};
GLOBAL skillDef_127 = skillDef_127Def();