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
602 / 15264
Discarded
1887 / 8045
Drawn
3129 / 27994

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