Re: Aether Revolt Spoiler Season

If they seem to work, people can just upload them to the upcoming folder. The more eyes the better.Agetian wrote:Here's an archive with Marek's submitted cards so far split into individual files.
- Agetian
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=19629
If they seem to work, people can just upload them to the upcoming folder. The more eyes the better.Agetian wrote:Here's an archive with Marek's submitted cards so far split into individual files.
- Agetian
As long as they don't crash and pass the smell test I think I'd be ok with that. The upcoming folder is basically a holding area for unreleased cards.Agetian wrote:I haven't tested them in the game yet, but generally the scripts look fine, so I guess I'll commit them to the "upcoming" folder and then let's see if people can identify any issues and bugs in them, right?
- Agetian
I updated Sun Titan to the Secondary syntax.Marek14 wrote:Some notes: I noticed that Sun Titan has split triggers, one for ETB, one for attacking, with different wordings, instead of the "Secondary" syntax that seems to be standard.
Also, some abilities that animate artifacts into artifact creatures just add "Creature" instead of "Artifact,Creature". This matters in cases where the permanent got its artifact type through a temporary effect like Liquimetal Coating.
Hmm, Ajani's Aid does not work correctly, it does the search (at least in the library, anyway) but doesn't let you choose Ajani, Valiant Protector and put it into play afterwards :/Marek14 wrote:OK, I plan to go through the set today and code what I can. Here's the first batch:
Please check that Ajani's Aid is working correctly, it's quite complicated.
Hm, I took that part from Liberating Combustion. I thought if there will be problems, it will be in the damage prevention part...Agetian wrote:Hmm, Ajani's Aid does not work correctly, it does the search (at least in the library, anyway) but doesn't let you choose Ajani, Valiant Protector and put it into play afterwards :/Marek14 wrote:OK, I plan to go through the set today and code what I can. Here's the first batch:
Please check that Ajani's Aid is working correctly, it's quite complicated.
- Agetian
Ah, found out what was wrong, turns out the name had to be specified with a ";" (semicolon) instead of a colon, I fixed that part, but sadly the damage prevention part does not work - first of all, looks like the activation cost is wrong (Marek14 wrote:Hm, I took that part from Liberating Combustion. I thought if there will be problems, it will be in the damage prevention part...