- "Mithril Coat, A Kingly Gift" no longer grants strength bonus (per card text).
This commit is contained in:
@@ -14,6 +14,7 @@ perform a next move (per card text).
|
||||
- "Theoden, Keeper of the Golden Hall" now only prevents skirmish special abilities from being played not any special
|
||||
abilities.
|
||||
- "Orthanc Strategist" has now 3 vitality (per card text).
|
||||
- "Mithril Coat, A Kingly Gift" no longer grants strength bonus (per card text).
|
||||
|
||||
<b>11 Mar. 2013</b>
|
||||
- Second Edition is playable now.
|
||||
|
||||
@@ -28,7 +28,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card20_399 extends AbstractAttachableFPPossession {
|
||||
public Card20_399() {
|
||||
super(2, 1, 0, Culture.SHIRE, CardType.ARTIFACT, PossessionClass.ARMOR, "Mithril Coat", "A Kingly Gift", true);
|
||||
super(2, 0, 0, Culture.SHIRE, CardType.ARTIFACT, PossessionClass.ARMOR, "Mithril Coat", "A Kingly Gift", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user