Update NEOW_traditions.txt
This commit is contained in:
parent
90f6c33788
commit
1b93933199
1 changed files with 45 additions and 0 deletions
|
|
@ -975,3 +975,48 @@ tradition_wine_culture = {
|
||||||
value = 10
|
value = 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tradition_consanguinity_dynastic = {
|
||||||
|
category = societal
|
||||||
|
|
||||||
|
|
||||||
|
layers = {
|
||||||
|
0 = diplo
|
||||||
|
1 = western
|
||||||
|
4 = food.dds
|
||||||
|
}
|
||||||
|
|
||||||
|
is_shown = {
|
||||||
|
OR = {
|
||||||
|
has_cultural_pillar = heritage_turkish
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
consanguinity_restricted_dynastic_marriage = yes
|
||||||
|
consanguinity_restricted_marriage = yes
|
||||||
|
consanguinity_restricted_close_kin_incest = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
cost = {
|
||||||
|
prestige = {
|
||||||
|
add = {
|
||||||
|
value = tradition_base_cost
|
||||||
|
desc = BASE
|
||||||
|
format = "BASE_VALUE_FORMAT"
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
NOT = {
|
||||||
|
culture_pillar:ethos_spiritual = { is_in_list = traits }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = {
|
||||||
|
value = tradition_incompatible_ethos_penalty
|
||||||
|
desc = not_spiritual_desc
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
multiply = tradition_replacement_cost_if_relevant
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue