Skip to content

Commit daef1df

Browse files
committed
Update to 1.17.3.0 patch
1 parent 95fefd5 commit daef1df

File tree

19 files changed

+130
-63
lines changed

19 files changed

+130
-63
lines changed

data/blank_mod/common/ai_navy/goals/goals_generic.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ generic_training = {
6464
generic_naval_blockade = {
6565
objective_type = naval_blockade
6666

67-
min_priority = 10
67+
min_priority = 10
6868
max_priority = 20
69-
}
69+
}

data/blank_mod/common/ai_strategy/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ default_recruit_land_scientist = {
16331633
enable = {
16341634
OR = {
16351635
can_assign_supportive_scientist_to_faction = specialization_land
1636-
nuclear_facility > 0
1636+
land_facility > 0
16371637
}
16381638
}
16391639
abort_when_not_enabled = yes

data/blank_mod/common/doctrines/subdoctrines/land/armor_subdoctrines.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ tank_destroyer_force = {
623623

624624
mobile_anti_tank = {
625625
mot_anti_tank_brigade = {
626-
max_organisation = 10
626+
max_organisation = 8
627627
hard_attack = 0.1
628628
ap_attack = 0.1
629629
}
@@ -649,7 +649,7 @@ tank_destroyer_force = {
649649
independent_counterattacks = {
650650
category_tank_destroyers = {
651651
max_organisation = 6
652-
initiative = 0.1
652+
initiative = 0.01
653653
}
654654
}
655655

data/blank_mod/common/doctrines/subdoctrines/land/combat_support_subdoctrines.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ fire_concentration = {
2222
artillery_brigade = {
2323
combat_width = -0.8
2424
}
25+
rocket_artillery_brigade = {
26+
combat_width = -0.8
27+
}
2528
category_line_artillery = {
2629
max_organisation = 5
2730
}

data/blank_mod/common/doctrines/subdoctrines/land/infantry_subdoctrines.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,13 @@ commandos = {
431431

432432
ai_will_do = { base = 0 }
433433
enable_tactic = tactic_infantry_charge
434-
category_light_infantry = {
435-
max_strength = 0.15
434+
435+
logistics_company = {
436+
battalion_mult = {
437+
category = category_light_infantry
438+
max_strength = 5
439+
add = yes
440+
}
436441
}
437442

438443
# EFFECTS
@@ -462,6 +467,13 @@ commandos = {
462467
defense = 0.1
463468
}
464469
}
470+
logistics_company = {
471+
battalion_mult = {
472+
category = category_vehicle_infantry
473+
max_strength = 5
474+
add = yes
475+
}
476+
}
465477
category_vehicle_infantry = {
466478
reliability = 0.05
467479
breakthrough = 0.1
@@ -672,7 +684,7 @@ peoples_war = {
672684
quick_decision_offensive_warfare = {
673685
#3
674686
militia = {
675-
initiative = 0.2
687+
initiative = 0.01
676688
max_organisation = 10
677689
breakthrough = 0.2
678690
}

data/blank_mod/common/doctrines/subdoctrines/land/operations_subdoctrines.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,8 @@ grand_assault = {
272272
#3
273273
army_bonus_air_superiority_factor = 0.05
274274
coordination_bonus = 0.1
275-
category_all_infantry = {
276-
max_organisation = 5
277-
}
278275
category_tanks = {
279-
max_organisation = 2
276+
max_organisation = 4
280277
}
281278

282279
anti_air = {
@@ -300,10 +297,7 @@ grand_assault = {
300297

301298
max_planning = 0.1
302299
category_all_infantry = {
303-
max_organisation = 5
304-
}
305-
category_tanks = {
306-
max_organisation = 2
300+
max_organisation = 8
307301
}
308302
}
309303
}

data/blank_mod/common/doctrines/subdoctrines/sea/navy_carrier_doctrines.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ broad_naval_support = {
205205
}
206206
escorts_in_battle = {
207207
equipment_bonus = {
208-
escort_carrier = {
208+
ship_hull_escort_carrier = {
209209
lg_attack = 0.15
210210
anti_air_attack = 0.1
211211
lg_armor_piercing = 0.15
@@ -317,7 +317,7 @@ light_task_forces = {
317317
surface_visibility = -0.10
318318
}
319319
destroyer = {
320-
surface_visibility = -0.10
320+
surface_visibility = -0.05
321321
}
322322
}
323323
screen_raiders = {

data/blank_mod/common/doctrines/subdoctrines/sea/navy_screen_doctrines.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jeune_ecole = {
365365
torpedo_attack = 0.1
366366
}
367367
equipment_bonus = {
368-
torpedo_cruiser = {
368+
ship_hull_torpedo_cruiser = {
369369
torpedo_attack = 0.1
370370
lg_attack = 0.1
371371
instant = yes
@@ -435,7 +435,7 @@ patrol_boats = {
435435
}
436436
lie_in_wait = {
437437
destroyer = {
438-
surface_visibility = -0.2
438+
surface_visibility = -0.05
439439
}
440440
}
441441
fast_sortie_turnaround = {

data/blank_mod/common/factions/rules/call_to_war_rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ guarantee_threat_reduction_40 = {
2727
}
2828
modifier = {
2929
guarantee_tension = -0.4
30+
stability_factor = -0.1
3031
}
3132
effect = {
32-
add_stability = -0.1
3333
}
3434
}

data/blank_mod/common/factions/rules/war_declaration_rules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ generate_wargoal_threat_reduction_20 = {
139139
}
140140
modifier = {
141141
generate_wargoal_tension = -0.2
142+
stability_factor = -0.05
142143
}
143144
effect = {
144-
add_stability = -0.05
145145
}
146146
}
147147

@@ -157,9 +157,9 @@ generate_wargoal_threat_reduction_40 = {
157157
}
158158
modifier = {
159159
generate_wargoal_tension = -0.4
160+
stability_factor = -0.1
160161
}
161162
effect = {
162-
add_stability = -0.1
163163
}
164164
}
165165

0 commit comments

Comments
 (0)