The bad events that happen in provinces with a different culture than the owner continue to happen even if the culture in that province is accepted (and green). Is this WAD? If it is it shouldn't be. An example is after forming Great Britain the Scottish culture becomes accepted/green. However, the bad events will fire if the culture is not exactly the same whether it's accepted or not. Here's what I'm talking about...
This will continue to fire even after it's accepted. I would mod this out myself but I'm not sure how to change it from "has_owner_culture" to [whatever accepted culture syntax is if there is one].
Code:
# Regional Nobles challenge $COUNTRY$country_event = {
id = 723
title = "EVTNAME723"
desc = "EVTDESC723"
picture = ANGRY_MOB_eventPicture
is_triggered_only = yes
trigger = {
num_of_cities = 30
any_owned_province = {
has_owner_culture = no
}
}
This will continue to fire even after it's accepted. I would mod this out myself but I'm not sure how to change it from "has_owner_culture" to [whatever accepted culture syntax is if there is one].