tmesser / DeckManager

BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Start skill checks from board locations #52

Closed MaxPeck closed 7 years ago

MaxPeck commented 9 years ago

There's currently no way to start AQ, Brig, or Administration checks. Per #51, starting one should maybe prompt for the difficulty, providing the normal one as a default but allowing arbitrary changes, so character abilities don't need to be programmed in, we don't have to prompt for an AQ target, etc.

tmesser commented 9 years ago

This isn't too bad to do. We can just add another json file with the boiler plate crises and read them in to the GameState. Then it's just a matter of allowing them to be drawn to the current 'crisis' at any time.