Expand description
Native Rust implementation of the loop-task pacing logic.
Drives the daily “loop task” pacing: arena/dungeon insertions, milestone
quests, and the regular quest cycle. Called by the native quest ports in
behaviors::additional_quests via advance_loop /
prepare_loop / on_finish_regular_loop_task.
Functions§
- advance_
loop - Native port of the loop-task
advance_looplogic. - on_
finish_ regular_ loop_ task - prepare_
loop - Native port of the loop-task
prepare_looplogic. Consumes RNG in the IDENTICAL order (gold → cookie → blueprint slot draws).