@ngppgn: No, no dynasty flags or variables.
@Blood Royal: has_building is only valid in holding scope, not province scope. Since you're only worried about the capital holding, use this trigger:
Now then, does anyone have any ideas on how to tell if religion_flex or culture_flex is having any affect, and if it can be used as an effect outside technology? There aren't any tooltips I'm aware of that reflect its value.
@Blood Royal: has_building is only valid in holding scope, not province scope. Since you're only worried about the capital holding, use this trigger:
Code:
trigger = {
capital_holding = {
has_building = ca_province_0
}
}
Now then, does anyone have any ideas on how to tell if religion_flex or culture_flex is having any affect, and if it can be used as an effect outside technology? There aren't any tooltips I'm aware of that reflect its value.