This commit is contained in:
marcins78
2013-03-15 17:50:46 +00:00
parent f14643f291
commit e49b15cb92
2 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ var set20 = {
'20_12': 'http://lotrtcg.org/coreset/dunland/dunlendingraider',
'20_13': 'http://lotrtcg.org/coreset/dunland/dunlendingelder.png',
'20_14': 'http://lotrtcg.org/coreset/dunland/clanofthehills(r1).png',
'20_15': 'http://lotrtcg.org/coreset/dunland/hillmantribe.png',
'20_15': 'http://lotrtcg.org/coreset/dunland/hillmantribe(r1).png',
'20_16': 'http://lotrtcg.org/coreset/dunland/hillmantorchbearer.png',
'20_17': 'http://lotrtcg.org/coreset/dunland/hillmanprimitive.png',
'20_18': 'http://lotrtcg.org/coreset/dunland/hillmanpillager.png',

View File

@@ -19,14 +19,15 @@ import java.util.List;
/**
* 3
* Hillman Tribe
* Dunland Minion • Man
* 9 1 3
* Shadow: If stacked on a site you control, play Hillman Tribe; its twilight cost is -1.
* Regroup: Spot Saruman or another [Dunland] Man to stack Hillman Tribe on a site you control.
* Minion • Man
* 8 1 3
* Shadow: If stacked on a site you control, play this minion; its twilight cost is -1.
* Regroup: Spot Saruman or another [Dunland] Man to stack this minion on a site you control.
* http://lotrtcg.org/coreset/dunland/hillmantribe(r1).png
*/
public class Card20_015 extends AbstractMinion {
public Card20_015() {
super(3, 9, 1, 3, Race.MAN, Culture.DUNLAND, "Hillman Tribe");
super(3, 8, 1, 3, Race.MAN, Culture.DUNLAND, "Hillman Tribe");
}
@Override