Skip to content

Commit b6f5f95

Browse files
SleeplessOne1917benrnormanBen Normanbagelbits
committed
refactor(choice structure): Choice structure reform (#465)
BREAKING CHANGE: Choice structure reform * Reform choice in background * Reform choice in classes * Reform choice in subrace * Reform choice in traits * Reform choice in races * Reform choice in features * Fix mistake with subraces * Reform choice in monsters * Add descriptions to some choices in classes * Reorder monk proficiency_choices * Remove unnecessary notes * Reformat multiattack. Add actions to vampire multiattack. * Fixed prerequisite to reference correct spell (#474) Co-authored-by: Ben Norman <ben@headjam.com.au> * Clean up unusued variable * Make vampire consistent with other shapechangers (#473) Co-authored-by: Chris Ward <cdurianward@gmail.com> Co-authored-by: benrnorman <ben.r.norman@gmail.com> Co-authored-by: Ben Norman <ben@headjam.com.au> Co-authored-by: Chris Ward <cdurianward@gmail.com>
1 parent cc8f13b commit b6f5f95

8 files changed

Lines changed: 10266 additions & 7694 deletions

scripts/dbRefresh.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import { readdirSync, unlinkSync, writeFileSync } from "fs";
2+
13
import { execSync } from "child_process";
2-
import { readdirSync, readFileSync, writeFileSync, unlinkSync } from "fs";
34

45
// check the environment variable is set
56
const mongodb_uri = process.env.MONGODB_URI;

src/5e-SRD-Backgrounds.json

Lines changed: 330 additions & 329 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)