Skip to content

DEFAULT_PLACEMENT_CLASSIFIERS

const DEFAULT_PLACEMENT_CLASSIFIERS: readonly PlacementClassifier[]

Defined in: packages/declarative-hex-worlds/src/classifiers/classifiers.ts:50

The default classifiers — a renderer/pack-agnostic baseline derived from the placement’s structural KIND. Recognized-pack classifiers (Adventurers → playable, Skeletons → enemy/random-encounter) layer ON TOP of these via packClassifier (RFC0-TAGb); a consumer composes [...DEFAULT_PLACEMENT_CLASSIFIERS, ...packClassifiers()].