MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 U
Dwarven castle
Dwarven castle

Runic

Mode1:
Tower: = 21
Mode2:
Wall: = 21

Id
631
Name
Dwarven castle
Rarity
Uncommon
Keywords
Cost (B / G / R)
5 / 0 / 0
Modes
2
Level
10
Created
24. Apr, 2011
Modified
26. Sep, 2015
Played
1364 / 5346
Discarded
816 / 3717
Drawn
3604 / 13418

BB code

Effect

Mode1:
Tower: = 21
Mode2:
Wall: = 21

Code

if ($t->mode() == 1) { $t->myData()->setTower(21); } elseif ($t->mode() == 2) { $t->myData()->setWall(21); }