Psyringe wrote:For checking cards, go to this page. It has the code of all implemented cards.
You have my thanks, Psyringe. That's precisely the list I was trying to find, but couldn't.
Of a separate matter: Today, I have re-visited the issue with Yavimaya Dryad (TSP) that I mentioned previously. I have changed my copy of the code for the card such that it now includes the following lines:
auto=may moveTo(myBattlefield) target(forest|mylibrary) && tap
auto=may moveTo(opponentBattlefield) target(forest|mylibrary) && tap
The coding is not perfect, as it creates an ambiguous "Move, Move, Cancel" dialogue menu when the card enters play from the hand, but it has the intended effect: One "Move" command puts the Forest under my control, the other puts it under my opponent's control, as the card rules say the player should be able to do.
Personally, the change works for me, but I don't know how aversive the development standards are to a command menu such as this. Unfortunately, it's the only method I've found so far to get the card to function the way the Oracle rules describe it.