MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 C
Forest guardian
Forest guardian

Beast Nature

Attack: #Beast + #Nature in hand (min 6)

Id
538
Name
Forest guardian
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 5
Modes
0
Level
9
Created
21. Jun, 2010
Modified
27. Jul, 2013
Played
1878 / 9695
Discarded
1807 / 8030
Drawn
5413 / 26707

BB code

Effect

Attack: #Beast + #Nature in hand (min 6)

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Beast') + $t->keywordCount($t->myData()->Hand, 'Nature');
    $t->hisData()->attack(max(6, $tmp));