Books and stuff
This commit is contained in:
parent
6db8d2439a
commit
10f153058e
23 changed files with 17462 additions and 408 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue