MArcomage

Free multiplayer on-line fantasy card game

Please log in


20 20 20 R
Castle beyond looking glass
Castle beyond looking glass

Tower: = Max tower / 2
Wall: = Max wall / 2
Stock: +5

Id
379
Name
Castle beyond looking glass
Rarity
Rare
Keywords
Cost (B / G / R)
20 / 20 / 20
Modes
0
Level
2
Created
30. Jul, 2008
Modified
10. Sep, 2010
Played
298 / 2554
Discarded
152 / 1474
Drawn
651 / 6153

BB code

Effect

Tower: = Max tower / 2
Wall: = Max wall / 2
Stock: +5

Code

    $t->myData()->setTower(round($t->config('max_tower') / 2))->setWall(round($t->config('max_wall') / 2));
    $t->myData()->addStock(5);