MArcomage

Free multiplayer on-line fantasy card game

Please log in


2 1 C
Working together
Working together

Tower: +#common cards in hand

Id
587
Name
Working together
Rarity
Common
Keywords
Cost (B / G / R)
2 / 0 / 1
Modes
0
Level
8
Created
10. Sep, 2010
Modified
10. Sep, 2010
Played
7095 / 37451
Discarded
1875 / 8632
Drawn
10652 / 57792

BB code

Effect

Tower: +#common cards in hand

Code

    for ($i = 1; $i <= $t->handSize(); $i++) {
      if ($t->getCard($t->myData()->Hand[$i])->getRarity() == 'Common') {
        $t->myData()->Tower++;
      }
    }