Titan's heart
Tower: +6
Wall: +9
If #Unliving in hand > 4
Quarry: +1
Cost (B / G / R)
7 / 7 / 7
BB code
Effect
Tower: +6
Wall: +9
If #Unliving in hand > 4
Quarry: +1
Code
$t->myData()->addTower(6)->addWall(9);
if ($t->keywordCount($t->myData()->Hand, 'Unliving') > 4) {
$t->myData()->addQuarry(1);
}