Hopefully fixed Breeching Shot never fulfilling its costs

This commit is contained in:
Christian 'ketura' McCarty
2024-11-01 23:12:27 -05:00
parent 316cc19508
commit 927aa0c7d0

View File

@@ -798,17 +798,21 @@
}
memorize: removed
}
{
type: RemoveTokensCumulative
count: memory(removed)
filter: machine
}
],
effect: [
{
type: AssignFpCharacterToSkirmish
fpCharacter: choose(or(ally,and(unbound,companion)))
minion: choose(uruk-hai, MaxTwilight(memory(removed)))
type: CostToEffect
cost: {
type: RemoveTokensCumulative
count: memory(removed)
filter: machine
}
effect: {
type: AssignFpCharacterToSkirmish
fpCharacter: choose(or(ally,and(unbound,companion)))
minion: choose(uruk-hai, MaxTwilight(memory(removed)))
}
}
]
}