- "Uruk Bloodfiend" now has 9 Strength (per card text).
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- "Retribution" now gives a strength bonus to Dwarf only.
|
||||
- "Peering Forward" now adds the strength penalty till Regroup, rather than end of phase.
|
||||
- "Gandalf's Pipe" is now a Fellowship activated ability, not a trigger (per card text).
|
||||
- "Uruk Bloodfiend" now has 9 Strength (per card text).
|
||||
|
||||
<b>13 Mar. 2013</b>
|
||||
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.
|
||||
|
||||
@@ -20,7 +20,7 @@ import com.gempukku.lotro.logic.modifiers.Modifier;
|
||||
*/
|
||||
public class Card20_223 extends AbstractMinion {
|
||||
public Card20_223() {
|
||||
super(4, 8, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Uruk Bloodfiend");
|
||||
super(4, 9, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Uruk Bloodfiend");
|
||||
addKeyword(Keyword.DAMAGE, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user