Results 4 comments of pookleblinky

Todo: (dis)advantage modifiers to rolls

Booleans seem to align well enough now.

Migrate (list foo bar baz) stuff to plain text files that get slurped using file->lines as in tasks.rkt

Adding task files is ugly. I could use build-path like ``` (define taskfiles (map (lambda (file) (build-path taskfolder file)) tasklists)) ``` And then the files can all be in one...