"Grace of the Valar" is now a Spell
This commit is contained in:
@@ -25,12 +25,13 @@ import java.util.List;
|
||||
* Type: Condition - Companion
|
||||
* Card Number: 1R74
|
||||
* Strength: +1
|
||||
* Game Text: Bearer must be Gandalf.
|
||||
* Game Text: Spell. Bearer must be Gandalf.
|
||||
* Gandalf takes no more than one wound in a skirmish. If you lose initiative, discard this condition and wound Gandalf.
|
||||
*/
|
||||
public class Card40_074 extends AbstractAttachable{
|
||||
public Card40_074() {
|
||||
super(Side.FREE_PEOPLE, CardType.CONDITION, 1, Culture.GANDALF, null, "Grace of the Valar", null, true);
|
||||
addKeyword(Keyword.SPELL);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user