Northern archer
Enemy tower: -N
Enemy wall: +N
N = #Barbarian in hand
Cost (B / G / R)
0 / 0 / 1
BB code
Effect
Enemy tower: -N
Enemy wall: +N
N = #Barbarian in hand
Code
$tmp = $t->keywordCount($t->myData()->Hand, 'Barbarian');
$t->hisData()->addTower(-$tmp)->addWall($tmp);