fix
This commit is contained in:
parent
6760f2c175
commit
fc1a7b5530
6 changed files with 2321 additions and 13 deletions
|
|
@ -53,8 +53,14 @@ republic_government = {
|
|||
}
|
||||
|
||||
can_get_government = {
|
||||
culture = {
|
||||
NOT = { has_cultural_tradition = tradition_farmer_republics }
|
||||
|
||||
NOR = {
|
||||
culture = {
|
||||
has_cultural_tradition = tradition_farmer_republics
|
||||
}
|
||||
faith = {
|
||||
has_doctrine = tenet_communal_possessions
|
||||
}
|
||||
}
|
||||
}
|
||||
ai = {
|
||||
|
|
@ -649,24 +655,28 @@ peasantrepublic_government = {
|
|||
}
|
||||
|
||||
can_get_government = {
|
||||
culture = {
|
||||
has_cultural_tradition = tradition_farmer_republics
|
||||
OR = {
|
||||
culture = {
|
||||
has_cultural_tradition = tradition_farmer_republics
|
||||
}
|
||||
faith = {
|
||||
has_doctrine = tenet_communal_possessions
|
||||
}
|
||||
}
|
||||
}
|
||||
domicile_type = farmstead
|
||||
ai = {
|
||||
use_scripted_guis = no
|
||||
}
|
||||
character_modifier = {
|
||||
levy_size = 1.5
|
||||
feudal_government_tax_contribution_mult = -0.5
|
||||
feudal_government_levy_contribution_mult = -0.5
|
||||
clan_government_tax_contribution_mult = -0.5
|
||||
clan_government_levy_contribution_mult = -0.5
|
||||
levy_size = 3
|
||||
feudal_government_tax_contribution_mult = -0.25
|
||||
feudal_government_levy_contribution_mult = -0.25
|
||||
clan_government_tax_contribution_mult = -0.25
|
||||
clan_government_levy_contribution_mult = -0.25
|
||||
peasantrepublic_government_tax_contribution_mult = 1.25
|
||||
peasantrepublic_government_levy_contribution_mult = 1.25
|
||||
ignore_negative_opinion_of_culture = yes
|
||||
men_at_arms_cap = -1
|
||||
men_at_arms_limit = -1
|
||||
knight_limit = -5
|
||||
knight_limit = -4
|
||||
active_accolades = -1
|
||||
title_creation_cost_mult = 1.5
|
||||
mercenary_hire_cost_mult = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue