Completed first people effects

This commit is contained in:
Clément Pons
2025-07-23 18:09:13 +02:00
parent 7d6f9162ed
commit 86556ec604
6 changed files with 779 additions and 799 deletions

View File

@@ -101,7 +101,7 @@ export type FeatureItem = FeatureEffect | {
amount: number;
exclusive: boolean; //Disallow to pick the same option twice
};
options: FeatureEffect[];
options: Array<FeatureEffect & { text: string }>;
}
export type Feature = {
name?: string;