RiiakShiNal wrote:It is entirely possible to code
Golgothian Sylex and once I get the update to manual mana finalized
Mishra's Workshop should also be possible.
Golgothian Sylex is possible because you can filter cards based on card name (not localized name, but the name in the CARDNAME tag). As such you just need to create a filter with all the names of all the cards in the set (and not tokens) and force them to be sacrificed. Relatively simple, but annoying to make.
For
Mishra's Workshop I'm working on adding conditions to the mana tokens with a relatively simple way to set those conditions.
Thanks for your answer my friend, About
Mishra's Workshop i understand the situation is similar to the discussion we had about
Metamorphosis, so if you will make these modifies to the mana tokens will be more easier to manage cards like these.
About
Golgothian Sylex i know that solution is the same thing i thought when i was making the Arabian Nights with
City in a Bottle, i decided not make it so for a simple reason.
This solution will works only with prefixed card names, so for example that card could work with my set, but if you use another with another mod it can have problems.
Try to think to a card who is part of Antiquities, but also inside other sets, the Card Name should be the same so it will be automatically under the effect of this card also if it shouldn't. Obviously to avoid this issue we could add e suffix to each card name part of a set something like "Card name_XXX" where XXX is the id of the set. But this solution as also bad aspects for example a particular card have interaction with the card : "CardName A". If CardName A, is part of Antiquities, Seventh Edition, Classic Sixth Edition, Fifth Edition, Fourth Edition, Revised Edition, we have to check for CardName A_AQS, CardName A_ED7,.....
You can understand this is not so good for implementation. On the other side if we could have a function who retrieve the Expansion info from the card tag, these kind of cards will be easier to implement.
2. Please could you take a look of my previous post, the one with the discussion with fire about
Titania's Song and
Reverse Polarity i would receive your opinion.