Skip to content

Commit

Permalink
Added Season 33 (#100)
Browse files Browse the repository at this point in the history
* Added Season 33.
  • Loading branch information
Kraust authored Jan 22, 2025
1 parent 7d8353b commit 18b2ade
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions ladder/fixtures/variants.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,24 @@
"pk": "Season 32 - Unparalleled",
"fields": {
"start_date": "2024-05-28T12:00:00+00:00",
"end_date": "2025-02-10T23:59:59+00:00",
"is_ground_variant": true,
"is_space_variant": true,
"exclude_space": [],
"exclude_ground": []
}
},
{
"model": "ladder.Variant",
"pk": "Season 33 - Unveiled",
"fields": {
"start_date": "2025-02-11T12:00:00+00:00",
"end_date": "2099-12-31T23:59:59+00:00",
"is_ground_variant": true,
"is_space_variant": true,
"exclude_space": [
],
"combat_time_source": "log_duration",
"combat_time_threshold": 0.85,
"exclude_space": [],
"exclude_ground": []
}
}
Expand Down

0 comments on commit 18b2ade

Please sign in to comment.