MArcomage

Free multiplayer on-line fantasy card game

Please log in


30 U
Imperial griffin
Imperial griffin

Beast Soldier

Attack: 30
If #Beast in hand > 1
Recruits: +12

Id
376
Name
Imperial griffin
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 30
Modes
0
Level
8
Created
30. Jul, 2008
Modified
24. Jun, 2012
Played
944 / 4156
Discarded
383 / 2877
Drawn
1817 / 10517

BB code

Effect

Attack: 30
If #Beast in hand > 1
Recruits: +12

Code

    $t->hisData()->attack(30);
    if ($t->keywordCount($t->myData()->Hand, 'Beast') > 1) {
      $t->myData()->addRecruits(12);
    }