def getBattleCellSpec(self, battleCellId): cogSpecModule = MintRoomSpecs.getCogSpecModule(self.roomId) return cogSpecModule.BattleCells[battleCellId]
def getReserveCogSpec(self, cogId): cogSpecModule = MintRoomSpecs.getCogSpecModule(self.roomId) return cogSpecModule.ReserveCogData[cogId]