- "Gloin, Gimli's Father" now has a twilight cost of 2, instead of 3 (per card text).
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
- FP player wins now in Second Edition, when Shadow player reconciles during regroup on site 9.
|
||||
- "Ulaire Cantea, Morgul Predator"'s trigger is now an optional one (power-level adjustment).
|
||||
- "Farin, Dwarf of Erebor" no longer has the extra activated ability of the old version.
|
||||
- "Gloin, Gimli's Father" now has a twilight cost of 2, instead of 3 (per card text).
|
||||
|
||||
<b>12 Mar. 2013</b>
|
||||
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.
|
||||
|
||||
@@ -33,7 +33,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card20_057 extends AbstractCompanion {
|
||||
public Card20_057() {
|
||||
super(3, 5, 4, 6, Culture.DWARVEN, Race.DWARF, null, "Gloin", "Gimli's Father", true);
|
||||
super(2, 5, 4, 6, Culture.DWARVEN, Race.DWARF, null, "Gloin", "Gimli's Father", true);
|
||||
addKeyword(Keyword.DAMAGE, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user