isildur
This commit is contained in:
parent
eb08e751e4
commit
1f2ec06892
13 changed files with 278 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue