- "Dead Man of Dunharrow" now correctly has Enduring keyword.
This commit is contained in:
@@ -6,6 +6,7 @@ import com.gempukku.lotro.cards.TriggerConditions;
|
|||||||
import com.gempukku.lotro.cards.actions.PlayPermanentAction;
|
import com.gempukku.lotro.cards.actions.PlayPermanentAction;
|
||||||
import com.gempukku.lotro.cards.effects.ExertCharactersEffect;
|
import com.gempukku.lotro.cards.effects.ExertCharactersEffect;
|
||||||
import com.gempukku.lotro.common.Culture;
|
import com.gempukku.lotro.common.Culture;
|
||||||
|
import com.gempukku.lotro.common.Keyword;
|
||||||
import com.gempukku.lotro.common.Race;
|
import com.gempukku.lotro.common.Race;
|
||||||
import com.gempukku.lotro.game.PhysicalCard;
|
import com.gempukku.lotro.game.PhysicalCard;
|
||||||
import com.gempukku.lotro.game.state.LotroGame;
|
import com.gempukku.lotro.game.state.LotroGame;
|
||||||
@@ -30,6 +31,7 @@ import java.util.List;
|
|||||||
public class Card10_027 extends AbstractCompanion {
|
public class Card10_027 extends AbstractCompanion {
|
||||||
public Card10_027() {
|
public Card10_027() {
|
||||||
super(2, 6, 3, Culture.GONDOR, Race.WRAITH, null, "Dead Man of Dunharrow");
|
super(2, 6, 3, Culture.GONDOR, Race.WRAITH, null, "Dead Man of Dunharrow");
|
||||||
|
addKeyword(Keyword.ENDURING);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ body {
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 220%;
|
font-size: 200%;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
@@ -26,7 +26,7 @@ body {
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 220%;
|
font-size: 200%;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
@@ -37,7 +37,7 @@ body {
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 220%;
|
font-size: 200%;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
@@ -48,7 +48,7 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 220%;
|
font-size: 200%;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
@@ -59,7 +59,7 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 220%;
|
font-size: 200%;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>17 Nov. 2011</b>
|
||||||
|
- "Dead Man of Dunharrow" now correctly has Enduring keyword.
|
||||||
|
|
||||||
<b>17 Nov. 2011</b>
|
<b>17 Nov. 2011</b>
|
||||||
- "Foul Things" allows to play only MORIA minions now.
|
- "Foul Things" allows to play only MORIA minions now.
|
||||||
- Added set 10 (Mount Doom).
|
- Added set 10 (Mount Doom).
|
||||||
|
|||||||
Reference in New Issue
Block a user