Risen angel
Attack: 22 + N
Gems: +N
N = #Holy in opponent's hand
Cost (B / G / R)
0 / 9 / 11
BB code
Effect
Attack: 22 + N
Gems: +N
N = #Holy in opponent's hand
Code
$tmp = $t->keywordCount($t->hisData()->Hand, 'Holy');
$t->hisData()->attack(22 + $tmp);
$t->myData()->addGems($tmp);