russia titles/cultures stuff really wip

duchies, kingdoms, coats of arms, cultures, traditions, names and so on
there's a lot more to be done but i'm inda tired and 24 changed files are a lot
This commit is contained in:
falsanix 2026-05-11 13:43:53 +03:00
parent dd18c1867b
commit ddc17bb123
24 changed files with 4616 additions and 2503 deletions

View file

@ -1189,4 +1189,88 @@ tradition_romanticised_banditry = { # romanticized banditry
ai_will_do = {
value = 0
}
}
}
tradition_russian_legacy = {
category = regional
layers = {
0 = martial
1 = western
4 = laurel.dds
}
is_shown = {
has_cultural_pillar = heritage_east_slavic
NOT = {
culture = NEOW_kievan
culture = NEOW_vohlynian
}
}
can_pick = {
has_cultural_pillar = heritage_east_slavic
NOT = {
has_cultural_pillar = language_ruthenian
has_cultural_pillar = language_romanian
has_cultural_pillar = language_cossack
}
}
parameters = {
unlock_maa_druzhina = yes
can_travel_along_rivers = yes
cheaper_to_change_laws = yes
hard_working_traits_more_valued = yes
diligent_trait_more_common = yes
mendicant_mystics_may_appear = yes
}
county_modifier = {
forest_development_growth_factor = 0.15
forest_construction_gold_cost = -0.1
taiga_development_growth_factor = 0.15
taiga_construction_gold_cost = -0.1
forest_levy_size = 0.1
taiga_levy_size = 0.1
forest_tax_mult = -0.1
taiga_tax_mult = -0.1
}
character_modifier = {
men_at_arms_maintenance = 0.15
taiga_provisions_use_mult = -0.1
forest_provisions_use_mult = -0.2
forest_travel_danger = forest_medium_danger_reduction
taiga_travel_danger = taiga_medium_danger_reduction
forest_fertility_growth_mult = medium_culture_county_fertility_value_mult
taiga_fertility_growth_mult = medium_culture_county_fertility_value_mult
embarkation_cost_mult = -0.5
}
cost = {
prestige = {
add = {
value = tradition_base_cost
desc = BASE
format = "BASE_VALUE_FORMAT"
}
if = {
limit = {
NOR = {
culture_pillar:ethos_bellicose = { is_in_list = traits }
culture_pillar:ethos_courtly = { is_in_list = traits }
culture_pillar:ethos_bureaucratic = { is_in_list = traits }
}
}
add = {
value = tradition_incompatible_ethos_penalty
desc = not_bellicose_courtly_or_bureaucratic_desc
}
}
multiply = tradition_replacement_cost_if_relevant
}
}
ai_will_do = {
value = 100
}
}