"Dunlending Clansman"

This commit is contained in:
marcins78
2013-03-15 17:41:07 +00:00
parent 5a5839c554
commit ef24f79861
2 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ var set20 = {
'20_3': 'http://lotrtcg.org/coreset/dunland/dunlendingfirebrand.png', '20_3': 'http://lotrtcg.org/coreset/dunland/dunlendingfirebrand.png',
'20_4': 'http://lotrtcg.org/coreset/dunland/dunlendingmarauder.png', '20_4': 'http://lotrtcg.org/coreset/dunland/dunlendingmarauder.png',
'20_5': 'http://lotrtcg.org/coreset/dunland/dunlendingtribesman(r1).png', '20_5': 'http://lotrtcg.org/coreset/dunland/dunlendingtribesman(r1).png',
'20_6': 'http://lotrtcg.org/coreset/dunland/dunlendingclansman.png', '20_6': 'http://lotrtcg.org/coreset/dunland/dunlendingclansman(r1).png',
'20_7': 'http://lotrtcg.org/coreset/dunland/dunlendingveteran.png', '20_7': 'http://lotrtcg.org/coreset/dunland/dunlendingveteran.png',
'20_8': 'http://lotrtcg.org/coreset/dunland/dunlendinghorde.png', '20_8': 'http://lotrtcg.org/coreset/dunland/dunlendinghorde.png',
'20_9': 'http://lotrtcg.org/coreset/dunland/dunlendingplunderer.png', '20_9': 'http://lotrtcg.org/coreset/dunland/dunlendingplunderer.png',

View File

@@ -20,14 +20,15 @@ import java.util.List;
/** /**
* 4 * 4
* Dunlending Clansman * Dunlending Clansman
* Dunland Minion • Man * Minion • Man
* 11 1 3 * 10 1 3
* When you play Dunlending Clansman, you may discard a [Dunland] card from hand. If you do, Dunlending Clansman * When you play this minion, you may discard a [Dunland] card from hand. If you do, this minion may not take wounds
* may not take wounds until the regroup phase. * until the regroup phase.
* http://lotrtcg.org/coreset/dunland/dunlendingclansman(r1).png
*/ */
public class Card20_006 extends AbstractMinion { public class Card20_006 extends AbstractMinion {
public Card20_006() { public Card20_006() {
super(4, 11, 1, 3, Race.MAN, Culture.DUNLAND, "Dunlending Clansman"); super(4, 10, 1, 3, Race.MAN, Culture.DUNLAND, "Dunlending Clansman");
} }
@Override @Override