Byakko
Dungeon: +1
Attack: 10N
N = #Dungeon - #Enemy dungeon
Recruits prod x0
Cost (B / G / R)
0 / 0 / 20
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);