philihp / weblabora

Ora et Labora boardgame simulation library
http://kennerspiel.com
Apache License 2.0
11 stars 2 forks source link

Minor bugs in solo version #124

Open george59 opened 10 years ago

george59 commented 10 years ago

Ireland: 1) Whiskey is not getting counted as a shield/victory point. Round Tower & Final Score are impaired. 2) Building cost of I37(Bulwark)is not being charged/debited for Wood. Error in favor of player -- building is supposed to cost 4 Clay & 2 Wood but actually debits 4 Clay & 0 Wood.

France: 1) F32(Calefactory) is not usable because no U(F32,) syntax is parsed properly. It requires a Penny as input and should start something like U(F32,Pn,) but that start is rejected because it claims to want a number (first of 2 co-ordinates of the area being cleared). However, if only 2 numbers are supplied (e.g. U(F32,1,1), that is also rejected because the required Penny has not been paid. Syntax for "input"/consumed resources is not consistent in general. In theory, if the required input resource is always the same 1 item, it then could be omitted -- and in fact is, for some buildings -- yet for others it must be typed. 2) Final Round ("turn 32") is only 1 action, followed immediately by Settlement E. In the Ireland variant it is 2 actions (a full turn 32) followed by Settlement E. I don't know which is correct but I do know it should be the same in both versions. France is supposed to be harder, but not THIS much harder!