Fix for Borders of the Forest

Workaround for the effect is no longer required, and also broken.
This commit is contained in:
PhallenCassidy
2025-03-24 16:52:20 -04:00
committed by GitHub
parent d6a2e57f9a
commit afb83d5ec9

View File

@@ -379,54 +379,26 @@
} }
{ {
type: canSpot type: canSpot
filter: culture(gundabad),orc filter: culture(gundabad),orc,assignableToSkirmishAgainst(name(Bilbo))
} }
] ]
effect: [ effect: {
{ type: assignFpCharacterToSkirmish
type: chooseActiveCards fpCharacter: choose(name(Bilbo))
text: Choose minion to assign to Bilbo minion: choose(culture(gundabad),orc,assignableToSkirmishAgainst(name(Bilbo)))
select: choose(culture(gundabad),orc,assignableToSkirmishAgainst(name(Bilbo))) memorizeFPCharacter: bilbo
memorize: chosenMinion memorizeMinion: chosenMinion
preventText: Would you like to add a burden and assign {chosenMinion} to prevent assigning Bilbo to that minion?
preventCost: {
type: addBurdens
} }
{ insteadEffect: {
type: optional type: assignFpCharacterToSkirmish
player: fp player: free people
text: Would you like to add a doubt to assign {chosenMinion} to a companion? fpCharacter: choose(any)
effect: [ minion: choose(memory(chosenMinion))
{
type: addBurdens
}
{
type: assignFpCharacterToSkirmish
player: fp
fpCharacter: choose(companion)
minion: choose(memory(chosenMinion))
}
]
} }
{ }
type: preventable
player: fp
text: assignFpCharacterToSkirmish doesn't work here for some reason, so this cost registers as unable to be attempted and the effect assigns the minion if the FP passed on the optional above
cost: [
{
type: addBurdens
}
{
type: assignFpCharacterToSkirmish
player: shadowPlayer
fpCharacter: choose(companion)
minion: choose(memory(chosenMinion))
}
]
effect: {
type: assignFpCharacterToSkirmish
fpCharacter: choose(name(Bilbo))
minion: choose(memory(chosenMinion))
}
}
]
} }
] ]
} }