Add chapter 2 and 3 to table data
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -75,6 +75,8 @@ interface TableResult {
|
||||
|
||||
interface TableConfig {
|
||||
name: string;
|
||||
notes?: string;
|
||||
tags?: string[];
|
||||
dice: number[];
|
||||
possibleResults: TableResult[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user