1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00
sapphire/scripts/chai/status/statusDef_143.chai

19 lines
262 B
ChaiScript

// Status Name: Aero
// Status ID: 143
class statusDef_143Def
{
def statusDef_143Def()
{
}
def onTick( actor, effect )
{
print("tick");
effect.registerTickEffect( 1, 30 );
}
};
GLOBAL statusDef_143 = statusDef_143Def();