more diasporic loc
This commit is contained in:
parent
b6c824fcab
commit
5ffcbb557e
3 changed files with 79 additions and 1 deletions
|
|
@ -691,6 +691,7 @@ tradition_diasporic = {
|
|||
extra_language_cap = yes
|
||||
unlock_voluntary_laampdom = yes
|
||||
unlock_minority_community = yes
|
||||
cannot_convert_diasporia = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
|
|
|
|||
|
|
@ -898,6 +898,34 @@ pool_repopulate_local_flavor = {
|
|||
}
|
||||
}
|
||||
}
|
||||
culture:cale = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:atlantannach = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:beur = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:turkisch = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:kurdish = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
|
|
@ -1186,6 +1214,54 @@ pool_repopulate_local_flavor = {
|
|||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
culture = atlantannach
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:iberian
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
culture = beur
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:simurghi
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
culture = turkisch
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:quranist
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
|
||||
else_if = {
|
||||
limit = {
|
||||
OR = {
|
||||
|
|
|
|||
|
|
@ -315,4 +315,5 @@
|
|||
community_baggage_train_ample_steeds_desc: "Horses are kept ready incase flight becomes necessary."
|
||||
domicile_building_parameter_minority_comm_contributes_provisions: "This building chain will contribute [provisions_i][provisions|E] to your community yearly"
|
||||
domicile_building_parameter_can_recruit_militia: "This building chain allows the recruitment of [peasant_militia|E] MAAs"
|
||||
culture_parameter_unlock_minority_community: "Allows the [GetDecisionWithKey('become_landless_minority_decision').GetName] [decision|E] & unlanded characters of this culture will occasionally form a [minority_community_i|E][minority_community_buildings|E]"
|
||||
culture_parameter_unlock_minority_community: "Allows the [GetDecisionWithKey('become_landless_minority_decision').GetName] [decision|E] & unlanded characters of this culture will occasionally form a [minority_community_i|E][minority_community_buildings|E]"
|
||||
culture_parameter_cannot_convert_diasporia: "Characters of diasporic Cultures cannot be Converted."
|
||||
Loading…
Add table
Add a link
Reference in a new issue