Colossus of Kran
Attack: 30 + 4N
Quarry: +N / 2
N = #Unliving in hand
Cost (B / G / R)
40 / 0 / 0
BB code
Effect
Attack: 30 + 4N
Quarry: +N / 2
N = #Unliving in hand
Code
$tmp = $t->keywordCount($t->myData()->Hand, 'Unliving');
$t->hisData()->attack(30 + 4 * $tmp);
$t->myData()->addQuarry(round($tmp / 2));