MArcomage

Free multiplayer on-line fantasy card game

Please log in


20 U
Templar castle
Templar castle

Holy Soldier

Tower: +30
Won't raise tower above Max tower / 2
If Dungeon < 4
Dungeon: +1

Id
700
Name
Templar castle
Rarity
Uncommon
Keywords
Cost (B / G / R)
20 / 0 / 0
Modes
0
Level
10
Created
1. Jan, 2013
Modified
26. Sep, 2015
Played
5483 / 16239
Discarded
1780 / 4266
Drawn
9067 / 25825

BB code

Effect

Tower: +30
Won't raise tower above Max tower / 2
If Dungeon < 4
Dungeon: +1

Code

    $tmp = max($t->myData()->Tower, round($t->config('max_tower') / 2));
    $t->myData()->addTower(30)->setTower(min($t->myData()->Tower, $tmp));
    if ($t->myData()->Dungeons < 4) {
      $t->myData()->Dungeons++;
    }