Fixing Din of Arms being code salad
This commit is contained in:
@@ -268,35 +268,30 @@
|
||||
deck: free people
|
||||
memorize: discardedCard
|
||||
}
|
||||
{
|
||||
type: chooseHowManyToSpot
|
||||
filter: besieger
|
||||
memorize: spotCount
|
||||
}
|
||||
{
|
||||
type: If
|
||||
check: {
|
||||
type: memoryMatches
|
||||
memory: discardedCard
|
||||
filter: any
|
||||
type: IsLessThan
|
||||
firstNumber: {
|
||||
type: TwilightCostInMemory
|
||||
memory: discardedCard
|
||||
}
|
||||
secondNumber: memory(spotCount)
|
||||
}
|
||||
true: [
|
||||
{
|
||||
type: chooseHowManyToSpot
|
||||
filter: besieger
|
||||
memorize: spotCount
|
||||
type: takeControlOfSite
|
||||
}
|
||||
{
|
||||
type: if
|
||||
check: {
|
||||
type: memoryMatches
|
||||
memory: discardedCard
|
||||
filter: minTwilight(memory(spotCount))
|
||||
}
|
||||
false: {
|
||||
type: takeControlOfSite
|
||||
}
|
||||
true: {
|
||||
type: modifyStrength
|
||||
until: regroup
|
||||
select: all(besieger)
|
||||
amount: 3
|
||||
}
|
||||
type: modifyStrength
|
||||
until: regroup
|
||||
select: all(besieger)
|
||||
amount: 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user