Hello , i try actually to create a decision for convert instantanly all the non-accepted pops into the primary culture . I think its possible , i checked into the vickII wiki and visibly it have a specific effect dedicated for thathttp://www.victoria2wiki.com/List_of_effects#Population_Effects. So i dk what is missing in my actual text. but normally it shouldnt need more i think . So if anyones have already created a custom decision which is similar or if you are an expert at modding or if you just have an idea please tell me , thanks .
political_decisions = {
Assimilation = {
potential = {
ai = no
NOT = {
has_country_flag = ian_would_be_proud
}
allow = {
}
effect = {
any_pop = {
limit = {
is_accepted_culture = no
}
assimilate = yes
}
}
}
}
Ps: i know i could changes the files or just use events for increase assimilation but that is not what i'm searching for , thanks you .
political_decisions = {
Assimilation = {
potential = {
ai = no
NOT = {
has_country_flag = ian_would_be_proud
}
allow = {
}
effect = {
any_pop = {
limit = {
is_accepted_culture = no
}
assimilate = yes
}
}
}
}
Ps: i know i could changes the files or just use events for increase assimilation but that is not what i'm searching for , thanks you .