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
13189 / 73977
Discarded
12226 / 44070
Drawn
32686 / 153924

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