MArcomage

Free multiplayer on-line fantasy card game

Please log in


6 6 6 U
University
University

Mode1:
Quarry: +1
Mode2:
Magic: +1
Mode3:
Dungeon: +1

Id
267
Name
University
Rarity
Uncommon
Keywords
Cost (B / G / R)
6 / 6 / 6
Modes
3
Level
0
Created
1. May, 2006
Modified
11. Apr, 2009
Played
1343 / 43319
Discarded
80 / 3179
Drawn
1670 / 58010

BB code

Effect

Mode1:
Quarry: +1
Mode2:
Magic: +1
Mode3:
Dungeon: +1

Code

    if ($t->mode() == 1) {
      $t->myData()->addQuarry(1);
    }
    elseif ($t->mode() == 2) {
      $t->myData()->addMagic(1);
    }
    elseif ($t->mode() == 3) {
      $t->myData()->addDungeons(1);
    }