I'm pretty sure you can lock to a certain province/title. But I don't have the files at home so I can't check. Post the requirements of any of the other special buildings here and I can probably figure it out fro that.
polish_propaganda = {
potential = {
or = {
province = 429 #- Gnieznienskie
province = 430 #- Lubusz
province = 431 #- Poznanskie
province = 432 #- Kaliskie
}
FROM = { title = d_greater_poland }
}
build_cost = 50
build_time = 50
tax_income = 3 #Replace by desired building effects
ai_creation_factor = 100
start = {
}
}
That might do the trick:
Code:polish_propaganda = { potential = { or = { province = 429 #- Gnieznienskie province = 430 #- Lubusz province = 431 #- Poznanskie province = 432 #- Kaliskie } FROM = { title = d_greater_poland } } build_cost = 50 build_time = 50 tax_income = 3 #Replace by desired building effects ai_creation_factor = 100 start = { } }
polish_propaganda = {
potential = {
location = {
OR = {
province = 429 #- Gnieznienskie
province = 430 #- Lubusz
province = 431 #- Poznanskie
province = 432 #- Kaliskie
}
}
duchy = { title = d_greater_poland }
}
[...]