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
2621 / 14437
Discarded
904 / 4454
Drawn
4282 / 23443

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));