OptionalcanWhether the tour resumes mid-way or always restarts.
OptionalcanOptional eligibility predicate surfaced through SohlTour.canStart — e.g. only startable when a suitable actor exists. Defaults to always.
OptionaldescriptionLocalized description.
OptionaldisplayWhether to list the tour in Tour Management.
Machine id, unique within the namespace.
OptionallocalizationExtra localization entries merged into the i18n fallback.
The package namespace ("sohl").
OptionalrestrictedWhether the whole tour is GM-only.
OptionalseedWhen set, the tour runs in seeded-RNG mode: sohl.random is seeded with this value at tour start so its scripted rolls are reproducible across runs, and is guaranteed-restored on every exit path (completion, abort, Escape, navigation, or a mid-step error). Only a driven/railroaded tour (the Automated Combat tour) should use this — never a coach-and-wait tour, and never a play path. See the seeded-RNG lifecycle in the authoring guide.
The ordered steps.
OptionalsuggestedNamespaced tours suggested when this one completes.
Localized human-readable title.
Configuration for a SohlTour. Mirrors Foundry's
TourConfigwith SoHL step extensions and an optional canStart predicate.