Skip to content

packDefaultClassifiers

packDefaultClassifiers(category): readonly ("unit" | "prop" | "building" | "enemy" | "playable" | "non-playable" | "random-encounter")[]

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

The default classifier tags a recognized pack’s CATEGORY contributes (RFC0-TAGb). playable characters are playable units; enemy characters are both enemies and eligible random encounters; terrain packs contribute no gameplay classifier (their pieces are classified by structural kind alone). This is the pack→classifier mapping the RFC0-TAG doc reserved (“Adventures → playable, Skeletons → enemy”).

PackClassifierCategory

readonly ("unit" | "prop" | "building" | "enemy" | "playable" | "non-playable" | "random-encounter")[]