Alucard
Attack: 35
If #different keywords in hand > #different keywords in opponent's hand
Attack: 30
Cost (B / G / R)
0 / 20 / 20
BB code
Effect
Attack: 35
If #different keywords in hand > #different keywords in opponent's hand
Attack: 30
Code
$tmp = ($t->countDistinctKeywords($t->myData()->Hand) > $t->countDistinctKeywords($t->hisData()->Hand)) ? 65 : 35;
$t->hisData()->attack($tmp);