Skip to content

[SOC] Implement Nev, the Practical Dean#14864

Closed
muz wants to merge 1 commit intomagefree:masterfrom
muz:soc_nev_the_practical_dean
Closed

[SOC] Implement Nev, the Practical Dean#14864
muz wants to merge 1 commit intomagefree:masterfrom
muz:soc_nev_the_practical_dean

Conversation

@muz
Copy link
Copy Markdown
Contributor

@muz muz commented May 4, 2026

Linked to #14651

@github-actions github-actions Bot added the cards label May 4, 2026
@muz muz force-pushed the soc_nev_the_practical_dean branch from cc8bd51 to be3c553 Compare May 5, 2026 00:50
// Whenever you cast your first spell with {X} in its mana cost each turn, put X +1/+1 counters on Nev.
this.addAbility(new SpellCastControllerTriggeredAbility(
new NevAddXCountersEffect(), filter2, false
).setTriggersLimitEachTurn(1));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same deal with watcher?

if (xValue <= 0) {
return false;
}
Permanent nev = game.getPermanent(source.getSourceId());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

source.get...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants