- "Arod, Rohirrim Steed" now grants only +1 Resistance, instead of +2.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user