Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Would score 3 times, because the horizontal line and the other lines cross at only one tile each.
Rules be hard, yo.
Yeah the script is supposed to only count once crowns that are in a 4 crowns row. I've read the link you've posted before.
But if you say you've seen a game where 4 crowns have been counted two times, I definitely have some checking to do.
Basically how it (is supposed to) happens right now is that the score algorithm parses your kingdom with one of the directions and every time it finds a crowns, checks if there is 2 other in the given direction. If it finds 2, it adds 10pts, skips the next crown in said direction, and continues. Does the same for every direction (horizontal, vertical and diagonal).
So if there is 4:
The method for this quest is 70 lines long.
Edit: Ok it fails to skip the next crown for some reason. Also I noticed that it doesn't count building crowns, which it should.
Not only did it fail to skip. But it was also checking for crowns horizontally where it should check vertically and the other way around... wow... Which means it failed to skip, but it didn't even asked to skip in the right direction :facepalm:
Thanks for another very useful bug report!!! 1.5.6 coming right up.
Actually this would score 5 times:
Jackpot, yo.