add duration to sample card
This commit is contained in:
parent
1e90062f6d
commit
68c4222b3b
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user