"units_in_province" now appears to operate based on "armies" rather than "units". The scope "units_in_province" appears to have changed sometime after 4 May 2009.
Issues:
1) As "units_in_province" now appears to operate based on "armies" rather than "units", it displays incorrectly;
2) As "units_in_province" now appears to operate based on "armies" rather than "units", there is now no way to run a scope for the number of triremes in a province(port). Before the change you could use:
Issues:
1) As "units_in_province" now appears to operate based on "armies" rather than "units", it displays incorrectly;
2) As "units_in_province" now appears to operate based on "armies" rather than "units", there is now no way to run a scope for the number of triremes in a province(port). Before the change you could use:
Code:
allow = {
225 = {
AND = {
units_in_province = 1
NOT = { units_in_province = 2 }
}
NOT = { infantry_in_province = 1 }
}
}
Upvote
0