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
13028 / 73816
Discarded
12012 / 43856
Drawn
32192 / 153430

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