- "Arod, Rohirrim Steed" now grants only +1 Resistance, instead of +2.

This commit is contained in:
marcins78@gmail.com
2013-01-01 19:02:01 +00:00
parent 952ad78069
commit eb7780c50a
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ public class Card13_001 extends AbstractAttachableFPPossession {
@Override
protected List<? extends Modifier> getNonBasicStatsModifiers(PhysicalCard self) {
return Collections.singletonList(
new ResistanceModifier(self, Filters.hasAttached(self), 2));
new ResistanceModifier(self, Filters.hasAttached(self), 1));
}
@Override

View File

@@ -2,6 +2,7 @@
<b>01 Jan. 2013</b>
- "Scintillating Bird" now should discard the cards, if not enough cards of the specified type are revealed.
- "Nertea, Dark Horseman" now puts a message in chat box, which race was chosen.
- "Arod, Rohirrim Steed" now grants only +1 Resistance, instead of +2.
<b>23 Dec. 2012</b>
- Merchant now sells all the cards, but the out-of-stock cards are substantially more expensive to buy.