1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00
sapphire/scripts/chai/status/statusDef_144.chai

19 lines
245 B
ChaiScript
Raw Normal View History

// Status Name: Aero II
// Status ID: 144
class statusDef_144Def
{
def statusDef_144Def()
{
}
def onTick( actor, effect )
{
effect.registerTickEffect( 1, 50 );
}
};
GLOBAL statusDef_144 = statusDef_144Def();