feat: Add Scryfall ID and set code to card instances for client-side image hydration and update card creation logic.
This commit is contained in:
@@ -20,7 +20,9 @@ export interface StackObject {
|
||||
|
||||
export interface CardInstance {
|
||||
instanceId: string;
|
||||
oracleId: string; // Scryfall ID
|
||||
scryfallId: string; // Used for cache hydration
|
||||
setCode?: string; // Used for cache hydration
|
||||
oracleId: string; // Scryfall Oracle ID
|
||||
name: string;
|
||||
imageUrl: string;
|
||||
controllerId: string;
|
||||
|
||||
Reference in New Issue
Block a user