- "Sharp Defense" now adds +2 for each possession, instead of +1.
This commit is contained in:
@@ -33,7 +33,7 @@ public class Card12_013 extends AbstractEvent {
|
|||||||
@Override
|
@Override
|
||||||
public int evaluateExpression(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard cardAffected) {
|
public int evaluateExpression(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard cardAffected) {
|
||||||
if (modifiersQuerying.getResistance(gameState, cardAffected) >= 4) {
|
if (modifiersQuerying.getResistance(gameState, cardAffected) >= 4) {
|
||||||
return Filters.countActive(gameState, modifiersQuerying, CardType.POSSESSION, Filters.attachedTo(cardAffected));
|
return 2 * Filters.countActive(gameState, modifiersQuerying, CardType.POSSESSION, Filters.attachedTo(cardAffected));
|
||||||
} else {
|
} else {
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>22 Feb. 2012</b>
|
||||||
|
- "Sharp Defense" now adds +2 for each possession, instead of +1.
|
||||||
|
|
||||||
<b>17 Feb. 2012</b>
|
<b>17 Feb. 2012</b>
|
||||||
- "Grimir" now can prevent the wound only in Skirmish phase.
|
- "Grimir" now can prevent the wound only in Skirmish phase.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user