- "Covetous Wisp" and "Dead Faces" now have proper stat values (strength and twilight cost).

This commit is contained in:
marcins78@gmail.com
2012-02-15 08:52:06 +00:00
parent 991a3f1648
commit 8af184989a
3 changed files with 3 additions and 2 deletions

View File

@@ -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);
}

View File

@@ -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);
}

View File

@@ -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.