2024-11-17 20:02:05

This commit is contained in:
actions[bot]
2024-11-17 20:02:05 +00:00
parent 8f0f2272c6
commit 4a8019c6e8
180 changed files with 9972 additions and 3724 deletions

View File

@@ -2565,7 +2565,7 @@
}
}
support = {
engineer = {
armored_engineer = {
x = 0
y = 0
}
@@ -2577,11 +2577,11 @@
x = 0
y = 2
}
maintenance_company = {
armored_maintenance = {
x = 0
y = 3
}
field_hospital = {
helicopter_field_hospital = {
x = 0
y = 4
}
@@ -2611,52 +2611,52 @@
y = 1
}
artillery_brigade = {
x = 0
y = 2
}
artillery_brigade = {
x = 0
y = 3
}
medium_armor = {
x = 1
y = 0
}
infantry = {
artillery_brigade = {
x = 1
y = 1
}
medium_armor = {
x = 2
y = 0
}
infantry = {
x = 2
x = 3
y = 0
}
infantry = {
x = 3
y = 1
}
infantry = {
x = 2
x = 3
y = 2
}
infantry = {
x = 2
x = 3
y = 3
}
infantry = {
x = 3
x = 4
y = 0
}
infantry = {
x = 3
x = 4
y = 1
}
infantry = {
x = 3
x = 4
y = 2
}
infantry = {
x = 3
x = 4
y = 3
}
}
support = {
engineer = {
armored_engineer = {
x = 0
y = 0
}
@@ -2664,11 +2664,11 @@
x = 0
y = 1
}
maintenance_company = {
armored_maintenance = {
x = 0
y = 3
}
field_hospital = {
helicopter_field_hospital = {
x = 0
y = 4
}
@@ -2697,47 +2697,47 @@
y = 1
}
artillery_brigade = {
x = 0
y = 2
}
artillery_brigade = {
x = 0
y = 3
}
light_armor = {
x = 1
y = 0
}
infantry = {
artillery_brigade = {
x = 1
y = 2
}
light_armor = {
x = 2
y = 0
}
infantry = {
x = 2
x = 3
y = 0
}
infantry = {
x = 3
y = 1
}
infantry = {
x = 2
x = 3
y = 2
}
infantry = {
x = 2
x = 3
y = 3
}
infantry = {
x = 3
x = 4
y = 0
}
infantry = {
x = 3
x = 4
y = 1
}
infantry = {
x = 3
x = 4
y = 2
}
infantry = {
x = 3
x = 4
y = 3
}
}

View File

@@ -415,7 +415,7 @@ focus_tree = {
focus = TIX_jixuheikeji
}
relative_position_id = TIX_jixuheikeji
cost = 7
cost = 5
ai_will_do = {
factor = 3
}
@@ -614,7 +614,7 @@ focus_tree = {
x = 12
y = 1
relative_position_id = TIX_tiewanyuanshou
cost = 4
cost = 2
prerequisite = {
focus = TIX_tiewanyuanshou
focus = TIX_yinghuiougen
@@ -622,7 +622,7 @@ focus_tree = {
ai_will_do = {
factor = 1
modifier = {
date > 1939.12.1
date > 1940.12.1
add = 100
}
}
@@ -1056,9 +1056,12 @@ focus_tree = {
}
}
if = {
limit = { has_idea = TIX_organization_todt_improved
limit = { OR = {
has_idea = TIX_organization_todt_improved
has_idea = TIX_philipp_holzmann_improved
has_dlc = "Arms Against Tyranny" }
}
has_dlc = "Arms Against Tyranny"
}
swap_ideas = {
add_idea = TIX_hanz_building
remove_idea = TIX_organization_todt_improved
@@ -1066,8 +1069,10 @@ focus_tree = {
}
}
if = {
limit = { has_idea = TIX_organization_todt_improved
limit = { OR = {
has_idea = TIX_organization_todt_improved
has_idea = TIX_philipp_holzmann_improved
}
NOT = { has_dlc = "Arms Against Tyranny" } }
swap_ideas = {
add_idea = TIX_hanz_building_no_aat
@@ -1094,13 +1099,13 @@ focus_tree = {
OR = {
has_resources_in_country = {
resource = steel
amount > 799 #This needs to correspond to the Bypass values in the previous focuses
amount > 1799 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
any_subject_country = {
has_resources_in_country = {
resource = steel
amount > 799 #This needs to correspond to the Bypass values in the previous focuses
amount > 1799 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
}
@@ -1108,13 +1113,13 @@ focus_tree = {
OR = {
has_resources_in_country = {
resource = aluminium
amount > 199 #This needs to correspond to the Bypass values in the previous focuses
amount > 1199 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
any_subject_country = {
has_resources_in_country = {
resource = aluminium
amount > 199 #This needs to correspond to the Bypass values in the previous focuses
amount > 1199 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
}
@@ -1122,13 +1127,13 @@ focus_tree = {
OR = {
has_resources_in_country = {
resource = oil
amount > 149 #This needs to correspond to the Bypass values in the previous focuses
amount > 1149 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
any_subject_country = {
has_resources_in_country = {
resource = oil
amount > 149 #This needs to correspond to the Bypass values in the previous focuses
amount > 1149 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
}
@@ -1136,13 +1141,13 @@ focus_tree = {
OR = {
has_resources_in_country = {
resource = tungsten
amount > 99 #This needs to correspond to the Bypass values in the previous focuses
amount > 199 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
any_subject_country = {
has_resources_in_country = {
resource = tungsten
amount > 99 #This needs to correspond to the Bypass values in the previous focuses
amount > 199 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
}
@@ -1150,13 +1155,13 @@ focus_tree = {
OR = {
has_resources_in_country = {
resource = chromium
amount > 99 #This needs to correspond to the Bypass values in the previous focuses
amount > 599 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
any_subject_country = {
has_resources_in_country = {
resource = chromium
amount > 99 #This needs to correspond to the Bypass values in the previous focuses
amount > 599 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
}
@@ -1164,13 +1169,13 @@ focus_tree = {
OR = {
has_resources_in_country = {
resource = rubber
amount > 49 #This needs to correspond to the Bypass values in the previous focuses
amount > 249 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
any_subject_country = {
has_resources_in_country = {
resource = rubber
amount > 49 #This needs to correspond to the Bypass values in the previous focuses
amount > 249 #This needs to correspond to the Bypass values in the previous focuses
extracted = yes
}
}
@@ -1960,7 +1965,7 @@ focus_tree = {
prerequisite = {
focus = TIX_lilunyanjiu
}
cost = 7
cost = 5
ai_will_do = {
factor = 3
}
@@ -6005,7 +6010,7 @@ focus_tree = {
mutually_exclusive = {
focus = TIX_jiaohaojuxiong
}
cost = 7
cost = 3
search_filters = {
FOCUS_FILTER_HISTORICAL
}
@@ -6382,7 +6387,7 @@ focus_tree = {
search_filters = {
FOCUS_FILTER_HISTORICAL
}
cost = 15
cost = 5
ai_will_do = {
factor = 15
}