Deathwood shaman
Stock: +2N
Enemy wall: -5M
N = #Nature in hand
M = #Undead in hand
Cost (B / G / R)
0 / 12 / 13
BB code
Effect
Stock: +2N
Enemy wall: -5M
N = #Nature in hand
M = #Undead in hand
Code
$tmp = $t->keywordCount($t->myData()->Hand, 'Undead');
$t->hisData()->addWall(-5 * $tmp);
$tmp = $t->keywordCount($t->myData()->Hand, 'Nature');
$t->myData()->addStock(2 * $tmp);