Re: Sun Mar 25, 2012 DOTP 2012 Eglin's Decks v1.01
I don't have time to look into it right now, but Stromkirk Noble's ability should be made similar to Aura Gnarlid.
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=101&t=6564
yes , but your teammates attack with any number of creatures also trigger the exalted . like them has "Exalted"sadlyblue wrote:I think i see what he means.
Eglin, you tried a 1 on 1 game, and it doesn't trigger for the opponent.
But if you play a 3 on 1, an archenemy game, your one of the 3 against the other, and you attack with one creature, but your teammates attack with any number of creatures.
your creature will trigger the exalted, but the bonus will be given to all, your teammates also:
FilteredCard():GetCardType():Test( CARD_TYPE_CREATURE ) ~= 0 and
FilteredCard():GetController() == Object():GetController() and <- your missing this to give only to your creature
FilteredCard():GetZone() == ZONE_IN_PLAY and
FilteredCard():IsAttacking() ~= 0 )
Ctar, is that you tried to say, right? At least, that' what i understood by the code also.