pureRecipeGenerationApplier
pureRecipeGenerationApplier(
plan,generation):GameboardPlan
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:445
The pure (koota-free) generation applier used by the ./core tier. Seeded
recipe generation requires a koota world to run layout-fill, which core does
not depend on — so if a recipe declares generation fill rules, this throws a
clear “use the runtime tier” error rather than silently dropping them. A
generation block with no fill rules (or none at all) passes through unchanged.
Parameters
Section titled “Parameters”generation
Section titled “generation”GameboardRecipeGeneration | undefined