a few changes
This commit is contained in:
parent
fcad32fe6f
commit
672d1ccd5b
6 changed files with 1071 additions and 13 deletions
|
|
@ -51,6 +51,7 @@ farmlands = {
|
|||
province_modifier = {
|
||||
supply_limit_mult = 0.5
|
||||
county_fertility_growth_add = farmlands_county_fertility_value
|
||||
monthly_county_control_decline_add = 0.15
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -71,7 +72,7 @@ hills = {
|
|||
supply_limit_mult = -0.1
|
||||
travel_danger = hills_danger_value
|
||||
county_fertility_growth_add = hills_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.05
|
||||
monthly_county_control_decline_add = -0.15
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -102,12 +103,12 @@ mountains = {
|
|||
supply_limit_mult = -0.5
|
||||
travel_danger = mountains_danger_value
|
||||
county_fertility_growth_add = mountains_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.1
|
||||
monthly_county_control_decline_add = -0.2
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.25
|
||||
fort_level = 3
|
||||
fort_level = 2
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -156,7 +157,7 @@ desert_mountains = {
|
|||
supply_limit_mult = -0.6
|
||||
travel_danger = desert_mountains_danger_value
|
||||
county_fertility_growth_add = desert_mountains_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.1
|
||||
monthly_county_control_decline_add = -0.2
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -213,7 +214,7 @@ jungle = {
|
|||
supply_limit_mult = -0.25
|
||||
travel_danger = jungle_danger_value
|
||||
county_fertility_growth_add = jungle_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.1
|
||||
monthly_county_control_decline_add = -0.2
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -244,7 +245,7 @@ forest = {
|
|||
supply_limit_mult = -0.1
|
||||
travel_danger = forest_danger_value
|
||||
county_fertility_growth_add = forest_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.05
|
||||
monthly_county_control_decline_add = -0.15
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -272,7 +273,7 @@ taiga = {
|
|||
supply_limit_mult = -0.2
|
||||
travel_danger = taiga_danger_value
|
||||
county_fertility_growth_add = taiga_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.1
|
||||
monthly_county_control_decline_add = -0.2
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -302,7 +303,7 @@ wetlands = {
|
|||
supply_limit_mult = -0.25
|
||||
travel_danger = wetlands_danger_value
|
||||
county_fertility_growth_add = wetlands_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.1
|
||||
monthly_county_control_decline_add = -0.2
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -343,7 +344,7 @@ steppe = {
|
|||
supply_limit_mult = 0
|
||||
travel_danger = steppe_danger_value
|
||||
county_fertility_growth_add = steppe_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.05
|
||||
monthly_county_control_decline_add = -0.15
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -409,11 +410,11 @@ tells = {
|
|||
travel_danger = hills_danger_value
|
||||
county_fertility_growth_add = hills_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.015
|
||||
development_growth_factor = 0.1
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
fort_level = 1
|
||||
development_growth_factor = 0.15
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue