Add sun
This commit is contained in:
@ -12,7 +12,7 @@ export const sampleCards: DominionCard[] = [
|
||||
orientation: "card",
|
||||
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.",
|
||||
"+*\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_DURATION, TYPE_REACTION],
|
||||
image: "https://wiki.dominionstrategy.com/images/7/76/AdventurerArt.jpg",
|
||||
artist: "Dall-E",
|
||||
@ -49,13 +49,13 @@ export const sampleCards: DominionCard[] = [
|
||||
{
|
||||
orientation: "card",
|
||||
title: "VP Card",
|
||||
description: "+1#\n\n\n-\n\n\n2%",
|
||||
description: "Worth 1% per 3 cards you have that cost $4 or $5.",
|
||||
types: [TYPE_VICTORY],
|
||||
image: "",
|
||||
artist: "",
|
||||
author: "",
|
||||
version: "",
|
||||
cost: "$6",
|
||||
cost: "$3",
|
||||
preview: "",
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user