Expand description
Builds ContentLookups from the typed GameConfig.
engine, because content_raw carried fields that aren’t on the Rust schemas
(q, eff, fixed_power, next_mimic_item_code, is_boss, is_dungeon,
is_bossfight, attribute base_value, effect max_duration_ticks, ability
engine is gone (RHAI_REMOVAL_MIGRATION §9a), so we now source everything we
can from the typed config.
All former content_raw-only fields have since been promoted onto the
typed schemas, so every ContentLookups field is sourced here from the
typed GameConfig; nothing is left to the empty-default fallback.
Functions§
- extract
- Build
ContentLookupsfrom the typedGameConfig.