MArcomage

Free multiplayer on-line fantasy card game

Please log in


27 U
Knight templar
Knight templar

Holy Soldier

Attack: 48
Won't lower enemy tower below 15

Id
473
Name
Knight templar
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 27
Modes
0
Level
8
Created
24. Oct, 2009
Modified
24. Oct, 2009
Played
2568 / 14384
Discarded
859 / 4409
Drawn
4148 / 23309

BB code

Effect

Attack: 48
Won't lower enemy tower below 15

Code

    $tmp = min($t->hisData()->Tower, 15);
    $t->hisData()->attack(48); $t->hisData()->setTower(max($t->hisData()->Tower, $tmp));