MArcomage

Free multiplayer on-line fantasy card game

Please log in

Fithz Hood on 23:28, 30. Apr, 2011
this card is bugged: it never gives the wall bonus.
look: http://arcomage.netvor.sk/?location=Replays_details&CurrentReplay=180625&PlayerView=1&Turn=60

It's because, in the first part of the code, the $temp variable could be at max 4; so the condition in the last part of the code is never fullfilled.
HivedOne on 01:09, 1. May, 2011
So just rewrite it: Attack: 8N (max 32) rest remains ;-)
Mojko on 07:13, 1. May, 2011
Thanks for reporting. It looks like I forgot to update the secondary condition in the recent change @_@. Fixed in r1566.
Spoon on 23:17, 20. Mar, 2014
Siege breakers
20R
Soldier. Siege.
Attack: 8N
If N > 4
Wall: +15
N = #Soldier in hand (max 4)

This might be nitpicking, but right now the wall bonus should never trigger: N is never greater than 4 because it is capped at four.
It's quite clear what is meant, but the little pedant inside me was annoyed by it :-)