20_237
This commit is contained in:
@@ -235,7 +235,7 @@ var set20 = {
|
||||
'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(r1).png',
|
||||
'20_237': 'http://lotrtcg.org/coreset/isengard/sarumanmom.png',
|
||||
'20_237': 'http://lotrtcg.org/coreset/isengard/sarumanmom(r1).png',
|
||||
'20_238': 'http://lotrtcg.org/coreset/isengard/wizardsgrasp.png',
|
||||
'20_239': 'http://lotrtcg.org/coreset/isengard/palantiroforthancdow.png',
|
||||
'20_240': 'http://lotrtcg.org/coreset/isengard/throneoforthanc.png',
|
||||
|
||||
@@ -24,16 +24,17 @@ import java.util.List;
|
||||
/**
|
||||
* 4
|
||||
* •Saruman, Mind of Metal
|
||||
* Isengard Minion • Wizard
|
||||
* Minion • Wizard
|
||||
* 8 4 4
|
||||
* Cunning.
|
||||
* Lurker.
|
||||
* At the end of the assignment phase, add (1) for each threat.
|
||||
* Shadow: Exert Saruman to play Saruman’s Staff from your discard pile.
|
||||
* http://lotrtcg.org/coreset/isengard/sarumanmom(r1).png
|
||||
*/
|
||||
public class Card20_237 extends AbstractMinion {
|
||||
public Card20_237() {
|
||||
super(4, 8, 4, 4, Race.WIZARD, Culture.ISENGARD, "Saruman", "Mind of Metal", true);
|
||||
addKeyword(Keyword.CUNNING);
|
||||
addKeyword(Keyword.LURKER);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user