Skip to content

[ECL] Implement Chronicle of Victory - #14223

Merged
theelk801 merged 1 commit into
magefree:masterfrom
muz:ecl_chronicle_of_victory
Jan 11, 2026
Merged

[ECL] Implement Chronicle of Victory#14223
theelk801 merged 1 commit into
magefree:masterfrom
muz:ecl_chronicle_of_victory

Conversation

@muz

@muz muz commented Jan 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the cards label Jan 10, 2026
Comment thread Mage.Sets/src/mage/cards/c/ChronicleOfVictory.java Outdated
Comment thread Mage.Sets/src/mage/cards/c/ChronicleOfVictory.java Outdated
@muz
muz force-pushed the ecl_chronicle_of_victory branch 3 times, most recently from 9b781bf to fad2021 Compare January 10, 2026 21:02

// Whenever you cast a spell of the chosen type, draw a card.
FilterSpell filterSpell = new FilterSpell("a spell of the chosen type");
filterSpell.add(ChosenSubtypePredicate.TRUE);

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.

this can be static

Duration.WhileOnBattlefield,
StaticFilters.FILTER_PERMANENT_CREATURES_CONTROLLED
)
);

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.

don't forget to set the text

@muz
muz force-pushed the ecl_chronicle_of_victory branch from fad2021 to 9747666 Compare January 11, 2026 00:12
@theelk801
theelk801 merged commit b54c9f4 into magefree:master Jan 11, 2026
2 checks passed
@muz
muz deleted the ecl_chronicle_of_victory branch January 25, 2026 22:16
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