Expand description
Decoded view over Utc.
Mirrors the two-stage shape established by [UtiProjection] /
[UtiSnapshot] in super::uti. The projection wraps the source
Utc reference for file-native access; the snapshot adds the
resolved data the view’s query methods read from. Coverage:
scalar-id resolutions (race, appearance, portrait, soundset,
alignment), typed DecodedClass variants over ClassList,
typed DecodedSpecialAbility variants over SpecAbilityList,
and typed DecodedFeat variants over FeatList.
Structs§
- UtcProjection
- File-native projection of a
Utc. - UtcSnapshot
- Snapshot view over a
Utc, resolved against a per-scope context.
Enums§
- Class
Kind Filter - Categorical filter for
UtcSnapshot::has_class. - Decoded
Class - One decoded class entry from a UTC’s
ClassList, with the typed variant chosen by matching theclass_idrow’slabelcell inclasses.2da. - Decoded
Feat - One decoded entry from a UTC’s
FeatList, dispatched by matching thefeat.2darow’slabelcell against the set of vanilla feat labels the corpus references. - Decoded
Special Ability - One decoded entry from a UTC’s
SpecAbilityList, dispatched by matching thespells.2darow’slabelcell against the small set of vanilla special-ability ids the corpus references. - Feat
Kind Filter - Family / aggregation filter for
UtcSnapshot::has_feat.