This commit is contained in:
marcins78
2013-03-19 11:43:01 +00:00
parent 4788c93902
commit dae8ce60f2
2 changed files with 5 additions and 4 deletions

View File

@@ -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',

View File

@@ -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