This commit is contained in:
marcins78
2013-03-19 10:08:26 +00:00
parent 12d8e90e43
commit 8503950d1e
2 changed files with 3 additions and 4 deletions

View File

@@ -234,7 +234,7 @@ var set20 = {
'20_233': 'http://lotrtcg.org/coreset/isengard/isengardunleashed.png',
'20_234': 'http://lotrtcg.org/coreset/isengard/urukhaipike.png',
'20_235': 'http://lotrtcg.org/coreset/isengard/tenthousandstrong.png',
'20_236': 'http://lotrtcg.org/coreset/isengard/sarumantww.png',
'20_236': 'http://lotrtcg.org/coreset/isengard/sarumantww(r1).png',
'20_237': 'http://lotrtcg.org/coreset/isengard/sarumanmom.png',
'20_238': 'http://lotrtcg.org/coreset/isengard/wizardsgrasp.png',
'20_239': 'http://lotrtcg.org/coreset/isengard/palantiroforthancdow.png',

View File

@@ -22,16 +22,15 @@ import java.util.List;
/**
* 4
* •Saruman, The White Wizard
* Isengard Minion • Wizard
* Minion • Wizard
* 8 4 4
* Cunning.
* Skirmish: Exert Saruman and discard a spell stacked on an artifact to wound a companion skirmishing Saruman.
* The Free Peoples Player may add a threat to prevent this.
* http://lotrtcg.org/coreset/isengard/sarumantww(r1).png
*/
public class Card20_236 extends AbstractMinion {
public Card20_236() {
super(4, 8, 4, 4, Race.WIZARD, Culture.ISENGARD, "Saruman", "The White Wizard", true);
addKeyword(Keyword.CUNNING);
}
@Override