- "Covetous Wisp" and "Dead Faces" now have proper stat values (strength and twilight cost).
This commit is contained in:
@@ -29,7 +29,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card16_003 extends AbstractMinion {
|
||||
public Card16_003() {
|
||||
super(3, 8, 2, 3, Race.WRAITH, Culture.WRAITH, "Covetous Wisp", true);
|
||||
super(2, 4, 2, 3, Race.WRAITH, Culture.WRAITH, "Covetous Wisp", true);
|
||||
addKeyword(Keyword.ENDURING);
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card16_004 extends AbstractMinion {
|
||||
public Card16_004() {
|
||||
super(3, 8, 2, 3, Race.WRAITH, Culture.WRAITH, "Dead Faces");
|
||||
super(2, 4, 2, 3, Race.WRAITH, Culture.WRAITH, "Dead Faces");
|
||||
addKeyword(Keyword.ENDURING);
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
- Followers can now be transferred between companions (i.e. on second and subsequent moves).
|
||||
- Cards in discard (like "Release Them") should now consistently apply their modifiers.
|
||||
- "Tom Bombadil" is no longer misspelled.
|
||||
- "Covetous Wisp" and "Dead Faces" now have proper stat values (strength and twilight cost).
|
||||
|
||||
<b>12 Feb. 2012</b>
|
||||
- "Tower Troll" now exerts itself twice to use the activated ability.
|
||||
|
||||
Reference in New Issue
Block a user