20_034
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user