feat: add Star Rail, Wuthering Waves and Zenless Zone Zero

Three more Game8 templates. ZZZ spans each event name across two rows with a
rowspan, so a flat cell reader sees [title, "Start", date] then ["End",
date]; losing that pairing would silently halve the calendar.

Section matching also had to widen — these pages head their sections
"Featured Events", "List of Events and Schedule" and "Ongoing Events".

Verified independently of the parser: HSR's year-less summary table lists
six ongoing events and all six are captured via their detail rows, so
nothing is silently dropped.

28 events added across the three games.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
Lucas Winther
2026-08-15 00:47:50 +02:00
co-authored by Claude Opus 5
parent 90be312942
commit 817ad41dcd
9 changed files with 10064 additions and 13 deletions
@@ -0,0 +1,128 @@
[
{
"id": "hsr:stellar-companion:2026-04-22",
"game": "hsr",
"title": "Stellar Companion",
"type": "other",
"summary": "Log in from 4.2 to the end of 4.4 to get a Golden Companion Spirit, which can be exchanged for a free 5-Star!",
"startsAt": "2026-04-22T00:00:00.000Z",
"startPrecision": "day",
"endsAt": null,
"endPrecision": "unknown",
"regionScoped": false,
"regionEnds": null,
"sourceUrl": "https://game8.co/games/Honkai-Star-Rail/archives/408749",
"sourceId": "hsr-game8-events",
"status": "published",
"confidence": 0.75,
"extractionMethod": "parser",
"version": 1,
"firstSeenAt": "2026-08-14T00:00:00.000Z",
"updatedAt": "2026-08-14T00:00:00.000Z"
},
{
"id": "hsr:antigraft-brickbuster:2026-07-15",
"game": "hsr",
"title": "Antigraft Brickbuster",
"type": "other",
"summary": "Help Aventurine investigate IPC corruption by hacking into their database. Stack as many bricks of data to dismantle the firewall and complete each challenge!",
"startsAt": "2026-07-15T00:00:00.000Z",
"startPrecision": "day",
"endsAt": "2026-08-26T00:00:00.000Z",
"endPrecision": "day",
"regionScoped": false,
"regionEnds": null,
"sourceUrl": "https://game8.co/games/Honkai-Star-Rail/archives/408749",
"sourceId": "hsr-game8-events",
"status": "published",
"confidence": 0.85,
"extractionMethod": "parser",
"version": 1,
"firstSeenAt": "2026-08-14T00:00:00.000Z",
"updatedAt": "2026-08-14T00:00:00.000Z"
},
{
"id": "hsr:fate-gift:2026-07-15",
"game": "hsr",
"title": "Fate Gift",
"type": "other",
"summary": "Spend 200 Star Rail Special Passes on any Version 4.4 banner to get either Gilgamesh or Archer's Light Cone!",
"startsAt": "2026-07-15T00:00:00.000Z",
"startPrecision": "day",
"endsAt": "2026-08-26T00:00:00.000Z",
"endPrecision": "day",
"regionScoped": false,
"regionEnds": null,
"sourceUrl": "https://game8.co/games/Honkai-Star-Rail/archives/408749",
"sourceId": "hsr-game8-events",
"status": "published",
"confidence": 0.85,
"extractionMethod": "parser",
"version": 1,
"firstSeenAt": "2026-08-14T00:00:00.000Z",
"updatedAt": "2026-08-14T00:00:00.000Z"
},
{
"id": "hsr:fate-star-rail-night:2026-07-24",
"game": "hsr",
"title": "Fate/Star Rail Night",
"type": "other",
"summary": "Team up with Rin Tohsaka in this combat event and unlock various Noble Phantasms to unleash strong abilities against foes!",
"startsAt": "2026-07-24T00:00:00.000Z",
"startPrecision": "day",
"endsAt": "2026-08-26T00:00:00.000Z",
"endPrecision": "day",
"regionScoped": false,
"regionEnds": null,
"sourceUrl": "https://game8.co/games/Honkai-Star-Rail/archives/408749",
"sourceId": "hsr-game8-events",
"status": "published",
"confidence": 0.85,
"extractionMethod": "parser",
"version": 1,
"firstSeenAt": "2026-08-14T00:00:00.000Z",
"updatedAt": "2026-08-14T00:00:00.000Z"
},
{
"id": "hsr:free-gilgamesh-or-archer:2026-07-24",
"game": "hsr",
"title": "Free Gilgamesh or Archer",
"type": "other",
"summary": "Log in during the Fate Collab update until the end of Version 4.6 to claim either a free Gilgamesh or Archer !",
"startsAt": "2026-07-24T00:00:00.000Z",
"startPrecision": "day",
"endsAt": null,
"endPrecision": "unknown",
"regionScoped": false,
"regionEnds": null,
"sourceUrl": "https://game8.co/games/Honkai-Star-Rail/archives/408749",
"sourceId": "hsr-game8-events",
"status": "published",
"confidence": 0.75,
"extractionMethod": "parser",
"version": 1,
"firstSeenAt": "2026-08-14T00:00:00.000Z",
"updatedAt": "2026-08-14T00:00:00.000Z"
},
{
"id": "hsr:4-4-garden-of-plenty:2026-08-14",
"game": "hsr",
"title": "4.4 Garden of Plenty",
"type": "other",
"summary": "Get double the rewards when challenging Golden and Crimson Calyxes!",
"startsAt": "2026-08-14T00:00:00.000Z",
"startPrecision": "day",
"endsAt": "2026-08-24T00:00:00.000Z",
"endPrecision": "day",
"regionScoped": false,
"regionEnds": null,
"sourceUrl": "https://game8.co/games/Honkai-Star-Rail/archives/408749",
"sourceId": "hsr-game8-events",
"status": "published",
"confidence": 0.85,
"extractionMethod": "parser",
"version": 1,
"firstSeenAt": "2026-08-14T00:00:00.000Z",
"updatedAt": "2026-08-14T00:00:00.000Z"
}
]
File diff suppressed because one or more lines are too long