(Revert) - "Gloin, Gimli's Father" now has a twilight cost of 2, instead of 3 (per card text).
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
- FP player wins now in Second Edition, when Shadow player reconciles during regroup on site 9.
|
- 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).
|
- "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.
|
- "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>
|
<b>12 Mar. 2013</b>
|
||||||
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.
|
- "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 class Card20_057 extends AbstractCompanion {
|
||||||
public Card20_057() {
|
public Card20_057() {
|
||||||
super(2, 5, 4, 6, Culture.DWARVEN, Race.DWARF, null, "Gloin", "Gimli's Father", true);
|
super(3, 5, 4, 6, Culture.DWARVEN, Race.DWARF, null, "Gloin", "Gimli's Father", true);
|
||||||
addKeyword(Keyword.DAMAGE, 1);
|
addKeyword(Keyword.DAMAGE, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user