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

19 lines
263 B
ChaiScript
Raw Normal View History

// Skill Name: Bootshine
// Skill ID: 53
class skillDef_53Def
{
def skillDef_53Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_DAMAGE, 53, 140, 0, target );
}
};
GLOBAL skillDef_53 = skillDef_53Def();