MArcomage

Free multiplayer on-line fantasy card game

Please log in


2 C
Harvest fairy
Harvest fairy

Replace adjacent cards with Wheat farm

Id
588
Name
Harvest fairy
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 2
Modes
0
Level
10
Created
10. Sep, 2010
Modified
17. Dec, 2016
Played
580 / 15242
Discarded
1764 / 7922
Drawn
2948 / 27813

BB code

Effect

Replace adjacent cards with Wheat farm

Code

    if ($t->cardPos() > 1) {
      $t->setCard('my', $t->cardPos() - 1, 566, ['reveal' => true]);
    }
    if ($t->cardPos() < $t->handSize()) {
      $t->setCard('my', $t->cardPos() + 1, 566, ['reveal' => true]);
    }