This commit is contained in:
trashb0at 2025-04-13 14:34:59 -04:00
parent eb08e751e4
commit 1f2ec06892
13 changed files with 278 additions and 6 deletions

View file

@ -1188,6 +1188,33 @@ on_title_gain = {
}
}
## Numenorian Name Changes
# Empire of France -> Numenor
if = {
limit = {
scope:title = { tier = tier_empire }
has_title = title:e_france
root = {
faith = faith:numenorian
}
}
trigger_event = {
id = NEOW_dynamic_titles.0011
}
}
if = {
limit = {
scope:title = { tier = tier_empire}
has_title = title:e_france
NOT = {
root = {
faith = faith:numenorian
}
}
}
trigger_event = {
id = NEOW_dynamic_titles.0012
}
}
# France -> Gondor
if = {
limit = {