MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 1 C
Deathwood necromancer
Deathwood necromancer

Nature Undead

Gems: +#Nature in hand (max 4)
Recruits: +#Undead in hand (max 4)

Id
578
Name
Deathwood necromancer
Rarity
Common
Keywords
Cost (B / G / R)
0 / 1 / 1
Modes
0
Level
10
Created
10. Sep, 2010
Modified
24. Dec, 2013
Played
4925 / 26652
Discarded
1380 / 7990
Drawn
7962 / 45018

BB code

Effect

Gems: +#Nature in hand (max 4)
Recruits: +#Undead in hand (max 4)

Code

    $t->myData()
      ->addGems(min(4, $t->keywordCount($t->myData()->Hand, 'Nature')))
      ->addRecruits(min(4, $t->keywordCount($t->myData()->Hand, 'Undead')));