MArcomage

Free multiplayer on-line fantasy card game

Please log in


15 U
Forest spirit
Forest spirit

Beast Nature

Attack: 12 + N
Wall: +2N
N = #Beast + #Nature in hand

Id
541
Name
Forest spirit
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 15
Modes
0
Level
10
Created
21. Jun, 2010
Modified
21. Jun, 2010
Played
2281 / 10257
Discarded
456 / 2492
Drawn
3384 / 16197

BB code

Effect

Attack: 12 + N
Wall: +2N
N = #Beast + #Nature in hand

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Beast') + $t->keywordCount($t->myData()->Hand, 'Nature');
    $t->hisData()->attack(12 + $tmp); $t->myData()->addWall(2 * $tmp);