MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 1 1 C
Wheat farm
Wheat farm

Stock: +2N
N = #Wheat farm in hand

Id
566
Name
Wheat farm
Rarity
Common
Keywords
Cost (B / G / R)
1 / 1 / 1
Modes
0
Level
10
Created
21. Jun, 2010
Modified
12. Feb, 2011
Played
2357 / 35923
Discarded
871 / 12151
Drawn
3014 / 32313

BB code

Effect

Stock: +2N
N = #Wheat farm in hand

Code

    $tmp = 0;
    for ($i = 1; $i <= $t->handSize(); $i++) {
      if ($t->myData()->Hand[$i] == 566) {
        $tmp++;
      }
    }
    $t->myData()->addStock(2 * $tmp);