From 18b2ade58c6dd6351ce5c9b072ade785d5f2f0a8 Mon Sep 17 00:00:00 2001 From: Kraust Date: Wed, 22 Jan 2025 06:15:02 -0500 Subject: [PATCH] Added Season 33 (#100) * Added Season 33. --- ladder/fixtures/variants.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ladder/fixtures/variants.json b/ladder/fixtures/variants.json index 14806d2..99afcfe 100644 --- a/ladder/fixtures/variants.json +++ b/ladder/fixtures/variants.json @@ -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": [] } }