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
15106 / 21506
Discarded
4007 / 7936
Drawn
21055 / 32534

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