MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 U
Living clay
Living clay

Restoration

Bricks: +10
If last card played was a Mage
Bricks: +5

Id
49
Name
Living clay
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 5 / 0
Modes
0
Level
0
Created
1. May, 2006
Modified
16. Sep, 2017
Played
3081 / 26548
Discarded
333 / 4512
Drawn
4287 / 41052

BB code

Effect

Bricks: +10
If last card played was a Mage
Bricks: +5

Code

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