20_375
This commit is contained in:
@@ -373,7 +373,7 @@ var set20 = {
|
||||
'20_372': 'http://lotrtcg.org/coreset/sauron/orcvillain.png',
|
||||
'20_373': 'http://lotrtcg.org/coreset/sauron/sauronsforces(r1).png',
|
||||
'20_374': 'http://lotrtcg.org/coreset/sauron/shadowintheeast(r1).png',
|
||||
'20_375': 'http://lotrtcg.org/coreset/sauron/threatofmordor.png',
|
||||
'20_375': 'http://lotrtcg.org/coreset/sauron/threatofmordor(r1).png',
|
||||
'20_376': 'http://lotrtcg.org/coreset/sauron/threateningologhai.png',
|
||||
'20_377': 'http://lotrtcg.org/coreset/sauron/trollofgorgoroth.png',
|
||||
'20_378': 'http://lotrtcg.org/coreset/sauron/trollofmorannon.png',
|
||||
|
||||
@@ -12,14 +12,15 @@ import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
|
||||
/**
|
||||
* 2
|
||||
* 1
|
||||
* Threat of Mordor
|
||||
* Sauron Event • Skirmish
|
||||
* Event • Skirmish
|
||||
* Make a [Sauron] minion strength +1 for each threat.
|
||||
* http://lotrtcg.org/coreset/sauron/threatofmordor(r1).png
|
||||
*/
|
||||
public class Card20_375 extends AbstractEvent {
|
||||
public Card20_375() {
|
||||
super(Side.SHADOW, 2, Culture.SAURON, "Threat of Mordor", Phase.SKIRMISH);
|
||||
super(Side.SHADOW, 1, Culture.SAURON, "Threat of Mordor", Phase.SKIRMISH);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user