Skip to content

Commit

Permalink
feat: add challenge (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny authored Aug 17, 2024
1 parent ad5d201 commit 9b1f079
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions src/data/netherlands-pilot/runs/august-2024/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,5 +352,65 @@ export default {
challenge: NetherlandsPilotChallenge.TwoCitiesOneName,
place: 'Haarlem',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T13:50:00.000Z').toISOString(),
team: August2024Team.TeamB,
challenge: NetherlandsPilotChallenge.AlphabetCity,
place: 'Amsterdam',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T13:54:00.000Z').toISOString(),
team: August2024Team.TeamB,
challenge: NetherlandsPilotChallenge.BullishAdventure,
place: 'Amsterdam',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T13:50:00.000Z').toISOString(),
team: August2024Team.TeamB,
challenge: NetherlandsPilotChallenge.AlphabetCity,
place: 'Amsterdam',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T14:06:00.000Z').toISOString(),
team: August2024Team.TeamB,
challenge: NetherlandsPilotChallenge.VOCHeritage,
place: 'Amsterdam',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T14:06:00.000Z').toISOString(),
team: August2024Team.TeamB,
challenge: NetherlandsPilotChallenge.StreetArtHunt,
place: 'Amsterdam',
},

/// team A
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T13:49:00.000Z').toISOString(),
team: August2024Team.TeamA,
challenge: NetherlandsPilotChallenge.InternationalCourt,
place: 'Den Haag',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T13:56:00.000Z').toISOString(),
team: August2024Team.TeamA,
cursedTeam: August2024Team.TeamB,
challenge: NetherlandsPilotChallenge.PublicKaraoke,
place: 'Den Haag',
},
{
type: EventType.ChallengeCompleted,
timestamp: new Date('2024-08-17T14:17:00.000Z').toISOString(),
team: August2024Team.TeamA,
cursedTeam: August2024Team.TeamB,
challenge: NetherlandsPilotChallenge.WindmillSpin,
place: 'Den Haag',
},
],
} as RunGameData

0 comments on commit 9b1f079

Please sign in to comment.