travellers added
This commit is contained in:
parent
5889d3366f
commit
8ed881f1f3
5 changed files with 67 additions and 6 deletions
|
|
@ -932,6 +932,13 @@ pool_repopulate_local_flavor = {
|
|||
}
|
||||
}
|
||||
}
|
||||
culture:traveller = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
geographical_region = world_europe_west_britannia
|
||||
}
|
||||
}
|
||||
}
|
||||
culture:kurdish = {
|
||||
trigger = {
|
||||
root.capital_province = {
|
||||
|
|
@ -1237,6 +1244,21 @@ pool_repopulate_local_flavor = {
|
|||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
culture = traveller
|
||||
}
|
||||
add_character_flag = ai_will_not_convert
|
||||
set_character_faith = faith:celtic
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
knows_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
learn_language_of_culture = root.capital_province.culture
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
culture = beur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue