MArcomage

Free multiplayer on-line fantasy card game

Please log in


18 18 18 R
Laputa the Flying fortress
Laputa the Flying fortress

Aria

Tower:= Max tower - Tower
If Wall > 35
Wall:= Max wall - Wall

Id
573
Name
Laputa the Flying fortress
Rarity
Rare
Keywords
Cost (B / G / R)
18 / 18 / 18
Modes
0
Level
9
Created
21. Jun, 2010
Modified
24. Jun, 2012
Played
548 / 3452
Discarded
210 / 1631
Drawn
1096 / 7673

BB code

Effect

Tower:= Max tower - Tower
If Wall > 35
Wall:= Max wall - Wall

Code

    $t->myData()->setTower($t->config('max_tower') - $t->myData()->Tower);
    if ($t->myData()->Wall > 35) {
      $t->myData()->setWall($t->config('max_wall') - $t->myData()->Wall);
    }