MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Spring wood
Spring wood

Nature Restoration

Wall: +3
If opponent lowered your stock last round
Production x2

Id
496
Name
Spring wood
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 1
Modes
0
Level
10
Created
20. Jan, 2010
Modified
20. Jan, 2010
Played
12164 / 72952
Discarded
10848 / 42692
Drawn
29531 / 150769

BB code

Effect

Wall: +3
If opponent lowered your stock last round
Production x2

Code

    $t->myData()->addWall(3);
    if ($t->myChange('Bricks') < 0 || $t->myChange('Gems') < 0 || $t->myChange('Recruits') < 0) {
      $t->production()->multiply(2);
    }