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
2112 / 10088
Discarded
410 / 2446
Drawn
3114 / 15927

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