yasuki_core.database.get_creates_for_cards#
- get_creates_for_cards(card_ids)[source]#
Resolve the tokens the given creator cards can create, plus each token’s full record.
Reads the
card_createsrelation for every id incard_idsand fetches each distinct token card with the same shapeget_card_by_idreturns, so the card factory can build a live token from it. Used once at deck load to populateTableState.creatable_tokens.card_createsholds only spawnable cards — counter/marker provenance lives incard_grants_counter— so no marker filtering is needed here.