Expand description
Builds ContentLookups from the typed GameConfig.
These lookups (q, eff, fixed_power, next_mimic_item_code,
is_boss, is_dungeon, is_bossfight, attribute base_value, effect
durations, ability range/target_type) historically lived only in the
legacy script engine’s content_raw module; they are all promoted onto
the typed schemas now, 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.