MArcomage

Free multiplayer on-line fantasy card game

Please log in


8 C
Werewolf
Werewolf

Beast Far sight

If matching card is Revealed
Wall: +12
else
Attack: 12

Id
147
Name
Werewolf
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 8
Modes
0
Level
8
Created
1. May, 2006
Modified
24. Dec, 2011
Played
3507 / 15274
Discarded
1423 / 7530
Drawn
5960 / 29180

BB code

Effect

If matching card is Revealed
Wall: +12
else
Attack: 12

Code

if (!$t->hiddenCards() || isset($t->hisData()->Revealed[$t->cardPos()])) { $t->myData()->addWall(12); } else { $t->hisData()->attack(12); }