Skip to content

Conversation

dracontes
Copy link
Contributor

@dracontes dracontes commented Aug 22, 2025

Tested card scripts for:

Needing engine update:

@Hanmac
Copy link
Contributor

Hanmac commented Aug 22, 2025

Couldn't figure out how to change the mana cost on my own.

I will add a PerpetualManaCost object later, that will be used similar like this:

if (sa.hasParam("Incorporate")) {
final ManaCost incMCost = new ManaCost(new ManaCostParser(sa.getParam("Incorporate")));
PerpetualIncorporate p = new PerpetualIncorporate(timestamp, incMCost);
c.addPerpetual(p);
p.applyEffect(c);

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

Successfully merging this pull request may close these issues.

2 participants