Merge pull request #476 from MockingbirdME/patch-14
Fix: Faithful companion being a bad Sam
This commit is contained in:
@@ -84,7 +84,8 @@
|
|||||||
vitality: 4
|
vitality: 4
|
||||||
signet: Frodo
|
signet: Frodo
|
||||||
resistance: 5
|
resistance: 5
|
||||||
effects: {
|
effects: [
|
||||||
|
{
|
||||||
type: activated
|
type: activated
|
||||||
limitPerTurn: 1
|
limitPerTurn: 1
|
||||||
phase: fellowship
|
phase: fellowship
|
||||||
@@ -100,6 +101,17 @@
|
|||||||
shuffle: true
|
shuffle: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type: Response
|
||||||
|
trigger: {
|
||||||
|
type: killed
|
||||||
|
filter: name(Frodo),ring bearer
|
||||||
|
}
|
||||||
|
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