Expand description
Resolution protocols for encounter resolution.
Re-exports§
pub use background::BackgroundScheme;pub use background::SchemePhase;pub use multi_beat::MultiBeat;pub use single::SingleExchange;
Modules§
- background
- BackgroundScheme resolution protocol — a long-duration plot that accumulates progress over many ticks, then resolves to a single consequential beat. Inspired by the progress-bar shape of CK3 schemes; agents, discovery, and counter-actions are intentionally out of scope — consumers add those at the drama-manager layer.
- multi_
beat - Versu-style turn-based encounter resolution.
- single
- CiF-style one-shot resolution protocol.