2024-09-30 08:31:17
All checks were successful
sync / build (push) Successful in 49s

This commit is contained in:
actions[bot]
2024-09-30 08:31:17 +00:00
parent 67674d53a0
commit 90df7d0854
7 changed files with 223 additions and 9 deletions

View File

@@ -601,6 +601,215 @@ DOH_decision_category = {
DOH_neibufenqi_jianqin_few_effect = yes
}
}
DOH_gongyehua_0_chaogong = {
icon = xingdong
state_target = yes
on_map_mode = map_and_decisions_view
target_trigger = {
FROM = {
owner = {
has_autonomy_state = doh_fanshu
NOT = {
tag = DH1
}
}
}
}
highlight_color_while_active = 1
ai_will_do = {
factor = 5
}
visible = {
FROM = {
OR = {
AND = {
DOH = {
num_of_factories > 1200
has_completed_focus = DOH_chaogongtixi
}
}
is_debug = yes
}
has_state_category = pastoral
}
has_country_flag = DOH_xianshigongyehuajueyi
}
available = {
FROM = {
has_state_category = pastoral
PREV = {
num_of_civilian_factories_available_for_projects > 30
}
}
}
cost = 50
days_remove = 60
modifier = {
civilian_factory_use = 30
}
remove_effect = {
add_manpower = -100
FROM = {
set_state_category = rural
}
DOH_neibufenqi_jianqin_few_effect = yes
}
}
DOH_gongyehua_1_chaogong = {
icon = xingdong
state_target = yes
on_map_mode = map_and_decisions_view
target_trigger = {
FROM = {
owner = {
has_autonomy_state = doh_fanshu
NOT = {
tag = DH1
}
}
}
}
highlight_color_while_active = 1
ai_will_do = {
factor = 5
}
visible = {
FROM = {
OR = {
PREV = {
num_of_factories > 1000
has_completed_focus = DOH_chaogongtixi
}
is_debug = yes
}
has_state_category = rural
}
has_country_flag = DOH_xianshigongyehuajueyi
}
available = {
FROM = {
has_state_category = rural
PREV = {
num_of_civilian_factories_available_for_projects > 25
}
}
}
cost = 50
days_remove = 60
modifier = {
civilian_factory_use = 25
}
remove_effect = {
FROM = {
set_state_category = town
}
DOH_neibufenqi_jianqin_few_effect = yes
}
}
DOH_gongyehua_2_chaogong = {
icon = xingdong
state_target = yes
on_map_mode = map_and_decisions_view
target_trigger = {
FROM = {
owner = {
has_autonomy_state = doh_fanshu
NOT = {
tag = DH1
}
}
}
}
highlight_color_while_active = 1
ai_will_do = {
factor = 5
}
visible = {
FROM = {
OR = {
PREV = {
num_of_factories > 800
has_completed_focus = DOH_chaogongtixi
}
is_debug = yes
}
has_state_category = town
}
has_country_flag = DOH_xianshigongyehuajueyi
}
available = {
FROM = {
has_state_category = town
PREV = {
num_of_civilian_factories_available_for_projects > 20
}
}
}
cost = 50
days_remove = 60
modifier = {
civilian_factory_use = 20
}
remove_effect = {
FROM = {
set_state_category = large_town
}
DOH_neibufenqi_jianqin_few_effect = yes
}
}
DOH_gongyehua_3_chaogong = {
icon = xingdong
state_target = yes
on_map_mode = map_and_decisions_view
target_trigger = {
FROM = {
owner = {
has_autonomy_state = doh_fanshu
NOT = {
tag = DH1
}
}
}
}
highlight_color_while_active = 1
ai_will_do = {
factor = 5
}
visible = {
FROM = {
OR = {
PREV = {
num_of_factories > 600
has_completed_focus = DOH_chaogongtixi
}
is_debug = yes
}
has_state_category = large_town
}
has_country_flag = DOH_xianshigongyehuajueyi
}
available = {
FROM = {
has_state_category = large_town
PREV = {
num_of_civilian_factories_available_for_projects > 10
}
}
}
cost = 50
days_remove = 60
modifier = {
civilian_factory_use = 10
}
remove_effect = {
FROM = {
set_state_category = city
}
DOH_neibufenqi_jianqin_few_effect = yes
}
}
DOH_feitianmeng_zhunbei = {
icon = xingdong
fire_only_once = yes

View File

@@ -76,7 +76,7 @@ DOH_kejiaotixi = {
monthly_population = 0.010
experience_loss_factor = -0.50
max_command_power = 200
country_resource_steel = var:DOH_minyonggongchang_counter_1
country_resource_steel = var:DOH_hechenglianyouchang_counter_2

View File

@@ -303,6 +303,7 @@ ideas = {
war_support_factor = 0.3
research_speed_factor = 0.15
training_time_army_factor = -0.2
max_command_power = 200
}
}
DOH_tcsg = {

View File

@@ -380,6 +380,7 @@ focus_tree = {
set_technology = {
electronic_mechanical_engineering = 1
mechanical_computing = 1
radio = 1
popup = no
}
}
@@ -515,6 +516,10 @@ focus_tree = {
completion_reward = {
custom_effect_tooltip = az_DOH_railway_organization_tooltip_1
add_ideas = DOH_donghuangzhongche_idea_0
set_technology = {
armored_train = 1
popup = no
}
}
}
focus = {
@@ -3998,7 +4003,6 @@ focus_tree = {
}
completion_reward = {
custom_effect_tooltip = DOH_chaogongtixi_tooltip
custom_effect_tooltip = doh_fanshu_desc
}
}
focus = {

View File

@@ -346,9 +346,6 @@ leader_traits = {
corps_commander_modifier = {
max_commander_army_size = -3
}
field_marshal_modifier = {
max_army_group_size = -1
}
ai_will_do = {
factor = 1
}