MArcomage

Free multiplayer on-line fantasy card game

Please log in


16 U
Dwarven guard
Dwarven guard

Runic

Attack: 13
If N < 1
N = #Runic + #Durable in opponent's hand
Attack: 12

Id
618
Name
Dwarven guard
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 16
Modes
0
Level
5
Created
1. Jan, 2011
Modified
26. Sep, 2015
Played
182 / 4699
Discarded
100 / 1571
Drawn
346 / 8066

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);