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
|
has_title = title:e_france
|
||||||
faith = faith:carolingian
|
faith = faith:carolingian
|
||||||
}
|
}
|
||||||
title:e_france = {
|
trigger_event = NEOW_dynamic_titles.0013
|
||||||
set_title_name_dynamic = Carolingia
|
}
|
||||||
set_title_color = { 255 216 0 }
|
|
||||||
|
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
|
# scope:previous_holder = previous holder. Might be dead
|
||||||
on_title_gain = {
|
on_title_gain = {
|
||||||
effect = {
|
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 #
|
# COUNTY-TIER TITLES #
|
||||||
######################
|
######################
|
||||||
|
|
@ -2826,6 +2859,38 @@ on_title_gain_inheritance = {
|
||||||
diarchy.0113
|
diarchy.0113
|
||||||
}
|
}
|
||||||
effect = {
|
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 = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
@ -2983,6 +3048,38 @@ on_title_gain_usurpation = {
|
||||||
events = {
|
events = {
|
||||||
}
|
}
|
||||||
effect = {
|
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 = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,39 @@ NEOW_dynamic_titles.0012 = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NEOW_dynamic_titles.0013 = { #Carolingia
|
||||||
|
hidden = yes
|
||||||
|
|
||||||
|
immediate = {
|
||||||
|
title:e_france = {
|
||||||
|
set_title_name = e_carolingia_cosmetic
|
||||||
|
set_title_color = { 255 216 0 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
NEOW_dynamic_titles.0014 = { # Default France
|
||||||
|
hidden = yes
|
||||||
|
|
||||||
|
immediate = {
|
||||||
|
title:e_france = {
|
||||||
|
set_title_name = e_france
|
||||||
|
set_title_color = { 20 17 114 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
NEOW_dynamic_titles.0015 = { # Gallia
|
||||||
|
hidden = yes
|
||||||
|
|
||||||
|
immediate = {
|
||||||
|
title:e_france = {
|
||||||
|
set_title_name_dynamic = e_gallia_cosmetic
|
||||||
|
set_title_color = { 8 165 126 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#Holder for various dynamic titles in the future, this is for "<capital> Union"s
|
#Holder for various dynamic titles in the future, this is for "<capital> Union"s
|
||||||
#NEOW_dynamic_titles.0013 = {
|
#NEOW_dynamic_titles.0013 = {
|
||||||
# hidden = yes
|
# hidden = yes
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
e_carolingia_cosmetic:0 "Carolingia"
|
||||||
|
e_carolingia_cosmetic_adj:0 "Carolingian"
|
||||||
|
|
||||||
|
e_gallia_cosmetic:0 "Gallia"
|
||||||
|
e_gallia_cosmetic_adj:0 "Gallian"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue