MArcomage

Free multiplayer on-line fantasy card game

Please log in


20 R
Byakko
Byakko

Beast Durable

Dungeon: +1
Attack: 10N
N = #Dungeon - #Enemy dungeon
Recruits prod x0

Id
604
Name
Byakko
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 20
Modes
0
Level
10
Created
3. Oct, 2010
Modified
24. Dec, 2010
Played
1236 / 13599
Discarded
345 / 2751
Drawn
1002 / 8904

BB code

Effect

Dungeon: +1
Attack: 10N
N = #Dungeon - #Enemy dungeon
Recruits prod x0

Code

    $t->myData()->addDungeons(1);
    $tmp = max(0, $t->myData()->Dungeons - $t->hisData()->Dungeons);
    $t->hisData()->attack(10 * $tmp);
    $t->production()->multiplyRecruits(0);