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 {
|
interface TableConfig {
|
||||||
name: string;
|
name: string;
|
||||||
|
notes?: string;
|
||||||
|
tags?: string[];
|
||||||
dice: number[];
|
dice: number[];
|
||||||
possibleResults: TableResult[];
|
possibleResults: TableResult[];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user