From 68c4222b3b4bd3c5c5fa9ad0a562f8ee37185dda Mon Sep 17 00:00:00 2001 From: Dylan Pizzo Date: Tue, 7 Jan 2025 22:00:02 -0800 Subject: [PATCH] add duration to sample card --- src/sampleData.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sampleData.ts b/src/sampleData.ts index 250400e..566ef6e 100644 --- a/src/sampleData.ts +++ b/src/sampleData.ts @@ -1,6 +1,7 @@ import { DominionCard, TYPE_ACTION, + TYPE_DURATION, TYPE_REACTION, TYPE_TREASURE, TYPE_VICTORY, @@ -12,7 +13,7 @@ export const sampleCards: DominionCard[] = [ title: "Title", description: "+1 Action\n\nReveal the top card of your deck. If it's an Action card, +1 Action. If it has ^ in its cost, +1 Card.", - types: [TYPE_ACTION, TYPE_REACTION], + types: [TYPE_ACTION, TYPE_DURATION, TYPE_REACTION], image: "https://wiki.dominionstrategy.com/images/7/76/AdventurerArt.jpg", artist: "Dall-E", author: "John Doe",