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
2166 / 35732
Discarded
712 / 11992
Drawn
2623 / 31922

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