20_148
This commit is contained in:
@@ -146,7 +146,7 @@ var set20 = {
|
|||||||
'20_145': 'http://lotrtcg.org/coreset/fallenrealms/strikefromthesouth.png',
|
'20_145': 'http://lotrtcg.org/coreset/fallenrealms/strikefromthesouth.png',
|
||||||
'20_146': 'http://lotrtcg.org/coreset/fallenrealms/summonedbysauron.png',
|
'20_146': 'http://lotrtcg.org/coreset/fallenrealms/summonedbysauron.png',
|
||||||
'20_147': 'http://lotrtcg.org/coreset/fallenrealms/waylayed.png',
|
'20_147': 'http://lotrtcg.org/coreset/fallenrealms/waylayed.png',
|
||||||
'20_148': 'http://lotrtcg.org/coreset/fallenrealms/waysofthesouth.png',
|
'20_148': 'http://lotrtcg.org/coreset/fallenrealms/waysofthesouth(r1).png',
|
||||||
'20_149': 'http://lotrtcg.org/coreset/fallenrealms/whirlingstrike.png',
|
'20_149': 'http://lotrtcg.org/coreset/fallenrealms/whirlingstrike.png',
|
||||||
'20_150': 'http://lotrtcg.org/coreset/gandalf/albertdrearyefb.png',
|
'20_150': 'http://lotrtcg.org/coreset/gandalf/albertdrearyefb.png',
|
||||||
'20_151': 'http://lotrtcg.org/coreset/gandalf/allsaveone.png',
|
'20_151': 'http://lotrtcg.org/coreset/gandalf/allsaveone.png',
|
||||||
|
|||||||
@@ -9,13 +9,14 @@ import com.gempukku.lotro.logic.modifiers.Modifier;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 1
|
* 1
|
||||||
* Ways of the South
|
* •Ways of the South
|
||||||
* Fallen Realms Condition • Support Area
|
* Condition • Support Area
|
||||||
* Each Southron is ambush (1).
|
* Each Southron is ambush (1).
|
||||||
|
* http://lotrtcg.org/coreset/fallenrealms/waysofthesouth(r1).png
|
||||||
*/
|
*/
|
||||||
public class Card20_148 extends AbstractPermanent {
|
public class Card20_148 extends AbstractPermanent {
|
||||||
public Card20_148() {
|
public Card20_148() {
|
||||||
super(Side.SHADOW, 1, CardType.CONDITION, Culture.FALLEN_REALMS, Zone.SUPPORT, "Ways of the South");
|
super(Side.SHADOW, 1, CardType.CONDITION, Culture.FALLEN_REALMS, Zone.SUPPORT, "Ways of the South", null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user