You've already forked obsidian-visualiser
Completed first people effects
This commit is contained in:
2
types/character.d.ts
vendored
2
types/character.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user