Add split card coloring

This commit is contained in:
Dylan Pizzo
2025-01-07 20:18:42 -08:00
parent ff5c543147
commit 1e90062f6d
2 changed files with 49 additions and 14 deletions

View File

@ -57,4 +57,16 @@ export const sampleCards: DominionCard[] = [
cost: "$6",
preview: "",
},
{
orientation: "card",
title: "Nobles",
description: "Choose one: +3 Cards, or +2 Actions.\n\n\n-\n\n\n2%",
types: [TYPE_ACTION, TYPE_VICTORY],
image: "",
artist: "",
author: "",
version: "",
cost: "$6",
preview: "",
},
];