MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 R
Reiji Maigo
Reiji Maigo

Restoration Durable

If Round is divisible by 3
Gems: +15

Id
668
Name
Reiji Maigo
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
0
Level
10
Created
24. Jun, 2012
Modified
8. Sep, 2012
Played
2038 / 5624
Discarded
614 / 1558
Drawn
1424 / 4068

BB code

Effect

If Round is divisible by 3
Gems: +15

Code

if (($t->round() % 3) == 0) { $t->myData()->addGems(15); }