• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Lucky Crusky

Recruit
Feb 26, 2025
1
0
hej. is there a possibility to make conditions for next_building in special building?

something like this:
Code:
hagia_sophia_01 = {
    ...
    blah-blah
    ...
    next_building = {
        if = {
            limit = {
                scope:holder = {
                    religion = religion:islam_religion
                }
            }
            value = hagia_sophia_02
        }
        else  = { value = hagia_sophia_another_one }
    }
}

or, maybe there is another way to modify special buildings, depending on some conditions (religion, culture etc.)?