20_307
This commit is contained in:
@@ -305,7 +305,7 @@ var set20 = {
|
||||
'20_304': 'http://lotrtcg.org/coreset/ringwraith/ulaireatteafkom.png',
|
||||
'20_305': 'http://lotrtcg.org/coreset/ringwraith/ulairecanteamp.png',
|
||||
'20_306': 'http://lotrtcg.org/coreset/ringwraith/ulaireenqueama.png',
|
||||
'20_307': 'http://lotrtcg.org/coreset/ringwraith/ulairelemenyats.png',
|
||||
'20_307': 'http://lotrtcg.org/coreset/ringwraith/ulairelemenyats(r1).jpg',
|
||||
'20_308': 'http://lotrtcg.org/coreset/ringwraith/ulairenelyadttr.png',
|
||||
'20_309': 'http://lotrtcg.org/coreset/ringwraith/ulairenerteatf.png',
|
||||
'20_310': 'http://lotrtcg.org/coreset/ringwraith/ulaireotseatm.png',
|
||||
|
||||
@@ -16,13 +16,15 @@ import java.util.List;
|
||||
/**
|
||||
* 4
|
||||
* •Ulaire Lemenya, Twilight Spectre
|
||||
* Ringwraith Minion • Nazgul
|
||||
* 9 3 3
|
||||
* Twilight. Regroup: Remove a burden to discard a Free Peoples condition
|
||||
* Minion • Nazgul
|
||||
* 9 2 3
|
||||
* Twilight.
|
||||
* Regroup: Remove a burden to discard a Free Peoples condition
|
||||
* http://lotrtcg.org/coreset/ringwraith/ulairelemenyats(r1).jpg
|
||||
*/
|
||||
public class Card20_307 extends AbstractMinion {
|
||||
public Card20_307() {
|
||||
super(4, 9, 3, 3, Race.NAZGUL, Culture.WRAITH, Names.lemenya, "Twilight Spectre", true);
|
||||
super(4, 9, 2, 3, Race.NAZGUL, Culture.WRAITH, Names.lemenya, "Twilight Spectre", true);
|
||||
addKeyword(Keyword.TWILIGHT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user