Merge pull request #476 from MockingbirdME/patch-14
Fix: Faithful companion being a bad Sam
This commit is contained in:
@@ -84,22 +84,34 @@
|
|||||||
vitality: 4
|
vitality: 4
|
||||||
signet: Frodo
|
signet: Frodo
|
||||||
resistance: 5
|
resistance: 5
|
||||||
effects: {
|
effects: [
|
||||||
type: activated
|
{
|
||||||
limitPerTurn: 1
|
type: activated
|
||||||
phase: fellowship
|
limitPerTurn: 1
|
||||||
cost: {
|
phase: fellowship
|
||||||
type: exert
|
cost: {
|
||||||
select: self
|
type: exert
|
||||||
|
select: self
|
||||||
|
}
|
||||||
|
effect: {
|
||||||
|
type: PutCardsFromDeckIntoHand
|
||||||
|
select: choose(culture(shire),item)
|
||||||
|
reveal: true
|
||||||
|
showAll: true
|
||||||
|
shuffle: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
effect: {
|
{
|
||||||
type: PutCardsFromDeckIntoHand
|
type: Response
|
||||||
select: choose(culture(shire),item)
|
trigger: {
|
||||||
reveal: true
|
type: killed
|
||||||
showAll: true
|
filter: name(Frodo),ring bearer
|
||||||
shuffle: true
|
}
|
||||||
|
effect: {
|
||||||
|
type: makeSelfRingBearer
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
gametext: <b>Fellowship:</b> Exert Sam to take a [shire] item into hand from your draw deck (limit once per turn).<br><b>Response:</b> If Frodo dies, make Sam the <b>Ring-bearer (resistance 5)</b>.
|
gametext: <b>Fellowship:</b> Exert Sam to take a [shire] item into hand from your draw deck (limit once per turn).<br><b>Response:</b> If Frodo dies, make Sam the <b>Ring-bearer (resistance 5)</b>.
|
||||||
lore: Mr. Frodo's not going anywhere without me!'
|
lore: Mr. Frodo's not going anywhere without me!'
|
||||||
promotext: ""
|
promotext: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user