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
1413 / 7450
Discarded
518 / 3541
Drawn
2627 / 15578

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