Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev

This commit is contained in:
edwardtheelbowhigh 2026-05-21 13:08:06 +01:00
commit df4f0058ac
37 changed files with 18668 additions and 465 deletions

View file

@ -3255,7 +3255,7 @@ undirected_great_holy_war = {
#Tell non diverting-players about the crazy 4th crusade plan
if = {
limit = {
scope:attacker.faith = { this = faith:catholic }
scope:attacker.faith = { this = faith:roman_catholic }
exists = global_var:byz_claimant_champion
global_var:byz_claimant_champion = {
is_alive = yes

View file

@ -1171,8 +1171,8 @@ offer_vassalization_interaction = {
modifier = { # AI-only weights, keep the pope from vassalizing too fast
trigger = {
exists = faith:catholic.religious_head
faith:catholic.religious_head = scope:actor
exists = faith:roman_catholic.religious_head
faith:roman_catholic.religious_head = scope:actor
scope:actor = { is_ai = yes }
}
add = -50

View file

@ -9447,8 +9447,8 @@ mpo_offer_submission_or_ruin = {
modifier = { # AI-only weights, keep the pope from vassalizing too fast
trigger = {
exists = faith:catholic.religious_head
faith:catholic.religious_head = scope:actor
exists = faith:roman_catholic.religious_head
faith:roman_catholic.religious_head = scope:actor
scope:actor = { is_ai = yes }
}
add = -50

View file

@ -4405,7 +4405,6 @@ k_sweden = {
}
k_denmark = {
pattern="pattern_horizontal_split_01.dds"
color1=red

View file

@ -32,3 +32,25 @@ k_gotaland={
}
}
e_sweden = {
pattern="pattern_horizontal_split_01.dds"
color1=blue
color2=yellow_light
color3=red
colored_emblem={
color1=blue
texture="ce_block_02.dds"
instance={
depth=1.010000
}
}
colored_emblem={
color1=blue
color2=yellow_light
texture="NEOW_ce_cross_nordic.dds"
}
}

View file

@ -175,7 +175,7 @@
}
AND = {
OR = {
scope:faith = faith:nestorian
# scope:faith = faith:nestorian
scope:religion = religion:tengrism_religion
scope:religion = religion:zoroastrianism_religion
scope:religion = religion:magyar_religion
@ -208,7 +208,7 @@
}
AND = {
OR = {
scope:faith = faith:nestorian
# scope:faith = faith:nestorian
scope:religion = religion:tengrism_religion
scope:religion = religion:zoroastrianism_religion
scope:religion = religion:magyar_religion
@ -231,7 +231,7 @@
}
AND = {
OR = {
scope:faith = faith:nestorian
# scope:faith = faith:nestorian
scope:religion = religion:tengrism_religion
scope:religion = religion:zoroastrianism_religion
scope:religion = religion:magyar_religion

View file

@ -1167,95 +1167,95 @@ task_promote_culture = {
count < 35
}
}
AND = {
# Scottish rulers should convert counties of 'old' cultures to the new one.
culture = culture:scottish
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:gaelic
scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish
}
}
AND = {
# English rulers should convert counties of 'old' cultures to the new one.
culture = culture:english
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:norman
}
}
AND = {
# German rulers want to convert the sorbians
culture = { has_cultural_pillar = heritage_central_germanic }
scope:county.culture = culture:sorbian
NOT = { scope:councillor_liege.primary_title = title:e_hre }
}
AND = {
# Japanese rulers should convert Emishi counties
culture = culture:japanese
scope:county.culture = culture:emishi
}
}
}
OR = {
scope:county = {
any_neighboring_county = {
culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture
}
}
AND = { # The English want to convert the Anglo Saxons and Cumbrians
scope:councillor_liege.culture = culture:english
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:cumbrian
}
}
AND = { # The Scots want to convert the Anglo Saxons, Cumbrians and Gaelic
scope:councillor_liege.culture = culture:scottish
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:gaelic
scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish
}
}
AND = { # The Gaels want to convert the Picts and Cumbrians
scope:councillor_liege.culture = culture:gaelic
OR = {
scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish
}
}
AND = { # The modern scandinavians want to convert the Norse
OR = {
scope:councillor_liege.culture = culture:swedish
scope:councillor_liege.culture = culture:danish
scope:councillor_liege.culture = culture:norwegian
}
scope:county.culture = culture:norse
}
AND = { # The Portuguese should want to convert Suebi
scope:councillor_liege.culture = culture:portuguese
scope:county.culture = culture:suebi
}
AND = { # The Iberians want to convert Visigothic
scope:councillor_liege.culture = { has_cultural_pillar = heritage_iberian }
NOT = { scope:councillor_liege.culture = culture:portuguese }
scope:county.culture = culture:visigothic
}
AND = {
# German rulers want to convert the sorbians
scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
scope:county.culture = culture:sorbian
NOT = { scope:councillor_liege.primary_title = title:e_hre }
}
AND = {
# Japanese rulers should convert Emishi counties
scope:councillor_liege.culture = culture:japanese
scope:county.culture = culture:emishi
# AND = {
# # Scottish rulers should convert counties of 'old' cultures to the new one.
# culture = culture:scottish
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:gaelic
# scope:county.culture = culture:cumbrian
# scope:county.culture = culture:pictish
# }
# }
# AND = {
# # English rulers should convert counties of 'old' cultures to the new one.
# culture = culture:english
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:norman
# }
# }
# AND = {
# # German rulers want to convert the sorbians
# culture = { has_cultural_pillar = heritage_central_germanic }
# scope:county.culture = culture:sorbian
# NOT = { scope:councillor_liege.primary_title = title:e_hre }
# }
# AND = {
# # Japanese rulers should convert Emishi counties
# culture = culture:japanese
# scope:county.culture = culture:emishi
# }
}
}
# OR = {
# scope:county = {
# any_neighboring_county = {
# culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture
# }
# }
# AND = { # The English want to convert the Anglo Saxons and Cumbrians
# scope:councillor_liege.culture = culture:english
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:cumbrian
# }
# }
# AND = { # The Scots want to convert the Anglo Saxons, Cumbrians and Gaelic
# scope:councillor_liege.culture = culture:scottish
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:gaelic
# scope:county.culture = culture:cumbrian
# scope:county.culture = culture:pictish
# }
# }
# AND = { # The Gaels want to convert the Picts and Cumbrians
# scope:councillor_liege.culture = culture:gaelic
# OR = {
# scope:county.culture = culture:cumbrian
# scope:county.culture = culture:pictish
# }
# }
# AND = { # The modern scandinavians want to convert the Norse
# OR = {
# scope:councillor_liege.culture = culture:swedish
# scope:councillor_liege.culture = culture:danish
# scope:councillor_liege.culture = culture:norwegian
# }
# scope:county.culture = culture:norse
# }
# AND = { # The Portuguese should want to convert Suebi
# scope:councillor_liege.culture = culture:portuguese
# scope:county.culture = culture:suebi
# }
# AND = { # The Iberians want to convert Visigothic
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_iberian }
# NOT = { scope:councillor_liege.culture = culture:portuguese }
# scope:county.culture = culture:visigothic
# }
# AND = {
# # German rulers want to convert the sorbians
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
# scope:county.culture = culture:sorbian
# NOT = { scope:councillor_liege.primary_title = title:e_hre }
# }
# AND = {
# # Japanese rulers should convert Emishi counties
# scope:councillor_liege.culture = culture:japanese
# scope:county.culture = culture:emishi
# }
# }
}
trigger_else_if = { # But AI Directives should still try to look pretty
limit = {
@ -1815,35 +1815,35 @@ task_accept_culture = {
limit = {
scope:councillor_liege = { is_ai = yes }
}
NAND = {
# Scottish rulers should convert counties of 'old' cultures to the new one.
scope:councillor_liege.culture = culture:scottish
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:gaelic
scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish
}
}
NAND = {
# English rulers should convert counties of 'old' cultures to the new one.
scope:councillor_liege.culture = culture:english
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:norman
}
}
NAND = {
# German rulers want to convert the sorbians
scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
scope:county.culture = culture:sorbian
NOT = { scope:councillor_liege.primary_title = title:e_hre }
}
NAND = {
# Japanese rulers should convert Emishi counties
scope:councillor_liege.culture = culture:japanese
scope:county.culture = culture:emishi
}
# NAND = {
# # Scottish rulers should convert counties of 'old' cultures to the new one.
# scope:councillor_liege.culture = culture:scottish
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:gaelic
# scope:county.culture = culture:cumbrian
# scope:county.culture = culture:pictish
# }
# }
# NAND = {
# # English rulers should convert counties of 'old' cultures to the new one.
# scope:councillor_liege.culture = culture:english
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:norman
# }
# }
# NAND = {
# # German rulers want to convert the sorbians
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
# scope:county.culture = culture:sorbian
# NOT = { scope:councillor_liege.primary_title = title:e_hre }
# }
# NAND = {
# # Japanese rulers should convert Emishi counties
# scope:councillor_liege.culture = culture:japanese
# scope:county.culture = culture:emishi
# }
OR = {
scope:councillor_liege = {
has_character_flag = vassal_directive_improve_cultural_acceptance

View file

@ -102,12 +102,13 @@ innovation_legionnaires = {
icon = @special_maa_02
potential = {
OR = {
this = culture:roman
culture_head ?= {
is_roman_emperor_primary_title_excluding_byzantium_trigger = yes
}
}
always = no
# OR = {
# this = culture:roman
# culture_head ?= {
# is_roman_emperor_primary_title_excluding_byzantium_trigger = yes
# }
# }
}
unlock_maa = praetorian

View file

@ -48,11 +48,11 @@ innovation_varangian_adventurers = {
has_innovation = innovation_varangian_adventurers
has_cultural_pillar = heritage_north_germanic
# Frankish
this = culture:norman
any_parent_culture_or_above = {
this = culture:norse #Norman
}
# # Frankish
# this = culture:norman
# any_parent_culture_or_above = {
# this = culture:norse #Norman
# }
this = culture:estonian
any_parent_culture_or_above = {
this = culture:estonian #Estonian

View file

@ -182,7 +182,7 @@
Zusana
}
dynasty_of_location_prefix = "dynnp_of"
dynasty_of_location_prefix = "dynnp_w_o_act_t"

View file

@ -225,12 +225,12 @@ tradition_republican_legacy = {
NOT = { has_cultural_tradition = tradition_parochialism }
}
can_pick = {
OR ={
this = culture:roman
any_parent_culture_or_above = {
this = culture:roman
}
}
# OR ={
# this = culture:roman
# any_parent_culture_or_above = {
# this = culture:roman
# }
# }
NOT = { has_cultural_tradition = tradition_parochialism }
custom_tooltip = {
text = cultrad_not_nomadic_government_type
@ -2161,20 +2161,20 @@ tradition_parochialism = {
is_shown = { #Replaced by tradition_republican_legacy
NOT = { has_cultural_tradition = tradition_republican_legacy }
NOR ={
this = culture:roman
any_parent_culture_or_above = {
this = culture:roman
}
}
}
# NOR ={
# this = culture:roman
# any_parent_culture_or_above = {
# this = culture:roman
# }
# }
# }
can_pick = {
NOR ={
this = culture:roman
any_parent_culture_or_above = {
this = culture:roman
}
}
# NOR ={
# this = culture:roman
# any_parent_culture_or_above = {
# this = culture:roman
# }
# }
NOT = { has_cultural_tradition = tradition_republican_legacy }
custom_tooltip = {
text = cultrad_not_nomadic_government_type

View file

@ -1,14 +1,19 @@
GetAppropriateGodname = {
type = character
text = {
trigger = {
house.last_house_head.faith = {
OR = {
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = islam_religion
religion_tag = judaism_religion
}
has_doctrine = doctrine_monotheist
}
}
localization_key = motto_god
}
text = {
trigger = {
house.last_house_head.faith = {
has_doctrine = doctrine_monotheist
}
}
localization_key = motto_god
@ -29,6 +34,7 @@
OR = {
religion_tag = dualism_religion
religion_tag = zoroastrianism_religion
has_doctrine = doctrine_panthiest
}
}
}
@ -38,14 +44,7 @@
text = {
trigger = {
house.last_house_head.faith = {
NOR = {
religion_tag = dualism_religion
religion_tag = zoroastrianism_religion
religion_tag = buddhism_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = islam_religion
religion_tag = judaism_religion
}
has_doctrine = doctrine_polytheist
}
}
localization_key = motto_the_gods

View file

@ -561,6 +561,11 @@ TerrainTypeCountyScope = {
trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_drylands
}
}
TerrainTypeCountyScopePlural = {
@ -637,6 +642,11 @@ TerrainTypeCountyScopePlural = {
trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_tells
}
}
TerrainType = {
@ -713,6 +723,11 @@ TerrainType = {
trigger = { location = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { location = { terrain = tells} }
localization_key = terrain_tells
}
}
TerrainTypeProvince = {
@ -792,6 +807,10 @@ TerrainTypeProvince = {
trigger = { terrain = terraced_hills }
localization_key = terrain_terraced_hills
}
text = {
trigger = { terrain = tells }
localization_key = terrain_tells
}
}
TerrainTypeProvincePrefix = {
@ -809,7 +828,12 @@ TerrainTypeProvincePrefix = {
}
text = {
trigger = { terrain = hills }
trigger = {
OR = {
terrain = hills
terrain = tells
}
}
localization_key = prefix_rolling
}
@ -1523,9 +1547,9 @@ RandomReligiousTextName = {
#The book is of my religion
trigger_else = {
OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
}
@ -1575,16 +1599,13 @@ RandomReligiousTextName = {
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
NOT = { location.faith = faith:orthodox }
}
#The book is of my religion
trigger_else = {
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
NOT = { faith = faith:orthodox }
}
}
localization_key = random_religious_text_summa_theologica
@ -1601,7 +1622,6 @@ RandomReligiousTextName = {
trigger_else_if = {
limit = { exists = scope:visiting_location }
OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
@ -1610,7 +1630,6 @@ RandomReligiousTextName = {
#The book is of my religion
trigger_else = {
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
@ -1630,10 +1649,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith..religion = religion:eastern_orthodox_religion
}
#The book is of my religion
trigger_else = { faith = faith:orthodox }
trigger_else = { faith..religion = religion:eastern_orthodox_religion }
}
localization_key = random_religious_text_chrysostomos
}
@ -1648,10 +1667,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith.religion = religion:eastern_orthodox_religion
}
#The book is of my religion
trigger_else = { faith = faith:orthodox }
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
}
localization_key = random_religious_text_symeon_menologion
}
@ -1666,10 +1685,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith.religion = religion:eastern_orthodox_religion
}
#The book is of my religion
trigger_else = { faith = faith:orthodox }
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
}
localization_key = random_religious_text_god_and_christ
}
@ -1732,76 +1751,168 @@ RandomEntertainmentTextName = {
}
localization_key = random_entertainment_text_beowulf
}
text = {
trigger = {
scope:entertainment_book_title = flag:niebelungenlied
}
localization_key = random_entertainment_text_niebelungenlied
}
text = {
trigger = {
scope:entertainment_book_title = flag:song_of_roland
}
localization_key = random_entertainment_text_song_of_roland
}
text = {
trigger = {
scope:entertainment_book_title = flag:mabinogi
}
localization_key = random_entertainment_text_mabinogi
}
text = {
trigger = {
scope:entertainment_book_title = flag:travels_to_jerusalem
}
localization_key = random_entertainment_text_travels_to_jerusalem
}
text = {
trigger = {
scope:entertainment_book_title = flag:east_of_indus
}
localization_key = random_entertainment_text_east_of_indus
}
text = {
trigger = {
scope:entertainment_book_title = flag:travels_to_byzantium
}
localization_key = random_entertainment_text_travels_to_byzantium
}
text = {
trigger = {
scope:entertainment_book_title = flag:digenes_akrites
}
localization_key = random_entertainment_text_digenes_akrites
}
text = {
trigger = {
scope:entertainment_book_title = flag:epigrams
scope:entertainment_book_title = flag:hitchhikers
}
localization_key = random_entertainment_text_epigrams
localization_key = random_entertainment_text_hitchhikers
}
text = {
trigger = {
scope:entertainment_book_title = flag:philogelos
scope:entertainment_book_title = flag:dune
}
localization_key = random_entertainment_text_philogelos
localization_key = random_entertainment_text_dune
}
text = {
trigger = {
scope:entertainment_book_title = flag:riddle_poems
scope:entertainment_book_title = flag:hobbit
}
localization_key = random_entertainment_text_riddle_poems
localization_key = random_entertainment_text_hobbit
}
text = {
trigger = {
scope:entertainment_book_title = flag:lotr
}
localization_key = random_entertainment_text_lotr
}
text = {
trigger = {
scope:entertainment_book_title = flag:narnia
}
localization_key = random_entertainment_text_narnia
}
text = {
trigger = {
scope:entertainment_book_title = flag:foundation
}
localization_key = random_entertainment_text_foundation
}
text = {
trigger = {
scope:entertainment_book_title = flag:nineteen_eighty_four
}
localization_key = random_entertainment_text_nineteen_eighty_four
}
text = {
trigger = {
scope:entertainment_book_title = flag:one_hundred_years
}
localization_key = random_entertainment_text_one_hundred_years
}
text = {
trigger = {
scope:entertainment_book_title = flag:les_drames
}
localization_key = random_entertainment_text_les_drames
}
text = {
trigger = {
scope:entertainment_book_title = flag:le_club
}
localization_key = random_entertainment_text_le_club
}
text = {
trigger = {
scope:entertainment_book_title = flag:les_chevaliers
}
localization_key = random_entertainment_text_les_chevaliers
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_shell_seekers
}
localization_key = random_entertainment_text_the_shell_seekers
}
text = {
trigger = {
scope:entertainment_book_title = flag:pillars
}
localization_key = random_entertainment_text_pillars
}
text = {
trigger = {
scope:entertainment_book_title = flag:perfume
}
localization_key = random_entertainment_text_perfume
}
text = {
trigger = {
scope:entertainment_book_title = flag:faceless
}
localization_key = random_entertainment_text_faceless
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_alchemist
}
localization_key = random_entertainment_text_the_alchemist
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_brothers
}
localization_key = random_entertainment_text_the_brothers
}
text = {
trigger = {
scope:entertainment_book_title = flag:one_thousand
}
localization_key = random_entertainment_text_one_thousand
}
text = {
trigger = {
scope:entertainment_book_title = flag:nineteen_eighty_four
}
localization_key = random_entertainment_text_nineteen_eighty_four
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_divine_comedy
}
localization_key = random_entertainment_text_the_divine_comedy
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_odyssey
}
localization_key = random_entertainment_text_the_odyssey
}
text = {
trigger = {
scope:entertainment_book_title = flag:war_and_peace
}
localization_key = random_entertainment_text_war_and_peace
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_pyramid
}
localization_key = random_entertainment_text_the_pyramid
}
}
@ -4281,6 +4392,12 @@ TerrainInspirationLoc = {
}
localization_key = TerrainInspirationdrylands
}
text = {
trigger = {
terrain = tells
}
localization_key = TerrainInspirationtells
}
}
GetProvinceTricksterSpirit = {

View file

@ -365,15 +365,15 @@ convert_to_local_culture_decision = {
capital_province.culture = culture:andalusian
}
# Don't overwrite historically scripted developments
modifier = {
factor = 0
OR = {
has_culture = culture:norman
has_culture = culture:english
}
capital_province.culture = culture:anglo_saxon
}
# # Don't overwrite historically scripted developments
# modifier = {
# factor = 0
# OR = {
# has_culture = culture:norman
# has_culture = culture:english
# }
# capital_province.culture = culture:anglo_saxon
# }
modifier = {
factor = 0
has_culture = culture:turkish
@ -401,48 +401,48 @@ convert_to_local_culture_decision = {
has_culture = culture:turkish
primary_title.tier >= tier_empire
}
modifier = {
factor = 0
OR = {
has_title = title:k_jerusalem
has_title = title:e_outremer
any_liege_or_above = {
OR = {
has_title = title:k_jerusalem
has_title = title:e_outremer
}
}
}
NOR = {
capital_province = { # Convert to Hybrids of your culture in the Holy Land
culture = {
is_hybrid_culture = yes
any_parent_culture_or_above = {
this = root.culture
}
}
}
AND = {
top_liege != this
exists = liege
capital_province.culture = liege.culture
}
}
}
modifier = {
factor = 0
has_title = title:e_latin_empire
NOT = {
capital_province = {
culture = {
is_hybrid_culture = yes
any_parent_culture_or_above = {
this = root.culture
}
}
}
}
}
# modifier = {
# factor = 0
# OR = {
# has_title = title:k_jerusalem
# has_title = title:e_outremer
# any_liege_or_above = {
# OR = {
# has_title = title:k_jerusalem
# has_title = title:e_outremer
# }
# }
# }
# NOR = {
# capital_province = { # Convert to Hybrids of your culture in the Holy Land
# culture = {
# is_hybrid_culture = yes
# any_parent_culture_or_above = {
# this = root.culture
# }
# }
# }
# AND = {
# top_liege != this
# exists = liege
# capital_province.culture = liege.culture
# }
# }
# }
# modifier = {
# factor = 0
# has_title = title:e_latin_empire
# NOT = {
# capital_province = {
# culture = {
# is_hybrid_culture = yes
# any_parent_culture_or_above = {
# this = root.culture
# }
# }
# }
# }
# }
# Scots needs a bit of help to dominate as it did historically
modifier = {
@ -451,12 +451,12 @@ convert_to_local_culture_decision = {
capital_province.culture = culture:gaelic
}
# Pictish should usually disappear
modifier = {
factor = 0
has_culture = culture:gaelic
capital_province.culture = culture:pictish
}
# # Pictish should usually disappear
# modifier = {
# factor = 0
# has_culture = culture:gaelic
# capital_province.culture = culture:pictish
# }
# Don't go back on a previous conversion
modifier = {

View file

@ -434,7 +434,7 @@ mend_the_great_schism_decision = {
is_shown = {
is_ruler = yes
is_playable_character = yes
faith.religion = faith:catholic.religion #Christian Only
faith.religion = faith:roman_catholic.religion #Christian Only
NOT = { #Can only do it once.
is_target_in_global_variable_list = {
name = unavailable_unique_decisions

View file

@ -3442,26 +3442,26 @@ expunge_latin_dominion_decision = {
#Must be a Greek or Greekoid
OR = {
culture = culture:greek
culture = culture:roman
# culture = culture:roman
culture = {
any_parent_culture_or_above = {
this = culture:greek
}
}
ep3_orthodox_faith_trigger = yes
faith = faith:hellenic_pagan
AND = {
exists = title:e_byzantium.holder
this = title:e_byzantium.holder
}
AND = {
exists = title:h_roman_empire.holder
this = title:h_roman_empire.holder
}
AND = {
exists = title:h_eastern_roman_empire.holder
this = title:h_eastern_roman_empire.holder
}
# faith = faith:hellenic_pagan
# AND = {
# exists = title:e_byzantium.holder
# this = title:e_byzantium.holder
# }
# AND = {
# exists = title:h_roman_empire.holder
# this = title:h_roman_empire.holder
# }
# AND = {
# exists = title:h_eastern_roman_empire.holder
# this = title:h_eastern_roman_empire.holder
# }
}
OR = {
capital_province = {
@ -3473,18 +3473,18 @@ expunge_latin_dominion_decision = {
geographical_region = world_steppe_west
}
}
AND = {
exists = title:e_byzantium.holder
this = title:e_byzantium.holder
}
AND = {
exists = title:h_roman_empire.holder
this = title:h_roman_empire.holder
}
AND = {
exists = title:h_eastern_roman_empire.holder
this = title:h_eastern_roman_empire.holder
}
# AND = {
# exists = title:e_byzantium.holder
# this = title:e_byzantium.holder
# }
# AND = {
# exists = title:h_roman_empire.holder
# this = title:h_roman_empire.holder
# }
# AND = {
# exists = title:h_eastern_roman_empire.holder
# this = title:h_eastern_roman_empire.holder
# }
}
}

View file

@ -406,3 +406,76 @@ form_the_kingdom_of_rhineland_decision = {
ai_will_do = { base = 100 }
}
restore_swedish_empire_decision = {
picture = {
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
}
desc = restore_swedish_empire_decision_desc
selection_tooltip = restore_swedish_empire_decision_tooltip
decision_group_type = major
ai_check_interval_by_tier = {
barony = 0
county = 0
duchy = 0
kingdom = 120
empire = 0
hegemony = 0
}
is_shown = {
has_title = title:k_sweden
is_ruler = yes
is_playable_character = yes
#Visible to dukes and kings.
highest_held_title_tier >= tier_duchy
highest_held_title_tier <= tier_kingdom
NOT = {
is_target_in_global_variable_list = {
name = unavailable_unique_decisions
target = flag:flag_restored_swedish_empire
}
}
}
is_valid = {
highest_held_title_tier = tier_kingdom
completely_controls_region = custom_swedish_empire
}
is_valid_showing_failures_only = {
is_landed = yes
is_capable_adult = yes
is_imprisoned = no
top_liege = this
is_at_war = no
}
effect = {
custom_tooltip = restore_swedish_empire_decision_effect_tooltip
gain_heroic_legend_seed_tooltip_effect = yes
show_as_tooltip = {
restore_swedish_empire_effect = yes
}
hidden_effect = {
restore_swedish_empire_effect = yes
add_to_global_variable_list = {
name = unavailable_unique_decisions
target = flag:restored_swedish_empire
}
set_global_variable = {
name = flag_restored_swedish_empire
value = root
}
}
}
ai_potential = {
always = yes
}
ai_will_do = {
base = 100
}
}

View file

@ -1,4 +1,10 @@
# special titles
@correct_culture_primary_score = 100
@better_than_the_alternatives_score = 50
@always_primary_score = 1000
@never_primary_score = -1000
h_europa = {
color = { 0 51 153 }
@ -11,6 +17,18 @@ h_europa = {
}
}
e_sweden = {
color = { 5 50 90 }
capital = c_stockholm
ai_primary_priority = {
add = @always_primary_score
}
}
#e_europa = {
# color = { 0 51 153 }
# capital = c_brabant # Brussels

View file

@ -1070,16 +1070,16 @@ e_europa = { # Benelux
}
add = @better_than_the_alternatives_score
}
if = {
limit = {
OR = {
culture = culture:french
culture = culture:norman
culture = culture:occitan
}
}
add = @better_than_the_alternatives_score
}
# if = {
# limit = {
# OR = {
# culture = culture:french
# culture = culture:norman
# culture = culture:occitan
# }
# }
# add = @better_than_the_alternatives_score
# }
}
d_luxembourg = { # Luxembourg

View file

@ -1617,17 +1617,17 @@ e_italy = {
name_list_albanian = cn_sicilise
}
ai_primary_priority = {
if = {
limit = {
OR = {
culture = culture:italian
culture = culture:norman
}
}
add = @correct_culture_primary_score
}
}
# ai_primary_priority = {
# if = {
# limit = {
# OR = {
# culture = culture:italian
# culture = culture:norman
# }
# }
# add = @correct_culture_primary_score
# }
# }
d_napoli = {
color = { 47 179 191 }

View file

@ -13,4 +13,7 @@ nick_NEOW_the_menhir = {}
nick_NEOW_the_phantom = {}
nick_NEOW_the_oracle = {}
nick_NEOW_the_cimbrian = {}
nick_NEOW_the_monolith = {}
nick_NEOW_the_monolith = {}
# Decision Nicknames
nick_the_lion_of_the_north = {}

View file

@ -807,8 +807,8 @@
# AI-only weights, keep the pope from vassalizing too fast
if = {
limit = {
exists = faith:catholic.religious_head
faith:catholic.religious_head = root
exists = faith:roman_catholic.religious_head
faith:roman_catholic.religious_head = root
root = { is_ai = yes }
}
add = -50

View file

@ -3862,3 +3862,133 @@ found_empire_of_hindustan_scripted_effect = {
add_legitimacy_effect = { LEGITIMACY = massive_legitimacy_gain }
dynasty ?= { add_dynasty_prestige = massive_dynasty_prestige_value }
}
restore_swedish_empire_effect = {
add_prestige = massive_prestige_gain
add_piety = massive_piety_gain
give_nickname = nick_the_lion_of_the_north
save_scope_as = scoped_ruler
create_title_and_vassal_change = {
type = created
save_scope_as = change
add_claim_on_loss = no
}
title:e_sweden = {
change_title_holder = {
holder = scope:scoped_ruler
change = scope:change
}
hidden_effect = {
copy_title_history = title:k_sweden
}
}
resolve_title_and_vassal_change = scope:change
hidden_effect = {
set_primary_title_to = title:e_sweden
title:d_vasterbottena = { set_de_jure_liege_title = title:k_sweden }
title:d_norrbottena = { set_de_jure_liege_title = title:k_sweden }
title:d_giemajohka = { set_de_jure_liege_title = title:k_finland }
title:d_west_karelia = { set_de_jure_liege_title = title:k_finland }
title:k_finland = { set_de_jure_liege_title = title:e_sweden }
title:d_west_karelia = { set_de_jure_liege_title = title:k_finland }
title:k_esthonia = { set_de_jure_liege_title = title:e_sweden }
title:k_sweden = { set_de_jure_liege_title = title:e_sweden }
if = {
limit = {
exists = title:gotaland
}
destroy_title = title:gotaland
}
if = {
limit = { title:k_gotaland ?= { is_titular = no } }
title:k_gotaland = {
every_in_de_jure_hierarchy = {
limit = { tier = tier_duchy }
set_de_jure_liege_title = title:k_sweden
}
}
}
if = {
limit = {
title:k_norway = { is_titular = no }
OR = {
has_title = title:k_norway
completely_controls = title:k_norway
}
}
title:k_norway = { set_de_jure_liege_title = title:e_sweden }
}
if = {
limit = {
title:k_latvia = { is_titular = no }
OR = {
has_title = title:k_latvia
completely_controls = title:k_latvia
}
}
title:k_latvia = { set_de_jure_liege_title = title:e_sweden }
}
if = {
limit = {
title:k_lithuania = { is_titular = no }
OR = {
has_title = title:k_lithuania
completely_controls = title:k_lithuania
}
}
title:k_lithuania = { set_de_jure_liege_title = title:e_sweden }
}
if = {
limit = {
title:k_schleswig_holstein = { is_titular = no }
OR = {
has_title = title:k_schleswig_holstein
completely_controls = title:k_schleswig_holstein
}
}
title:k_schleswig_holstein = { set_de_jure_liege_title = title:e_sweden }
}
if = {
limit = {
title:k_karelia = { is_titular = no }
OR = {
has_title = title:k_karelia
completely_controls = title:k_karelia
}
}
title:k_karelia = { set_de_jure_liege_title = title:e_sweden }
}
if = {
limit = {
title:k_poland = { is_titular = no }
OR = {
has_title = title:k_poland
completely_controls = title:k_poland
}
}
title:k_poland = { set_de_jure_liege_title = title:e_sweden }
}
if = {
limit = {
title:k_poland = { is_titular = no }
OR = {
has_title = title:k_poland
completely_controls = title:k_poland
}
}
title:k_poland = { set_de_jure_liege_title = title:e_sweden }
}
if = {
limit = {
title:k_petrograd = { is_titular = no }
OR = {
has_title = title:k_petrograd
completely_controls = title:k_petrograd
}
}
title:k_petrograd = { set_de_jure_liege_title = title:e_sweden }
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -987,7 +987,7 @@ tgp_has_cultural_naming_in_chinese = {
has_cultural_pillar = heritage_hmongic
culture_is_or_has_ancestor_trigger = { CULTURE = culture:cham }
has_cultural_pillar = heritage_byzantine
culture_is_or_has_ancestor_trigger = { CULTURE = culture:roman }
# culture_is_or_has_ancestor_trigger = { CULTURE = culture:roman }
culture_is_or_has_ancestor_trigger = { CULTURE = culture:avar }
}
}