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
3262 / 15029
Discarded
1307 / 7414
Drawn
5529 / 28749

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); }