Huo-Ryu
Attack: 30 + 10N
N = #Dragon in game
Cost (B / G / R)
0 / 20 / 20
BB code
Effect
Attack: 30 + 10N
N = #Dragon in game
Code
$tmp = $t->keywordCount($t->myData()->Hand, 'Dragon') + $t->keywordCount($t->hisData()->Hand, 'Dragon');
$t->hisData()->attack(30 + 10 * $tmp);