diff --git a/src/cards.ts b/src/cards.ts index 628db64..d228056 100644 --- a/src/cards.ts +++ b/src/cards.ts @@ -301,4 +301,18 @@ export const cards: DominionCard[] = [ preview: "", expansionIcon, }, + { + orientation: "card", + title: "Scrap Metal", + description: + "+1 Action\n\nChoose one: +1 Card,\nor +$1.\n\nYou may trash this.\n\n-\n\nThe first time you buy this on your turn, +1 Buy.", + types: [TYPE_ACTION, TYPE_TREASURE], + image: "", + artist: "", + author: "Dylan & Cal", + version: "0.1", + cost: "$1", + preview: "", + expansionIcon, + }, ];