Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Code in the poptypes files that seems odd #240

Open
ihavesomethingtoask opened this issue Jul 2, 2021 · 0 comments
Open

[BUG]Code in the poptypes files that seems odd #240

ihavesomethingtoask opened this issue Jul 2, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ihavesomethingtoask
Copy link

Most pops have the following modifier within country_migration_target:

modifier = {
    factor = 3.7
    NOT = { total_pops = 500000 }
    NOT = { number_of_states = 2 }
    has_country_flag = new_world_nation
    OR = {
        capital_scope = { is_colonial = no continent = north_america }
        capital_scope = { is_colonial = no continent = south_america }
        capital_scope = { is_colonial = no continent = australia_new_zealand }
    }
    OR = {
        government = democracy
        government = presidential_dictatorship
        government = hms_government
    }
}

As I understand it, this boost migration to countries that have 1 state and have less than 500000 people. It's the second of these criteria that strikes me as odd, since I don't understand why'd you'd want to boost migration to small countries in particular. That has made me wonder whether there wasn't supposed to be a NOT operator there and that the intend was to boost migration to countries with two states or more that have a small population, as these would be relatively empty.

@ihavesomethingtoask ihavesomethingtoask added the bug Something isn't working label Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants