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
3110 / 26577
Discarded
338 / 4517
Drawn
4331 / 41096

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