Converting master fixes to grand card rework paradigms
This commit is contained in:
@@ -1027,15 +1027,15 @@
|
|||||||
memorize: choice
|
memorize: choice
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: conditional
|
type: if
|
||||||
requires: [
|
check: [
|
||||||
{
|
{
|
||||||
type: MemoryIs
|
type: MemoryIs
|
||||||
memory: choice
|
memory: choice
|
||||||
value: yes
|
value: yes
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
effect: {
|
true: {
|
||||||
type: playCardFromDiscard
|
type: playCardFromDiscard
|
||||||
select: choose(minion)
|
select: choose(minion)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1189,9 +1189,8 @@
|
|||||||
times: 3
|
times: 3
|
||||||
effect: {
|
effect: {
|
||||||
type: playCardFromDiscard
|
type: playCardFromDiscard
|
||||||
select: choose(tracker)
|
select: choose(tracker)
|
||||||
//This should be updated to "optional"
|
optional: true
|
||||||
nocheck: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,15 +77,15 @@
|
|||||||
memorize: choice
|
memorize: choice
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: conditional
|
type: if
|
||||||
requires: [
|
check: [
|
||||||
{
|
{
|
||||||
type: MemoryIs
|
type: MemoryIs
|
||||||
memory: choice
|
memory: choice
|
||||||
value: yes
|
value: yes
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
effect: {
|
true: {
|
||||||
type: playCardFromDiscard
|
type: playCardFromDiscard
|
||||||
select: choose(unique,culture(wraith),minion)
|
select: choose(unique,culture(wraith),minion)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user