hej. is there a possibility to make conditions for next_building in special building?
something like this:
or, maybe there is another way to modify special buildings, depending on some conditions (religion, culture etc.)?
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.)?