MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 U
Healing Ritual
Healing Ritual

Alliance. Holy.

If not new and last card played card was Alliance or Holy: negates the effect of opponent's last round on your tower, wall, facilities and stock

Author
Id
716
Name
Healing Ritual
Rarity
Uncommon
Keywords
Alliance. Holy.
State
interesting

BB code

Effect

If not new and last card played card was Alliance or Holy: negates the effect of opponent's last round on your tower, wall, facilities and stock

Note

I've found the old picture

possible code:

if (!($mylast_card->IsPlayAgainCard() and $mylast_action == 'play') and (!isset($mynewflags[$cardpos])) and (($mylast_card->HasKeyword("Alliance")) OR ($mylast_card->HasKeyword("Holy"))) and ($mylast_action == 'play'))) { $mydata->Tower-= $mychanges['Tower']; $mydata->Wall-= $mychanges['Wall']; $mydata->Quarry-= $mychanges['Quarry']; $mydata->Magic-= $mychanges['Magic']; $mydata->Dungeons-= $mychanges['Dungeons']; $mydata->Bricks-= $mychanges['Bricks']; $mydata->Gems-= $mychanges['Gems']; $mydata->Recruits-= $mychanges['Recruits']; }