def __init__(self):
     Spell.__init__(self)
     self.color = WHITE
     self.type = ST_ORDER
 def __init__(self):
     Spell.__init__(self)
     self.color = BLUE
     self.type = ST_GENERIC
 def __init__(self):
     Spell.__init__(self)
     self.color = WHITE
     self.type = ST_ORDER
 def __init__(self):
     Spell.__init__(self)
     self.color = GREEN
     self.type = ST_GENERIC
 def __init__(self):
     Spell.__init__(self)
     self.color = RED
     self.type = ST_GENERIC