List of new cards in Return to Ravnica DLC
Here's to the best of my knowledge the list of new cards in the DLC (NOT counting the cards we already had in the early version of the Return to Ravnica decks)
Interrestingly, there are some proliferate cards in there, using the following code :
- cards | Open
Interrestingly, there are some proliferate cards in there, using the following code :
- Code: Select all
<FILTER>
return (Permanents())
</FILTER>
<RESOLUTION_TIME_ACTION>
local suitable_counter_type = 0
if FilteredCard():GetPlayer():GetTeam() == Object():GetPlayer():GetTeam() then
suitable_counter_type = FilteredCard():GetBestOrWorstCounterType(1) else
suitable_counter_type = FilteredCard():GetBestOrWorstCounterType(0)
end
if suitable_counter_type ~= 0 then
FilteredCard():AddCounters( suitable_counter_type, 1 )
end
</RESOLUTION_TIME_ACTION>
through {16} for colourless mana (pretty obvious which is probably why you didn't mention them, but they are still technically symbols).