Add chapter 2 and 3 to table data

This commit is contained in:
2019-11-11 00:41:41 -07:00
parent 9bf7a2788a
commit acba54cfa5
2 changed files with 1354 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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[];
} }