Expand description
Maps critical questions to encounter beat candidates.
Each critical question on a SchemeInstance can be posed as a challenge
in an encounter. This module converts them into [Beat] values that the
encounter engine can process.
Functions§
- cq_
to_ beat - Convert a single
CriticalQuestionInstanceinto an encounter [Beat]. - critical_
question_ beats - Convert a
SchemeInstance’s critical questions into encounter beat candidates, one beat per critical question.