Added some events and more categories

This commit is contained in:
Alexis
2024-05-01 12:38:06 +02:00
parent 052bad3889
commit 89ef95c50f
6 changed files with 126 additions and 8 deletions

View File

@@ -21,8 +21,14 @@ export const calendarEventCategories = [
'invention',
'science',
'bénédiction',
'joueurs'
]
'joueurs',
'découverte',
'exploration',
'construction',
'arcanologie',
'criminalité',
'scandale'
] as const
export type CalendarEventCategory = (typeof calendarEventCategories)[number]