Northern mountains
Wall: +10
Enemy wall: +10
Summons a Barbarian
Cost (B / G / R)
0 / 0 / 0
BB code
Effect
Wall: +10
Enemy wall: +10
Summons a Barbarian
Code
$t->myData()->addWall(10); $t->hisData()->addWall(10);
$t->nextCard($t->drawCard($t->getList(['keyword'=>'Barbarian']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));