MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Jungle river
Jungle river

Aqua Nature

Recruits: +3
Enemy wall: -3
Replace a card in hand with Piranhas

Id
567
Name
Jungle river
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 1
Modes
8
Level
9
Created
21. Jun, 2010
Modified
26. Sep, 2015
Played
8419 / 21826
Discarded
4615 / 9598
Drawn
15985 / 39292

BB code

Effect

Recruits: +3
Enemy wall: -3
Replace a card in hand with Piranhas

Code

    $t->myData()->addRecruits(3);
    $t->hisData()->addWall(-3);
    $t->setCard('my', $t->mode(), 504, ['reveal' => true]);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }