This commit is contained in:
marcins78
2013-03-15 18:01:07 +00:00
parent 87cfdb1df3
commit e4d017ef24
2 changed files with 6 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ var set20 = {
'20_31': 'http://lotrtcg.org/coreset/dunland/hillmanaxe.png',
'20_32': 'http://lotrtcg.org/coreset/dunland/hides.png',
'20_33': 'http://lotrtcg.org/coreset/dunland/bloodoath.png',
'20_34': 'http://lotrtcg.org/coreset/dunland/westfoldinflames.png',
'20_34': 'http://lotrtcg.org/coreset/dunland/westfoldinflames(r1).png',
'20_35': 'http://lotrtcg.org/coreset/dunland/wilyhillmen.png',
'20_36': 'http://lotrtcg.org/coreset/dunland/takebackyourlands.png',
'20_37': 'http://lotrtcg.org/coreset/dunland/crebainspies.png',

View File

@@ -19,15 +19,16 @@ import java.util.Collections;
import java.util.List;
/**
* 1
* Westfold in Flames
* Dunland Condition • Support Area
* 3
* Westfold in Flames
* Condition • Support Area
* Each time you discard a [Dunland] card from hand during the Shadow phase, you may stack that card here.
* Shadow or Skirmish: Spot 3 [Dunland] cards stacked here to play a card stacked here as if from hand.
* http://lotrtcg.org/coreset/dunland/westfoldinflames(r1).png
*/
public class Card20_034 extends AbstractPermanent {
public Card20_034() {
super(Side.SHADOW, 1, CardType.CONDITION, Culture.DUNLAND, Zone.SUPPORT, "Westfold in Flames");
super(Side.SHADOW, 3, CardType.CONDITION, Culture.DUNLAND, Zone.SUPPORT, "Westfold in Flames", null, true);
}
@Override