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
7984 / 38340
Discarded
2128 / 8885
Drawn
12030 / 59170

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