Devastator
Enemy wall: -10N
N = #Barbarian in hand
Attack: 40
Cost (B / G / R)
0 / 0 / 46
BB code
Effect
Enemy wall: -10N
N = #Barbarian in hand
Attack: 40
Code
$tmp = $t->keywordCount($t->myData()->Hand, 'Barbarian');
$t->hisData()->addWall(-$tmp * 10)->attack(40);