DEFAULT_PLACEMENT_CLASSIFIERS
constDEFAULT_PLACEMENT_CLASSIFIERS: readonlyPlacementClassifier[]
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()].