add duration to sample card

This commit is contained in:
Dylan Pizzo 2025-01-07 22:00:02 -08:00
parent 1e90062f6d
commit 68c4222b3b

View File

@ -1,6 +1,7 @@
import { import {
DominionCard, DominionCard,
TYPE_ACTION, TYPE_ACTION,
TYPE_DURATION,
TYPE_REACTION, TYPE_REACTION,
TYPE_TREASURE, TYPE_TREASURE,
TYPE_VICTORY, TYPE_VICTORY,
@ -12,7 +13,7 @@ export const sampleCards: DominionCard[] = [
title: "Title", title: "Title",
description: 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.", "+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", image: "https://wiki.dominionstrategy.com/images/7/76/AdventurerArt.jpg",
artist: "Dall-E", artist: "Dall-E",
author: "John Doe", author: "John Doe",