Merge branch 'main' of https://forgejo.damimani-alex.org/damimani/N3OW
This commit is contained in:
commit
4753a4aafc
53 changed files with 560 additions and 543 deletions
|
|
@ -395,6 +395,8 @@ NEOW_militia = {
|
|||
has_trait = peasant_leader
|
||||
has_trait = heresiarch
|
||||
has_trait = populist_leader
|
||||
has_lifestyle = martial_lifestyle
|
||||
has_martial_lifestyle_trait_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -73,11 +73,13 @@ hills = {
|
|||
travel_danger = hills_danger_value
|
||||
county_fertility_growth_add = hills_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.15
|
||||
fort_level = 1
|
||||
}
|
||||
attacker_modifier = {
|
||||
hostile_county_attrition = 0.025
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.1
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -104,11 +106,14 @@ mountains = {
|
|||
travel_danger = mountains_danger_value
|
||||
county_fertility_growth_add = mountains_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.2
|
||||
fort_level = 2
|
||||
}
|
||||
attacker_modifier = {
|
||||
hostile_county_attrition = 0.033
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.25
|
||||
fort_level = 2
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -136,6 +141,9 @@ desert = {
|
|||
county_fertility_growth_add = desert_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.1
|
||||
}
|
||||
attacker_modifier = {
|
||||
hostile_county_attrition = 0.015
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.5
|
||||
|
|
@ -158,11 +166,14 @@ desert_mountains = {
|
|||
travel_danger = desert_mountains_danger_value
|
||||
county_fertility_growth_add = desert_mountains_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.2
|
||||
fort_level = 2
|
||||
}
|
||||
attacker_modifier = {
|
||||
hostile_county_attrition = 0.04
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.5
|
||||
fort_level = 2
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -215,11 +226,14 @@ jungle = {
|
|||
travel_danger = jungle_danger_value
|
||||
county_fertility_growth_add = jungle_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.2
|
||||
fort_level = 1
|
||||
}
|
||||
attacker_modifier = {
|
||||
hostile_county_attrition = 0.033
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.4
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
defender_combat_effects = {
|
||||
|
|
@ -274,6 +288,7 @@ taiga = {
|
|||
travel_danger = taiga_danger_value
|
||||
county_fertility_growth_add = taiga_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.2
|
||||
hostile_county_attrition = 0.025
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
|
|
@ -304,11 +319,11 @@ wetlands = {
|
|||
travel_danger = wetlands_danger_value
|
||||
county_fertility_growth_add = wetlands_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.2
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.25
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
attacker_modifier = {
|
||||
|
|
@ -345,11 +360,11 @@ steppe = {
|
|||
travel_danger = steppe_danger_value
|
||||
county_fertility_growth_add = steppe_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.15
|
||||
fort_level = -1
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = -0.5
|
||||
fort_level = -1
|
||||
}
|
||||
|
||||
audio_parameter = 5.0
|
||||
|
|
@ -366,11 +381,11 @@ floodplains = {
|
|||
supply_limit_mult = 0.35
|
||||
travel_danger = floodplains_danger_value
|
||||
county_fertility_growth_add = floodplains_county_fertility_value
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
development_growth_factor = 0.2
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
combat_width = 0.75
|
||||
|
|
@ -410,10 +425,10 @@ tells = {
|
|||
travel_danger = hills_danger_value
|
||||
county_fertility_growth_add = hills_county_fertility_value
|
||||
monthly_county_control_decline_add = -0.015
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
county_capital_modifier = {
|
||||
fort_level = 1
|
||||
development_growth_factor = 0.15
|
||||
}
|
||||
|
||||
|
|
@ -436,11 +451,11 @@ terraced_hills = {
|
|||
|
||||
province_modifier = {
|
||||
supply_limit_mult = 0.1
|
||||
fort_level = 1
|
||||
}
|
||||
|
||||
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