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
5541 / 27268
Discarded
1536 / 8146
Drawn
8939 / 45995

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