Add split card coloring
This commit is contained in:
@ -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: "",
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user