Merge branch 'grand-card-rework' into v2-cards

This commit is contained in:
Christian 'ketura' McCarty
2024-09-11 22:28:08 -05:00
2 changed files with 546 additions and 534 deletions

View File

@@ -840,9 +840,22 @@
filter: culture(dunland),man filter: culture(dunland),man
} }
cost: { cost: {
type: Choice
texts: [
Remove (2)
Discard this possession
]
effects: [
{
type: removeTwilight type: removeTwilight
amount: 2 amount: 2
} }
{
type: Discard
select: self
}
]
}
effect: { effect: {
type: preventWound type: preventWound
select: choose(culture(dunland),man) select: choose(culture(dunland),man)

View File

@@ -160,8 +160,7 @@
}, },
effect: [ effect: [
{ {
type: discardFromHand type: Discard
forced: true
hand: shadow hand: shadow
player: shadow player: shadow
count: { count: {