mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Add hint to Sardian Avenger
This commit is contained in:
parent
aa6e4230c7
commit
f6a33c6c4f
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ import mage.abilities.dynamicvalue.common.PermanentsOnBattlefieldCount;
|
|||
import mage.abilities.dynamicvalue.common.StaticValue;
|
||||
import mage.abilities.effects.OneShotEffect;
|
||||
import mage.abilities.effects.common.continuous.BoostSourceEffect;
|
||||
import mage.abilities.hint.ValueHint;
|
||||
import mage.abilities.keyword.FirstStrikeAbility;
|
||||
import mage.abilities.keyword.TrampleAbility;
|
||||
import mage.cards.CardImpl;
|
||||
|
|
@ -54,7 +55,7 @@ public final class SardianAvenger extends CardImpl {
|
|||
// Whenever Sardian Avenger attacks, it gets +X/+0 until end of turn, where X is the number of artifacts your opponents control.
|
||||
this.addAbility(new AttacksTriggeredAbility(new BoostSourceEffect(
|
||||
xValue, StaticValue.get(0), Duration.EndOfTurn, "it"
|
||||
)));
|
||||
)).addHint(new ValueHint("Artifacts your opponents control", xValue)));
|
||||
|
||||
// Whenever an artifact an opponent controls is put into a graveyard from the battlefield, Sardian Avenger deals 1 damage to that player.
|
||||
this.addAbility(new DiesCreatureTriggeredAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue