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
12244 / 56814
Discarded
829 / 5747
Drawn
15434 / 72614

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);
    }