diff --git a/ai_manager.py b/ai_manager.py index 7cfaa5f..1e5d22b 100644 --- a/ai_manager.py +++ b/ai_manager.py @@ -18,9 +18,13 @@ db = SqliteDatabase( } ) -MINOR_CARDSET_PARAMS = [('cardset_id', 9), ('cardset_id', 3)] +# 2022, 2023 +MINOR_CARDSET_PARAMS = [('cardset_id', 8), ('cardset_id', 9), ('cardset_id', 3)] + +# 2013, 2019, 2022, 2023 MAJOR_CARDSET_PARAMS = [ - ('cardset_id', 1), ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 5), ('cardset_id', 6), ('cardset_id', 7), + ('cardset_id', 8), ('cardset_id', 6), ('cardset_id', 5), + ('cardset_id', 3), ('cardset_id', 4), ('cardset_id', 9), ('cardset_id', 10) ]