def description(self):
     spawn_type = [-9] if self.locked else [9]
     return Describe.random_orb_spawn(self.count, spawn_type)
 def description(self):
     return Describe.random_orb_spawn(self.count, self.attributes)