- "Flaming Brand" costs 0 twilight (per card text).
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
- "Clan of the Hills" is now an optional trigger, not an action.
|
||||
- "Black Beast of Angmar, Death in Flight" now correctly applies its strength and vitality modifier.
|
||||
- "Gandalf, Wisest of the Istari" now has 8 resistance, not 7 (per card text).
|
||||
- "Flaming Brand" costs 0 twilight (per card text).
|
||||
|
||||
<b>20 Mar. 2013</b>
|
||||
- "Uruk Mender" has now 8 strength (per card text).
|
||||
|
||||
@@ -22,7 +22,7 @@ import java.util.List;
|
||||
*/
|
||||
public class Card20_194 extends AbstractAttachableFPPossession {
|
||||
public Card20_194() {
|
||||
super(1, 1, 0, Culture.GONDOR, PossessionClass.HAND_WEAPON, "Flaming Brand", null, true);
|
||||
super(0, 1, 0, Culture.GONDOR, PossessionClass.HAND_WEAPON, "Flaming Brand", null, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user