Merge branch 'grand-card-rework' into v2-cards
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -160,8 +160,7 @@
|
|||||||
},
|
},
|
||||||
effect: [
|
effect: [
|
||||||
{
|
{
|
||||||
type: discardFromHand
|
type: Discard
|
||||||
forced: true
|
|
||||||
hand: shadow
|
hand: shadow
|
||||||
player: shadow
|
player: shadow
|
||||||
count: {
|
count: {
|
||||||
|
|||||||
Reference in New Issue
Block a user