"Grace of the Valar" is now a Spell

This commit is contained in:
marcin.sciesinski
2019-08-19 09:01:10 -07:00
parent 14307937a3
commit 966328cbe4

View File

@@ -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