summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2023-10-16Add NPC personality and disposition to persona generationDavid Gay
2023-10-16NPC personalitiesDavid Gay
2023-10-16Make random tables a static collectionDavid Gay
2023-10-16CSV output for random henchmenDavid Gay
2023-10-15Add some simple debug loggingDavid Gay
2023-10-15Hook up racesDavid Gay
2023-10-15Remove colons from henchman ability score outputDavid Gay
2023-10-14cargo fmtDavid Gay
2023-10-14First parts of generating henchman ability scoresDavid Gay
2023-10-14Hack class lookups by downcasing for nowDavid Gay
2023-10-14Improve class data loadingDavid Gay
2023-10-14Partial implementation of Class structDavid Gay
2023-10-06Change binary to consume our libraryDavid Gay
2023-10-06Add class determination to henchman generationDavid Gay
2023-10-02cargo fmtDavid Gay
2023-10-02Magic maps and random magic commandDavid Gay
2023-10-02Generate random henchman alignment and raceDavid Gay
2023-10-02Set up for random things other than tables, like henchmenDavid Gay
2023-10-01random commandDavid Gay
2023-10-01Draft of random tablesDavid Gay
2023-09-30Basic CLIDavid Gay
2023-09-30DieRoll structDavid Gay
2023-09-30Use roll_formula insteadDavid Gay
2023-09-30Simple die rollerDavid Gay
2023-09-19Init project w/ licenseDavid Gay