cosmetic titles pt II
This commit is contained in:
parent
583b4893e5
commit
77a6987aff
4 changed files with 155 additions and 4 deletions
|
|
@ -322,11 +322,27 @@ on_faith_conversion = {
|
|||
has_title = title:e_france
|
||||
faith = faith:carolingian
|
||||
}
|
||||
title:e_france = {
|
||||
set_title_name_dynamic = Carolingia
|
||||
set_title_color = { 255 216 0 }
|
||||
trigger_event = NEOW_dynamic_titles.0013
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
faith = faith:romanticist
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0015
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
NOR = {
|
||||
faith = faith:carolingian
|
||||
faith = faith:romanticist
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0014
|
||||
}
|
||||
}
|
||||
|
||||
######################################################
|
||||
|
||||
|
|
|
|||
|
|
@ -167,6 +167,39 @@ on_title_destroyed = {
|
|||
# scope:previous_holder = previous holder. Might be dead
|
||||
on_title_gain = {
|
||||
effect = {
|
||||
|
||||
################ N3OW Dynamic Titles ##################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
faith = faith:carolingian
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0013
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
faith = faith:romanticist
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0015
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
NOR = {
|
||||
faith = faith:carolingian
|
||||
faith = faith:romanticist
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0014
|
||||
}
|
||||
|
||||
######################################################
|
||||
|
||||
|
||||
######################
|
||||
# COUNTY-TIER TITLES #
|
||||
######################
|
||||
|
|
@ -2826,6 +2859,38 @@ on_title_gain_inheritance = {
|
|||
diarchy.0113
|
||||
}
|
||||
effect = {
|
||||
|
||||
################ N3OW Dynamic Titles ##################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
faith = faith:carolingian
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0013
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
faith = faith:romanticist
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0015
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
NOR = {
|
||||
faith = faith:carolingian
|
||||
faith = faith:romanticist
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0014
|
||||
}
|
||||
|
||||
######################################################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
|
|
@ -2983,6 +3048,38 @@ on_title_gain_usurpation = {
|
|||
events = {
|
||||
}
|
||||
effect = {
|
||||
|
||||
################ N3OW Dynamic Titles ##################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
faith = faith:carolingian
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0013
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
faith = faith:romanticist
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0015
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
NOR = {
|
||||
faith = faith:carolingian
|
||||
faith = faith:romanticist
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.0014
|
||||
}
|
||||
|
||||
######################################################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue