feat(chronicle): Add support for recording and processing turn-based world simulation steps in the Chronicle system

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-06 16:03:16 -07:00
parent e8e4d5c7f7
commit 1d9e77be52

View file

@ -46,7 +46,7 @@ pub enum ChronicleEntry {
pop: u32,
},
/// p3-13: world event (geological / biological / anomalous) emitted by
/// `mc-sim::event_dispatch::dispatch_world_events` each turn. `category`
/// `mc-worldsim::event_dispatch::dispatch_world_events` each turn. `category`
/// is one of `"geological"`, `"biological"`, `"anomalous"`. `kind` is the
/// specific event type (e.g. `"earthquake"`, `"plague"`, `"fog_bank"`).
/// `col`/`row` are the tile that sourced the event.