- "Uruk Brute" has now 9 strength (per card text).
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
- "Gimli's Battle Axe, Weapon of Erebor" no longer gives vitality bonus (per card text).
|
||||
- "Retribution" now only the owner of the Dwarf gets the option to use the "Retribution" effect, when that Dwarf wins
|
||||
the skirmish.
|
||||
- "Uruk Brute" has now 9 strength (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.
|
||||
|
||||
@@ -20,7 +20,7 @@ import com.gempukku.lotro.logic.modifiers.StrengthModifier;
|
||||
*/
|
||||
public class Card20_222 extends AbstractMinion {
|
||||
public Card20_222() {
|
||||
super(4, 8, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Uruk Brute");
|
||||
super(4, 9, 2, 5, Race.URUK_HAI, Culture.ISENGARD, "Uruk Brute");
|
||||
addKeyword(Keyword.DAMAGE, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user