From cb78fc598b7e83f934dcc7849abcba94eafa229a Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sun, 9 Mar 2025 16:52:42 +0100 Subject: [PATCH 01/14] Update wgs25-kampfplan.md --- .../announcements/de/wgs25-kampfplan.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/content/announcements/de/wgs25-kampfplan.md b/src/content/announcements/de/wgs25-kampfplan.md index 8cb4920..879481d 100644 --- a/src/content/announcements/de/wgs25-kampfplan.md +++ b/src/content/announcements/de/wgs25-kampfplan.md @@ -14,12 +14,12 @@ tags: | Platzierung | Team | Punkte | |-------------|-------------|--------| -| 1. | ABYSS | 0 | -| | BlackFire | 0 | -| | Borg | 0 | -| | Halcyon | 0 | -| | Happy-End | 0 | -| | TheNoobTeam | 0 | +| 1. | Halcyon | 2 | +| 2. | ABYSS | 1 | +| | Borg | 1 | +| | Happy-End | 1 | +| | TheNoobTeam | 1 | +| 6. | BlackFire | 0 | ### Aktueller Spieltag @@ -42,12 +42,12 @@ PL hat sich nach der Qualifikation zurückgezogen, womit BF nachgerückt ist. | 08.03.2025 | Begegnung | Ergebnis | |------------|--------------|----------| -| 19:00 | ABYS vs Borg | / | -| 19:30 | Hlcy vs HPY | / | -| 20:00 | BF vs TNT | / | -| 20:30 | HPY vs ABYS | / | -| 21:00 | Borg vs BF | / | -| 21:30 | TNT vs Hlcy | / | +| 19:00 | ABYS vs Borg | Sieg ABYS | +| 19:30 | Hlcy vs HPY | Sieg Hlcy | +| 20:00 | BF vs TNT | Sieg TNT | +| 20:30 | HPY vs ABYS | Sieg HPY | +| 21:00 | Borg vs BF | Sieg Borg | +| 21:30 | TNT vs Hlcy | Sieg Hlcy | ### 2. Spieltag From f3df3c000051ef3011ee08fa66319142c917d3fb Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Thu, 13 Mar 2025 16:05:26 +0100 Subject: [PATCH 02/14] Add ranked to Micro WarGear --- src/content/modes/microwargear.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/modes/microwargear.json b/src/content/modes/microwargear.json index 2b3e6cf..84e65fb 100644 --- a/src/content/modes/microwargear.json +++ b/src/content/modes/microwargear.json @@ -1,4 +1,5 @@ { "translationKey": "microwg", - "main": false + "main": false, + "ranked": true } \ No newline at end of file From 266c4cb4ea19c05b42ea3987c0bf7615a00129ab Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Thu, 13 Mar 2025 16:24:45 +0100 Subject: [PATCH 03/14] Add MissileWars ranking to Navbar.svelte --- src/components/Navbar.svelte | 2 ++ src/i18n/common/de.json | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte index 6cc047a..2f74112 100644 --- a/src/components/Navbar.svelte +++ b/src/components/Navbar.svelte @@ -101,6 +101,8 @@ {t("navbar.links.rules.micro")} {t("navbar.links.rules.sf")} +

{t("navbar.links.rules.ranked")}

+ {t("navbar.links.ranked.mw")}