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
9163 / 22570
Discarded
4952 / 9935
Drawn
17317 / 40624

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