Crystal golem
Gain N random resources
Wall: +2N
N = #Holy + #Unliving in hand
Cost (B / G / R)
5 / 5 / 5
BB code
Effect
Gain N random resources
Wall: +2N
N = #Holy + #Unliving in hand
Code
$count = $t->keywordCount($t->myData()->Hand, 'Holy') + $t->keywordCount($t->myData()->Hand, 'Unliving');
$t->myData()->addRandomResources($count)->addWall(2 * $count);