MArcomage

Free multiplayer on-line fantasy card game

Please log in


12 U
Meditation
Meditation

Restoration

Gems: +17
If last card played was a Mage
Gems: +5

Id
11
Name
Meditation
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 12 / 0
Modes
0
Level
5
Created
1. May, 2006
Modified
16. Sep, 2017
Played
13026 / 57596
Discarded
917 / 5835
Drawn
16514 / 73694

BB code

Effect

Gems: +17
If last card played was a Mage
Gems: +5

Code

    $t->myData()->addGems(17);
    if ($t->myLastCard()->hasKeyword('Mage') && $t->myLastAction() == 'play') {
      $t->myData()->addGems(5);
    }