HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #858238
closedRequirement type to check if city's current owner is the original owner
0%
Description
Split from Feature #857904 requested by Lexxie L.
Add a requirement type to check if city is currently owned by its original owner.
I think this should be implemented as a "CityStatus" requirement type. Initially (this ticket) it could take just one value; "OwnedByOriginal". While "OriginalOwner" might sound better value name, I'd reserve that for another requirement type that would check if specific nation has built the city.
Files
Updated by Sveinung Kvilhaugsvik almost 5 years ago
See also gna patch #4718 https://web.archive.org/web/20170307072854/http://gna.org/patch/?4718
Updated by Marko Lindqvist over 4 years ago
- File 0021-Add-requirement-type-CityStatus.patch 0021-Add-requirement-type-CityStatus.patch added
- Status changed from New to Resolved
Patch attached.
This is one of the requirement types (with the only current value OwnedByOriginal) where client does not have enough information to know if it's true or not, so avoid using it where client's view matters.
Updated by Marko Lindqvist over 4 years ago
Sveinung Kvilhaugsvik wrote:
See also gna patch #4718 https://web.archive.org/web/20170307072854/http://gna.org/patch/?4718
-> Feature #870141
Updated by Marko Lindqvist over 4 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
Updated by Lexxie L over 4 years ago
both the CityStatus and MinForeignPct have been tested and work FABULOUSLY! Brilliant. Thank you soooo much!!!!!!
By combining these two features with the "Age" req, I was able to successfully test a hypothetic case where:
Great Wall makes a city wall iff:
(City Age > 4) && (controlled by original owner || foreign population below x%)
Absolutely amazing, I am grateful and so pleased.
Combining these together and with other things is going to really do so much, we just have to get awareness of it publicised a little more.
One thing though, I pulled my hair for an hour until I figured out you can't use "0" for "MinForeignPct". You have to use "1", which is fine since pop 100 cities aren't too common! ;~) ❤️❤️