excellent
This commit is contained in:
parent
b92cc3ab2d
commit
73e61a1a0f
7 changed files with 2981 additions and 1 deletions
|
|
@ -80,7 +80,35 @@ minority_community = {
|
|||
}
|
||||
reference = "western_city_01_a_entity"
|
||||
}
|
||||
|
||||
|
||||
domicile_temperament_low_modifier = {
|
||||
name = domicile_temperament_low
|
||||
army_damage_mult = -0.2
|
||||
contract_scheme_phase_duration_add = 10
|
||||
domicile_monthly_gold_mult = -0.25
|
||||
domicile_monthly_piety_gain_mult = -0.25
|
||||
domicile_monthly_prestige_gain_mult = -0.25
|
||||
monthly_piety_gain = -0.3
|
||||
monthly_prestige_gain = -0.3
|
||||
army_maintenance_mult = 0.2
|
||||
scale = {
|
||||
add = default_temperament_low_value_scale
|
||||
min = 1
|
||||
}
|
||||
}
|
||||
domicile_temperament_high_modifier = {
|
||||
name = domicile_temperament_high
|
||||
domicile_monthly_gold_mult = 0.25
|
||||
domicile_monthly_piety_gain_mult = 0.25
|
||||
domicile_monthly_prestige_gain_mult = 0.25
|
||||
monthly_piety_gain = 0.3
|
||||
monthly_prestige_gain = 0.3
|
||||
army_maintenance_mult = 0.2
|
||||
scale = {
|
||||
add = default_temperament_high_value_scale
|
||||
min = 1
|
||||
}
|
||||
}
|
||||
domicile_temperament_high_modifier = {
|
||||
name = domicile_temperament_high
|
||||
army_toughness_mult = 0.05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue