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
1731 / 9548
Discarded
1655 / 7878
Drawn
4982 / 26276

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