From bcdd9fbd23b331fee539a3e38f73dcd883accb18 Mon Sep 17 00:00:00 2001 From: Dylan Pizzo Date: Tue, 7 Jul 2026 19:25:26 -0400 Subject: [PATCH] scrap metal --- src/cards.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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, + }, ];