20_142
This commit is contained in:
@@ -140,7 +140,7 @@ var set20 = {
|
||||
'20_139': 'http://lotrtcg.org/coreset/fallenrealms/southronpackmaster(r1).png',
|
||||
'20_140': 'http://lotrtcg.org/coreset/fallenrealms/southronrogue.png',
|
||||
'20_141': 'http://lotrtcg.org/coreset/fallenrealms/southronsharpshooter.png',
|
||||
'20_142': 'http://lotrtcg.org/coreset/fallenrealms/southronspearman.png',
|
||||
'20_142': 'http://lotrtcg.org/coreset/fallenrealms/southronspearman(r1).png',
|
||||
'20_143': 'http://lotrtcg.org/coreset/fallenrealms/southrontraveler.png',
|
||||
'20_144': 'http://lotrtcg.org/coreset/fallenrealms/stampede.png',
|
||||
'20_145': 'http://lotrtcg.org/coreset/fallenrealms/strikefromthesouth.png',
|
||||
|
||||
@@ -20,14 +20,15 @@ import java.util.List;
|
||||
/**
|
||||
* 4
|
||||
* Southron Spearman
|
||||
* Fallen Realms Minion • Man
|
||||
* 8 3 4
|
||||
* Minion • Man
|
||||
* 9 2 4
|
||||
* Southron.
|
||||
* Regroup: Remove (3) to make the free people's player wound an unbound companion.
|
||||
* Regroup: Remove (3) to make the Free Peoples player wound an unbound companion.
|
||||
* http://lotrtcg.org/coreset/fallenrealms/southronspearman(r1).png
|
||||
*/
|
||||
public class Card20_142 extends AbstractMinion {
|
||||
public Card20_142() {
|
||||
super(4, 8, 3, 4, Race.MAN, Culture.FALLEN_REALMS, "Southron Spearman");
|
||||
super(4, 9, 2, 4, Race.MAN, Culture.FALLEN_REALMS, "Southron Spearman");
|
||||
addKeyword(Keyword.SOUTHRON);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user