MArcomage

Free multiplayer on-line fantasy card game

Please log in


12 13 U
Deathwood shaman
Deathwood shaman

Nature Undead

Stock: +2N
Enemy wall: -5M
N = #Nature in hand
M = #Undead in hand

Id
543
Name
Deathwood shaman
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 12 / 13
Modes
0
Level
10
Created
21. Jun, 2010
Modified
8. Sep, 2012
Played
1700 / 7737
Discarded
578 / 3601
Drawn
3079 / 16030

BB code

Effect

Stock: +2N
Enemy wall: -5M
N = #Nature in hand
M = #Undead in hand

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Undead');
    $t->hisData()->addWall(-5 * $tmp);
    $tmp = $t->keywordCount($t->myData()->Hand, 'Nature');
    $t->myData()->addStock(2 * $tmp);