Forgot to include Smeagol himself lol
This commit is contained in:
@@ -969,20 +969,27 @@
|
|||||||
phase: assignment
|
phase: assignment
|
||||||
cost: [
|
cost: [
|
||||||
{
|
{
|
||||||
type: assignFPCharacterToSkirmish
|
type: ChooseActiveCards
|
||||||
fpCharacter: self
|
text: Choose a minion for Smeagol to skirmish and exhaust.
|
||||||
minion: choose(minion)
|
select: choose(minion,AssignableToSkirmishAgainst(self))
|
||||||
memorizeMinion: assignedMinion
|
memorize: assignedMinion
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type: addThreats
|
type: addThreats
|
||||||
amount: 2
|
amount: 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
effect: {
|
effect: [
|
||||||
type: exhaust
|
{
|
||||||
select: memory(assignedMinion)
|
type: assignFPCharacterToSkirmish
|
||||||
}
|
fpCharacter: self
|
||||||
|
minion: memory(assignedMinion)
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type: exhaust
|
||||||
|
select: memory(assignedMinion)
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
gametext: <b>Ring-bound</b>. To play, add a burden.<br><b>Assignment:</b> Assign a minion to Sméagol and add 2 threats to exhaust that minion.
|
gametext: <b>Ring-bound</b>. To play, add a burden.<br><b>Assignment:</b> Assign a minion to Sméagol and add 2 threats to exhaust that minion.
|
||||||
|
|||||||
Reference in New Issue
Block a user