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
867 / 4079
Discarded
352 / 2846
Drawn
1677 / 10377

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