MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 R
Paper master
Paper master

Aria

Summons Paper golem
Stock: -12
If not enough stock
Enemy wall: +50
Always:
Attack: 60

Id
753
Name
Paper master
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
0
Level
10
Created
29. Oct, 2016
Modified
29. Oct, 2016
Played
395 / 469
Discarded
54 / 75
Drawn
489 / 598

BB code

Effect

Summons Paper golem
Stock: -12
If not enough stock
Enemy wall: +50
Always:
Attack: 60

Code

    $t->myData()->addStock(-12);
    foreach (['Bricks', 'Gems', 'Recruits'] as $resource) {
      if ($t->myData()->$resource < 0) {
        $t->hisData()->addWall(50);
        break;
      }
    }
    $t->hisData()->attack(60);
    $t->nextCard(754);