Code:
# A ruler is assimilated by the local culture
character_event = {
id = 55010
desc = "EVTDESC55010"
picture = GFX_evt_scandal
only_rulers = yes
min_age = 16
capable_only = yes
prisoner = no
trigger = {
primary_title = {
NOT = { conquest_culture = ROOT }
NOT = { culture = ROOT }
}
capital_scope = {
NOT = { culture = ROOT }
OR = {
NOT = { culture = saxon }
NOT = { ROOT = { culture = norman } }
}
}
top_liege = {
OR = {
character = ROOT
ROOT = {
capital_scope = {
culture = PREVPREV
}
}
}
}
}
mean_time_to_happen = {
months = 1200
modifier = {
factor = 0.5
top_liege = {
NOT = { character = ROOT }
ROOT = {
capital_scope = {
culture = PREVPREV
}
}
}
}
modifier = {
factor = 0.5
primary_title = {
ROOT = {
capital_scope = {
culture = PREVPREV
}
}
}
}
modifier = {
factor = 2.0
capital_scope = {
culture_group = ROOT # Same culture group: slower assimilation
}
}
}
option = {
name = "EVTOPTA55010"
# Piss off the appropriate vassals
any_vassal = {
limit = {
culture = ROOT
age = 16
}
opinion = {
who = ROOT
modifier = opinion_adopted_foreign_ways
years = 10
}
hidden_tooltip = { character_event = { id = 55011 days = 0 } }
}
capital_scope = {
reverse_culture = ROOT
}
}
option = {
name = "EVTOPTB55010"
ai_chance = {
factor = 0
}
}
}
EDIT: Original suggestion did nothing, English should not be able to convert back to norman or saxon.
Last edited:
Upvote
0