Tells return
This commit is contained in:
parent
dd1a299ea2
commit
1d064ee38f
100 changed files with 3465 additions and 243 deletions
|
|
@ -71,10 +71,12 @@ 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
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.1
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -100,10 +102,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
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.25
|
||||
fort_level = 3
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -129,6 +133,7 @@ desert = {
|
|||
supply_limit_mult = -0.3
|
||||
travel_danger = desert_danger_value
|
||||
county_fertility_growth_add = desert_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.1
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -151,10 +156,12 @@ 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
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.5
|
||||
fort_level = 2
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -206,10 +213,12 @@ 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
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.4
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -235,6 +244,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
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -262,6 +272,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
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -291,10 +302,12 @@ 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
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.25
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
attacker_modifier = {
|
||||
|
|
@ -330,10 +343,12 @@ 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
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.5
|
||||
fort_level = -1
|
||||
}
|
||||
|
||||
audio_parameter = 5.0
|
||||
|
|
@ -354,6 +369,7 @@ floodplains = {
|
|||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = 0.2
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
combat_width = 0.75
|
||||
|
|
@ -384,14 +400,20 @@ drylands = {
|
|||
tells = {
|
||||
color = { 161 102 95 }
|
||||
travel_danger_color = { 61 102 95 }
|
||||
travel_danger_score = hills_danger_value
|
||||
travel_danger_score = mountains_danger_value
|
||||
provision_cost = @provisions_cost_medium
|
||||
county_fertility = 25
|
||||
county_fertility = 15
|
||||
|
||||
province_modifier = {
|
||||
supply_limit_mult = -0.1
|
||||
travel_danger = hills_danger_value
|
||||
travel_danger = mountains_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
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -417,6 +439,7 @@ terraced_hills = {
|
|||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = 0.1
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue