Dwarven guard
Attack: 13
If N < 1
N = #Runic + #Durable in opponent's hand
Attack: 12
Cost (B / G / R)
0 / 0 / 16
BB code
Effect
Attack: 13
If N < 1
N = #Runic + #Durable in opponent's hand
Attack: 12
Code
$tmp = ($t->keywordCount($t->hisData()->Hand, 'Runic') + $t->keywordCount($t->hisData()->Hand, 'Durable') < 1) ? 25 : 13;
$t->hisData()->attack($tmp);