Compare commits
2 commits
f61e883b3f
...
5477c4a2bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5477c4a2bc | ||
|
|
1b93933199 |
1 changed files with 45 additions and 0 deletions
|
|
@ -974,4 +974,49 @@ tradition_wine_culture = {
|
|||
ai_will_do = {
|
||||
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