This commit is contained in:
marcins78
2013-03-19 09:52:25 +00:00
parent 2622c65f07
commit e3f5f1978a
2 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -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);
}