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
2382 / 14198
Discarded
788 / 4338
Drawn
3827 / 22988

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