Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -35,7 +35,7 @@ public class Card15_082 extends AbstractMinion {
|
|||||||
public List<? extends Modifier> getAlwaysOnModifiers(LotroGame game, PhysicalCard self) {
|
public List<? extends Modifier> getAlwaysOnModifiers(LotroGame game, PhysicalCard self) {
|
||||||
List<Modifier> modifiers = new LinkedList<Modifier>();
|
List<Modifier> modifiers = new LinkedList<Modifier>();
|
||||||
modifiers.add(
|
modifiers.add(
|
||||||
new StrengthModifier(self, self, new SpotCondition(Filters.siteControlled(self.getOwner())), 2));
|
new StrengthModifier(self, self, new SpotCondition(Filters.siteControlled(self.getOwner())), 3));
|
||||||
modifiers.add(
|
modifiers.add(
|
||||||
new KeywordModifier(self, self, new SpotCondition(Filters.siteControlled(self.getOwner())), Keyword.FIERCE, 1));
|
new KeywordModifier(self, self, new SpotCondition(Filters.siteControlled(self.getOwner())), Keyword.FIERCE, 1));
|
||||||
return modifiers;
|
return modifiers;
|
||||||
|
|||||||
Reference in New Issue
Block a user