Skip to content

Commit fe550e1

Browse files
Merge pull request #2065 from EaW-Team/general-dev
2.4.2.2
2 parents ff69779 + a505089 commit fe550e1

File tree

102 files changed

+828
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+828
-375
lines changed

changelog.txt

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
1-
🐱 “Cats and Dogs” 2.4.2.1 🐶
1+
🐱 “Cats and Dogs” 2.4.2.2 🐶
2+
✢ Additions:
3+
- Added some strategic location chokepoints in Manedalusia.
4+
- Added icon for Karthinian Pact faction.
5+
✢ Changes:
6+
- Reduced construction speed penalties from agrarian, tribal and communal society development levels.
7+
- Artillery Leader trait now requires 40 artillery in division.
8+
- Every major strategy plan got faster reasearch of land doctrine.
9+
- Hopefully fixed AI weird infantry divisions by giving them better template.
10+
- Made it easier for AI to get designs from focuses.
11+
- Added more tags for subdoctrines for various tags.
12+
- Slight rebalancing of goals.
13+
- Fixed naval dominance curve.
14+
- Changeling Lands:
15+
- The AI will now intervene in Olenia later.
16+
- Disciples of Nightmare Moon:
17+
- Changed spawn location of a lunar guard division.
18+
- Griffonian Republic:
19+
- Slightly tried to improve AI focus plans.
20+
✢ Fixes:
21+
- The AI will now no longer interfere with the human player setting a war stance in the North Zebrican War.
22+
- Fixed "Control Southern Griffonia" faction goal being categorized as short-term.
23+
- Fixed a case-sensetivity issue with a griffon focus icon.
24+
- Fixed subdoctrine GUI.
25+
- Bronzehill:
26+
- Fixed party popularity and name in case revenge Bronzehill decides to paw over the Empire to Gabriela.
27+
- Changeling Lands:
28+
- Can't topple themselves.
29+
- Chiropterra:
30+
- Decision "Pursue detente with Equestria" now only appears if you are not in a faction with Hippogriffia and have completed 1 of 2 focuses.
31+
- Fixed collision of Chiropterra GUI resistance GUI open button with nuclear weapon count.
32+
- Griffonian Republic:
33+
- Fixed wrong mastery type for focus.
34+
- Hippone:
35+
- Fixed not having the "Mortal enemies' modifier with Nova Griffonia.
36+
- Katzennia:
37+
- Kattail doesn't get the acquire blueprints decision anymore.
38+
- Dehumanized some GFX.
39+
- Miscellaneous bugfixes and improvements.
40+
- Miscellaneous localisation fixes.
41+
42+
🐱 “Cats and Dogs” 2.4.2.1 🐶
243
✢ Additions:
344
- 36 new resource prospecting decisions in Zebrica.
445
- Added chokepoint strategic location in northern Key Lake.

common/ai_navy/fleet/HIP_fleet_templates.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
HIP_dominance_fleet_1 = {
22
required_taskforces = {
33
HIP_StrikeForce_1 = 1
4-
HIP_PatrolDominanceForce_1 = 3
5-
HIP_PatrolReconForce_1 = 3
4+
HIP_PatrolDominanceForce_1 = 2
5+
HIP_PatrolReconForce_1 = 2
66
}
77
optional_taskforces = {
88
HIP_StrikeForce_1 = 1
@@ -13,7 +13,7 @@ HIP_dominance_fleet_1 = {
1313

1414
HIP_raiding_fleet_1 = {
1515
required_taskforces = {
16-
HIP_ConvoyRaiding_1 = 4
16+
HIP_ConvoyRaiding_1 = 2
1717
}
1818
optional_taskforces = {
1919
HIP_ConvoyRaiding_1 = 2
@@ -25,7 +25,7 @@ HIP_escort_fleet_1 = {
2525
HIP_ConvoyEscort_1 = 2
2626
}
2727
optional_taskforces = {
28-
HIP_ConvoyEscort_1 = 4
28+
HIP_ConvoyEscort_1 = 2
2929
}
3030
}
3131

common/ai_navy/goals/goals_HIP.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ HIP_naval_dominance = {
7171
HIP
7272
}
7373

74-
min_priority = 1
75-
max_priority = 13
74+
min_priority = 12
75+
max_priority = 16
7676
}
7777

7878
HIP_mine_laying = {

common/ai_navy/taskforce/HIP_taskforce_templates.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ HIP_StrikeForce_1 = {
88
mission = { naval_strike }
99
min_composition = {
1010
destroyer = {
11-
amount = 8
11+
amount = 6
1212
}
1313
}
1414

@@ -26,7 +26,7 @@ HIP_StrikeForce_1 = {
2626
amount = 4
2727
}
2828
destroyer = {
29-
amount = 36
29+
amount = 18
3030

3131
}
3232
}
@@ -62,16 +62,16 @@ HIP_PatrolDominanceForce_1 = {
6262
mission = { naval_patrol }
6363
min_composition = {
6464
destroyer = {
65-
amount = 4
65+
amount = 3
6666
}
6767
}
6868

6969
optimal_composition = {
7070
heavy_cruiser = {
71-
amount = 3
71+
amount = 2
7272
}
7373
destroyer = {
74-
amount = 12
74+
amount = 8
7575
}
7676
}
7777
}
@@ -92,7 +92,7 @@ HIP_ConvoyRaiding_1 = {
9292

9393
optimal_composition = {
9494
submarine = {
95-
amount = 12
95+
amount = 8
9696
}
9797
}
9898
}
@@ -134,7 +134,7 @@ HIP_ConvoyEscort_1 = {
134134

135135
optimal_composition = {
136136
destroyer = {
137-
amount = 12
137+
amount = 8
138138
}
139139
}
140140
}

common/ai_navy/taskforce/generic_taskforce_templates.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ StrikeForce_1 = {
1515
mission = { naval_strike }
1616
min_composition = {
1717
destroyer = {
18-
amount = 8
18+
amount = 6
1919
}
2020
}
2121

@@ -24,16 +24,16 @@ StrikeForce_1 = {
2424
amount = 2
2525
}
2626
battleship = {
27-
amount = 4
27+
amount = 3
2828
}
2929
heavy_cruiser = {
30-
amount = 4
30+
amount = 3
3131
}
3232
light_cruiser = {
33-
amount = 4
33+
amount = 3
3434
}
3535
destroyer = {
36-
amount = 28
36+
amount = 18
3737
}
3838
}
3939
}
@@ -60,7 +60,7 @@ PatrolReconForce_1 = {
6060
}
6161
optimal_composition = {
6262
light_cruiser = {
63-
amount = 3
63+
amount = 2
6464
}
6565
}
6666
}
@@ -88,10 +88,10 @@ PatrolDominanceForce_CA_1 = {
8888

8989
optimal_composition = {
9090
heavy_cruiser = {
91-
amount = 3
91+
amount = 2
9292
}
9393
destroyer = {
94-
amount = 12
94+
amount = 8
9595
}
9696
}
9797
}

common/ai_strategy/_documentation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,11 +670,13 @@ ai_strategy = {
670670
```
671671

672672
### `naval_dominance`
673-
Used to set the naval dominance for a strategic region
673+
Used to set the naval dominance for an AI area
674674
```
675675
ai_strategy = {
676676
type = naval_dominance
677-
id = 78 # Strategic region Id
677+
id = winter_war_front # AI area key
678+
OR
679+
id = 271 # region id
678680
value = 99 # Percentage between 0 and 100
679681
}
680682
```

common/ai_strategy_plans/CHN_historical_strategy_plan.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CHN_ideas_plan = {
1717
}
1818
}
1919
abort = {
20-
has_war = yes
20+
2121
}
2222
focus_factors = {
2323
technology_centre = 1
@@ -33,14 +33,15 @@ CHN_ideas_plan = {
3333
hive_funding
3434
unite_the_people
3535
steel_industry
36-
pressure_olenia
37-
offer_puppet
3836
war_academy
39-
CHN_Hive_Factories
4037
CHN_high_command_cabinet_1
4138
CHN_high_command_cabinet_2
4239
CHN_high_command_cabinet_3
4340
CHN_changeling_school_of_war
41+
pressure_olenia
42+
CHN_Army
43+
offer_puppet
44+
CHN_Hive_Factories
4445
industrial_research
4546
CHN_develop_vesalipolis
4647
CHN_develop_vraks
@@ -51,7 +52,6 @@ CHN_ideas_plan = {
5152
CHN_Air_Force
5253
CHN_polar_bear_envoy
5354
CHN_threaten_PLB
54-
CHN_Army
5555
CHN_great_war_beginning
5656
prepare_for_war3
5757
prepare_for_war2

common/ai_strategy_plans/CRY_historical_strategy_plan.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,18 @@ CRY_historical = {
3535
CRY_grandfestival
3636
CRY_strength
3737
CRY_innovations
38-
CRY_steel_factories_in_crystal_city
3938
CRY_rndinstitute
40-
CRY_military
41-
CRY_industry_f
39+
CRY_fame
4240
CRY_oldorder
4341
CRY_miamore
44-
CRY_independence_referendum
42+
CRY_eqsforces
4543
CRY_eqsadvisors
46-
CRY_eqsengineers
4744
CRY_eqsfactories
45+
CRY_steel_factories_in_crystal_city
46+
CRY_military
47+
CRY_industry_f
48+
CRY_independence_referendum
49+
CRY_eqsengineers
4850
CRY_eqs_tech_share
4951
CRY_mining
5052
}

common/ai_strategy_plans/EQC_historical_strategy_plan.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ EQC_historical = {
3232
EQC_commonwealth_defence
3333
EQC_national_mobilisation_act
3434
EQC_national_defence_company
35-
35+
EQC_legacy_of_the_cockatrice_war
3636
EQC_strengthen_equestrian_ties
3737
EQC_royal_visit
3838
EQC_school_of_friendship
@@ -50,7 +50,6 @@ EQC_historical = {
5050
EQC_economic_recovery
5151
EQC_solidify_self_determination
5252
EQC_expand_sunset_university
53-
EQC_legacy_of_the_cockatrice_war
5453
EQC_expand_manehatten_harbour
5554
EQC_rnmaf_stratus_springs
5655
EQC_littlehoof_small_arms

common/ai_strategy_plans/EQS_historical_strategy_plan.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ EQS_historical = {
6464
luna_nova_academy
6565
Fund_public_schools
6666
CTL_center_of_research
67+
EQS_strengthen_EEA_authority
68+
Magcial_studies
6769
Extreme_war_comittee
6870
All_ponies_front_f
6971
Appeal_to_STG
@@ -74,16 +76,16 @@ EQS_historical = {
7476
Remove_Harmonic_Stagnation
7577
Suppress_bureaucracy
7678
War_Plan
79+
Spitfire_research
80+
Matilda_research
7781
industry_las_pegasus
7882
industry_manehattan
79-
Matilda_research
80-
Spitfire_research
83+
reinforce_border
84+
River_Fortifications
8185
EQS_buffalo_relations
8286
eqs_buffalo2
8387
eqs_southern_roads
8488
tenochtitlan_state_university
85-
reinforce_border
86-
River_Fortifications
8789
EQS_airfields
8890
transequestrian_raillines
8991
increase_presense_inCRY

0 commit comments

Comments
 (0)