2025-09-29 04:03:00

This commit is contained in:
actions[bot]
2025-09-29 04:03:00 +00:00
parent 3d7dfbdd6d
commit 556f5a98b6
6 changed files with 125 additions and 63 deletions

View File

@@ -10,43 +10,49 @@ ideas = {
is_ai = yes
}
modifier = {
army_artillery_attack_factor = 4
army_infantry_defence_factor = 3
breakthrough_factor = 5
army_strength_factor = 0.2
cavalry_attack_factor = 8
cavalry_defence_factor = 8
#army_artillery_attack_factor = 4
#army_infantry_defence_factor = 3
breakthrough_factor = 3
#conscription = 0.25
#conscription_factor = 1
#mobilization_speed = 10
#army_core_defence_factor = 25
org_loss_when_moving = -0.5
recon_factor = 1
army_speed_factor = 0.25
}
equipment_bonus = {
infantry_equipment = {
build_cost_ic = 0.15
soft_attack = 0.25
hard_attack = 0.25
reliability = 0.1
instant = yes
}
artillery_equipment = {
build_cost_ic = 0.15
soft_attack = 0.25
hard_attack = 0.25
reliability = 0.1
instant = yes
}
support_equipment = {
build_cost_ic = -0.33
instant = yes
}
motorized_equipment = {
build_cost_ic = -0.15
instant = yes
}
#infantry_equipment = {
# build_cost_ic = 0.15
# soft_attack = 0.25
# hard_attack = 0.25
# reliability = 0.1
# instant = yes
#}
#artillery_equipment = {
# build_cost_ic = 0.15
# soft_attack = 0.25
# hard_attack = 0.25
# reliability = 0.1
# instant = yes
#}
#support_equipment = {
# build_cost_ic = -0.33
# instant = yes
#}
#motorized_equipment = {
# build_cost_ic = -0.15
# instant = yes
#}
mechanized_equipment = {
build_cost_ic = 0.25
build_cost_ic = 2
instant = yes
}
armor = {
build_cost_ic = 0.25
build_cost_ic = 2
instant = yes
}
}
@@ -60,20 +66,32 @@ ideas = {
is_ai = no
}
modifier = {
conscription = 0.25
conscription_factor = 1
mobilization_speed = 10
army_core_defence_factor = 25
#conscription = 0.25
#conscription_factor = 1
#mobilization_speed = 10
#army_core_defence_factor = 25
stability_factor = 1.25
war_support_factor = 2
army_speed_factor = -0.25
army_defence_factor = 2
army_attack_against_major_factor = -0.8
army_defence_against_major_factor = -0.8
army_breakthrough_against_major_factor = -0.5
army_attack_against_minor_factor = 2
army_defence_against_minor_factor = 2
army_breakthrough_against_minor_factor = 2
#army_infantry_attack_factor = 2
#army_infantry_defence_factor = 2
}
equipment_bonus = {
infantry_equipment = {
build_cost_ic = -0.25
instant = yes
}
artillery_equipment = {
build_cost_ic = -0.15
instant = yes
}
#infantry_equipment = {
# build_cost_ic = -0.15
# instant = yes
#}
#artillery_equipment = {
# build_cost_ic = -0.15
# instant = yes
#}
#support_equipment = {
# build_cost_ic = -0.33
# instant = yes
@@ -87,7 +105,7 @@ ideas = {
# instant = yes
#}
#armor = {
# build_cost_ic = 0.15
# build_cost_ic = 0.25
# instant = yes
#}
}