more titles
This commit is contained in:
parent
9e9e27cc5b
commit
6d020623d3
6 changed files with 257 additions and 32 deletions
|
|
@ -1078,6 +1078,115 @@ on_title_gain = {
|
|||
landless_inspector_cleanup_modifier = yes
|
||||
|
||||
### NEOW ###
|
||||
## Carolingian Name Changes
|
||||
# Benelux -> Lotharingia
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_empire }
|
||||
has_title = title:e_benelux
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0009
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_empire }
|
||||
has_title = title:e_benelux
|
||||
NOT = {
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0010
|
||||
}
|
||||
}
|
||||
# Netherlands -> Teisterbant
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_kingdom }
|
||||
has_title = title:k_frisia
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0007
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_kingdom }
|
||||
has_title = title:k_frisia
|
||||
NOT = {
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0008
|
||||
}
|
||||
}
|
||||
# Luxembourg -> Moselle
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_kingdom }
|
||||
has_title = title:k_lotharingia
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0005
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_kingdom }
|
||||
has_title = title:k_lotharingia
|
||||
NOT = {
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0006
|
||||
}
|
||||
}
|
||||
# Belgium -> Austrasia
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_kingdom }
|
||||
has_title = title:k_belgium
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0003
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = { tier = tier_kingdom }
|
||||
has_title = title:k_belgium
|
||||
NOT = {
|
||||
root = {
|
||||
faith = faith:carolingian
|
||||
}
|
||||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_dynamic_titles.0004
|
||||
}
|
||||
}
|
||||
## Numenorian Name Changes
|
||||
# France -> Gondor
|
||||
if = {
|
||||
|
|
@ -1089,7 +1198,7 @@ on_title_gain = {
|
|||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_numenorian_title_events.0001
|
||||
id = NEOW_dynamic_titles.0001
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -1103,9 +1212,10 @@ on_title_gain = {
|
|||
}
|
||||
}
|
||||
trigger_event = {
|
||||
id = NEOW_numenorian_title_events.0002
|
||||
id = NEOW_dynamic_titles.0002
|
||||
}
|
||||
}
|
||||
### NEOW End
|
||||
|
||||
### MEMORIES - SHOULD STAY AT BOTTOM ###
|
||||
# Ascended to the throne
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue