- "Retribution" now gives a strength bonus to Dwarf only.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
- "Into the Wild" now increases site number only based on sites in current region (per card text).
|
||||
- "To Whatever End" is now a Skirmish event, instead of Regroup event (per card text).
|
||||
- "Build Me an Army" now correctly adds Fierce (and Damage +1) modifiers.
|
||||
- "Retribution" now gives a strength bonus to Dwarf only.
|
||||
|
||||
<b>13 Mar. 2013</b>
|
||||
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.
|
||||
|
||||
@@ -32,7 +32,7 @@ public class Card20_064 extends AbstractEvent {
|
||||
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
|
||||
final PlayEventAction action = new PlayEventAction(self);
|
||||
action.appendEffect(
|
||||
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2) {
|
||||
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2, Race.DWARF) {
|
||||
@Override
|
||||
protected void selectedCharacterCallback(final PhysicalCard selectedCharacter) {
|
||||
action.appendEffect(
|
||||
|
||||
Reference in New Issue
Block a user