MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 1 1 U
Alchemist
Alchemist

Mage. Restoration.

Production x0
Mode1: bricks +N
Mode2: gems +N
Mode3: recruits +N
N= number of facilities

Author
Id
1064
Name
Alchemist
Rarity
Uncommon
Keywords
Mage. Restoration.
State
waiting

BB code

Effect

Production x0
Mode1: bricks +N
Mode2: gems +N
Mode3: recruits +N
N= number of facilities

Note

possible code:
$tmp = ($mydata->Quarry + $mydata->Magic + $mydata->Dungeons);
$bricks_production = 0; $gems_production = 0; $recruits_production = 0;
if ($mode == 1) $mydata->Bricks+= $tmp; elseif ($mode == 2) $mydata->Gems+= $tmp; elseif ($mode == 3) $mydata->Recruits+= $tmp;