scrap metal

This commit is contained in:
Dylan Pizzo
2026-07-07 19:25:26 -04:00
parent 05063f2afb
commit bcdd9fbd23
+14
View File
@@ -301,4 +301,18 @@ export const cards: DominionCard[] = [
preview: "", preview: "",
expansionIcon, 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,
},
]; ];