Re: MTG - JOURNEY INTO NYX - COMPLETE SET - 161/165 CARDS
Had some fun making decks with these, but a couple cards aren't working quite right. The daring thief and the perplexing chimera lack the 'may' portion of their effects.
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=109&t=15144
I am glad you liked these cards, about the bug mentioned above, Daring Thief you're right i miss the MAY tag, i just fixed i will upload fixed set soon, about Perplexing Chimera i checked and the MAY tag is correctly inserted so please be sure you have the right settings inside main game options, Always use optional abilities.Evalis wrote:Had some fun making decks with these, but a couple cards aren't working quite right. The daring thief and the perplexing chimera lack the 'may' portion of their effects.
Why should it? The controller of the triggered ability is the controller of the creature when it dies.Evalis wrote:On further play it seems like Tenacious Dead doesn't provide the owner the chance to restore it if controlled by another player.
As Fire just said the controller exchange is definitive, so you lose any right on the card.thefiremind wrote:Why should it? The controller of the triggered ability is the controller of the creature when it dies.Evalis wrote:On further play it seems like Tenacious Dead doesn't provide the owner the chance to restore it if controlled by another player.
I checked and the weird thing is that the ability is partial executed not considerating the may condition, anyway i have fixed the card and i am going to upload the new wad. Thanks for your feedback is useful to have someone who use the cards and reports any issues.Evalis wrote:King Macar, The cursed gives you the mana artifact whether or not a creature was exiled. From his text it seems like he should only give you the extra mana if there was a creature exiled. I think anyway..
OK I just checked that card, the costs (casting cost and equip costa are right) the casting cost isEvalis wrote:Just going through the ropes on this one.. ahem. Anyway I found that godsend costs white mana to equip. I think it's just supposed to be colourless. Also, unless I am reading this text wrong, it is supposed to exile only -one- blocker or attacker, but seems to let me exile all of them. That probably isn't right.
, the equip cost
as expected (Godsend) (THX Aswan jaguar)
.
.Ahahhah you right is just a type mistake i just copied and pasted and i forget to update the type on the post!!!Aswan jaguar wrote:I never post here but I love to read what your community does and the nice cooperation you have.
If you read Godsend (autocard is a great feature) you will see that equip cost is.
The card has the right equip cost!!!! <TRIGGER value="ZONECHANGE_BEGIN" to_zone="ZONE_GRAVEYARD" from_zone="ZONE_BATTLEFIELD">
return TriggerObject() ~= EffectSource() and TriggerObject():GetOwner() == EffectController()
</TRIGGER><TRIGGER value="ZONECHANGE_BEGIN" to_zone="ZONE_GRAVEYARD" from_zone="ZONE_BATTLEFIELD">
return TriggerObject():GetCardType():Test(CARD_TYPE_CREATURE) and TriggerObject() ~= EffectSource() and TriggerObject():GetOwner() == EffectController()
</TRIGGER>Thx my friend I don't know how i missed that check! anyway already fixed i'm going to update the main wad.braquio wrote:Hi NEO!
An issue in Athreos, its ability triggers when any card you own go to graveyard not only creatures.