- "Horn of Helm Hammerhand" now allows to exert two ROHAN Men (do not have to be valiant anymore) to play it (per card text).
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>17 Apr. 2013</b>
|
||||||
|
- "Horn of Helm Hammerhand" now allows to exert two ROHAN Men (do not have to be valiant anymore) to play it (per card text).
|
||||||
|
|
||||||
<b>12 Apr. 2013</b>
|
<b>12 Apr. 2013</b>
|
||||||
- "Troll of Gorgoroth" now doesn't need to be in 3rd region to discard the condition (per card text).
|
- "Troll of Gorgoroth" now doesn't need to be in 3rd region to discard the condition (per card text).
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import java.util.List;
|
|||||||
* 2
|
* 2
|
||||||
* •Horn of Helm Hammerhand
|
* •Horn of Helm Hammerhand
|
||||||
* Rohan Artifact • Support Area
|
* Rohan Artifact • Support Area
|
||||||
* To play exert Theoden or two Valiant [Rohan] Men.
|
* To play exert Theoden or two [Rohan] Men.
|
||||||
* Each time you play a [Rohan] fortification, each mounted companion is strength +1 until the regroup phase.
|
* Each time you play a [Rohan] fortification, each mounted companion is strength +1 until the regroup phase.
|
||||||
*/
|
*/
|
||||||
public class Card20_332 extends AbstractPermanent {
|
public class Card20_332 extends AbstractPermanent {
|
||||||
@@ -50,10 +50,10 @@ public class Card20_332 extends AbstractPermanent {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
possibleCosts.add(
|
possibleCosts.add(
|
||||||
new ChooseAndExertCharactersEffect(action, playerId, 2, 2, Culture.ROHAN, Race.MAN, Keyword.VALIANT) {
|
new ChooseAndExertCharactersEffect(action, playerId, 2, 2, Culture.ROHAN, Race.MAN) {
|
||||||
@Override
|
@Override
|
||||||
public String getText(LotroGame game) {
|
public String getText(LotroGame game) {
|
||||||
return "Exert two Valiant ROHAN Man";
|
return "Exert two ROHAN Man";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
action.appendCost(
|
action.appendCost(
|
||||||
|
|||||||
Reference in New Issue
Block a user