Trigger trap
Enemy tower: -3
If not New and matching card is New
Enemy tower: -5
Cost (B / G / R)
5 / 0 / 0
BB code
Effect
Enemy tower: -3
If not New and matching card is New
Enemy tower: -5
Code
$t->hisData()->addTower((!$t->isMyNew($t->cardPos()) && $t->isHisNew($t->cardPos())) ? -8 : -3);