MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 5 5 C
Magic lamp
Magic lamp

If New
Summons Genie or Efreet
else
Gain 16 random resources

Id
183
Name
Magic lamp
Rarity
Common
Keywords
Cost (B / G / R)
5 / 5 / 5
Modes
0
Level
9
Created
1. May, 2006
Modified
20. Jan, 2018
Played
15335 / 21735
Discarded
4110 / 8039
Drawn
21403 / 32882

BB code

Effect

If New
Summons Genie or Efreet
else
Gain 16 random resources

Code

    if ($t->isMyNew($t->cardPos())) {
      $t->nextCard($t->drawCard([181, 182], $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
    }
    else {
      $t->myData()->addRandomResources(16);
    }