The modified localization is in file v2.50b.csv in the respective mod folder path, but still no localization change for Heritage...
And since today, my mod no longer works - no child gets focus automatically. The event is in on_actions/startup, but nada. See event below.
character_event = {
id = focus.startup
max_age = 12
is_triggered_only = yes
hide_window = yes
trigger = {
has_dlc = "Zeus"
NOT = { age = 12 }
NOT = { has_character_modifier = focus_ch_pride }
NOT = { has_character_modifier = focus_ch_struggle }
NOT = { has_character_modifier = focus_ch_duty }
NOT = { has_character_modifier = focus_ch_thrift }
NOT = { has_character_modifier = focus_ch_humility }
NOT = { has_character_modifier = focus_ch_etiquette }
NOT = { has_character_modifier = focus_ch_faith }
NOT = { has_character_modifier = focus_ch_heritage }
}
option = {
name = OK
random_list = {
10 = { set_focus = focus_ch_pride }
10 = { set_focus = focus_ch_struggle }
10 = { set_focus = focus_ch_duty }
10 = { set_focus = focus_ch_thrift }
10 = { set_focus = focus_ch_humility }
10 = { set_focus = focus_ch_etiquette }
10 = { set_focus = focus_ch_faith }
10 = { set_focus = focus_ch_heritage }
}
}
}
NOTE that it worked before, just like intended.