MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 4 R
Iron bank
Iron bank

Durable

Gain 25% of your stock (max 25 of each)

Id
389
Name
Iron bank
Rarity
Rare
Keywords
Cost (B / G / R)
10 / 0 / 4
Modes
0
Level
8
Created
24. Dec, 2008
Modified
16. Sep, 2017
Played
583 / 10109
Discarded
87 / 1972
Drawn
183 / 4743

BB code

Effect

Gain 25% of your stock (max 25 of each)

Code

    $t->myData()
      ->addBricks(min(round($t->myData()->Bricks * 0.25), 25))
      ->addGems(min(round($t->myData()->Gems * 0.25), 25))
      ->addRecruits(min(round($t->myData()->Recruits * 0.25), 25));