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