MArcomage

Free multiplayer on-line fantasy card game

Please log in


3 3 C
Fire fox
Fire fox

Beast Burning

Gems: +#Burning in game (max 7)
Recruits: +#Beast in hand (max 7)

Id
607
Name
Fire fox
Rarity
Common
Keywords
Cost (B / G / R)
0 / 3 / 3
Modes
0
Level
10
Created
3. Oct, 2010
Modified
24. Dec, 2011
Played
1932 / 14130
Discarded
255 / 2677
Drawn
2728 / 21182

BB code

Effect

Gems: +#Burning in game (max 7)
Recruits: +#Beast in hand (max 7)

Code

    $t->myData()
      ->addGems(min(7, $t->keywordCount($t->myData()->Hand, 'Burning') + $t->keywordCount($t->hisData()->Hand, 'Burning')))
      ->addRecruits(min(7, $t->keywordCount($t->myData()->Hand, 'Beast')));