MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 C
Elven woods
Elven woods

Alliance Nature

Wall: +N
N = #Alliance in hand
Summons Alliance

Id
688
Name
Elven woods
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 4
Modes
0
Level
10
Created
1. Jan, 2013
Modified
1. Jan, 2013
Played
824 / 7642
Discarded
566 / 2557
Drawn
1795 / 12963

BB code

Effect

Wall: +N
N = #Alliance in hand
Summons Alliance

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Alliance');
    $t->myData()->addWall($tmp); 
    $t->nextCard($t->drawCard($t->getList(['keyword'=>'Alliance']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));