This commit is contained in:
@@ -86,7 +86,7 @@ DOH_historical = {
|
||||
DOH_yuanyanghaijun
|
||||
DOH_yunshujiandui
|
||||
|
||||
DOH_aoranzili
|
||||
#DOH_aoranzili
|
||||
DOH_baochiweishe
|
||||
# #1936
|
||||
# DOH_junshigaige #49
|
||||
@@ -164,7 +164,7 @@ DOH_red = {
|
||||
}
|
||||
}
|
||||
abort = {
|
||||
has_completed_focus = DOH_shikejingjie
|
||||
has_completed_focus = DOH_xianchuyiqie
|
||||
}
|
||||
|
||||
ai_national_focuses = {
|
||||
@@ -262,7 +262,7 @@ DOH_red = {
|
||||
}
|
||||
}
|
||||
abort = {
|
||||
has_completed_focus = DOH_shikejingjie
|
||||
has_completed_focus = DOH_xianchuyiqie
|
||||
}
|
||||
|
||||
ai_national_focuses = {
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
autonomy_state = {
|
||||
id = az_yuw_kuileiguo
|
||||
icon = autonomy_collaboration_government
|
||||
default = yes
|
||||
is_puppet = yes
|
||||
use_overlord_color = yes
|
||||
min_freedom_level = 0.2
|
||||
|
||||
manpower_influence = 1.2
|
||||
manpower_influence = 1.0
|
||||
|
||||
rule = {
|
||||
can_not_declare_war = yes
|
||||
|
||||
@@ -10,17 +10,15 @@ autonomy_state = {
|
||||
can_decline_call_to_war = no
|
||||
can_be_spymaster = no
|
||||
contributes_operatives = yes
|
||||
can_send_volunteers = yes
|
||||
can_puppet = yes
|
||||
# can_send_volunteers = yes
|
||||
# can_puppet = yes
|
||||
}
|
||||
|
||||
modifier = {
|
||||
can_master_build_for_us = 1
|
||||
|
||||
master_ideology_drift = 1
|
||||
faction_trade_opinion_factor = 1
|
||||
opinion_gain_monthly_same_ideology_factor = 0.2
|
||||
|
||||
}
|
||||
|
||||
ai_subject_wants_higher = {
|
||||
|
||||
@@ -103,7 +103,7 @@ bookmarks = {
|
||||
focuses = {
|
||||
DOH_huanxingjulong
|
||||
DOH_dulizizhudejungong
|
||||
DOH_guguodejueze
|
||||
DOH_ninghaixiaxiyang
|
||||
}
|
||||
}
|
||||
"SAD"={
|
||||
|
||||
@@ -1151,308 +1151,308 @@ DOH_industry_decision_category = {
|
||||
}
|
||||
|
||||
DOH_decision_debug_category = {
|
||||
DOH_decision_add_touzi = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
has_completed_focus = DOH_jinjigaige
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
available = {
|
||||
num_of_civilian_factories_available_for_projects > 0
|
||||
}
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "增加1点投资"
|
||||
effect_tooltip = {
|
||||
add_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_touzi
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_touzi = 1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_rm_touzi = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
AND = {
|
||||
check_variable = {
|
||||
var:DOH_touzi > 0
|
||||
}
|
||||
has_completed_focus = DOH_jinjigaige
|
||||
}
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "减少1点投资"
|
||||
effect_tooltip = {
|
||||
remove_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_touzi
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_touzi = -1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_add_gonggongkaizhi = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
has_completed_focus = DOH_shehuibaozhang
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
available = {
|
||||
num_of_civilian_factories_available_for_projects > 0
|
||||
}
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "增加1点公共开支"
|
||||
effect_tooltip = {
|
||||
add_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_gonggongkaizhi
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_gonggongkaizhi = 1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_rm_gonggongkaizhi = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
AND = {
|
||||
check_variable = {
|
||||
var:DOH_gonggongkaizhi > 0
|
||||
}
|
||||
has_completed_focus = DOH_shehuibaozhang
|
||||
}
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "减少1点公共开支"
|
||||
effect_tooltip = {
|
||||
remove_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_gonggongkaizhi
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_gonggongkaizhi = -1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_add_keyanjinfei = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
has_completed_focus = DOH_rencaiyinjin
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
available = {
|
||||
num_of_civilian_factories_available_for_projects > 0
|
||||
}
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "增加1点额外科研经费"
|
||||
effect_tooltip = {
|
||||
add_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_keyanjinfen
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_keyanjinfei = 1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_rm_keyanjinfei = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
AND = {
|
||||
check_variable = {
|
||||
var:DOH_keyanjinfei > 0
|
||||
}
|
||||
has_completed_focus = DOH_rencaiyinjin
|
||||
}
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "减少1点额外科研经费"
|
||||
effect_tooltip = {
|
||||
remove_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_keyanjinfen
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_keyanjinfei = -1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_add_junshijinfei = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
available = {
|
||||
num_of_civilian_factories_available_for_projects > 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
has_completed_focus = DOH_jinjigaige
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "增加1点额外生产经费"
|
||||
effect_tooltip = {
|
||||
add_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_junshijinfei
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_junshijinfei = 1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_rm_junshijinfei = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
AND = {
|
||||
check_variable = {
|
||||
var:DOH_junshijinfei > 0
|
||||
}
|
||||
has_completed_focus = DOH_jinjigaige
|
||||
}
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "减少1点额外生产经费"
|
||||
effect_tooltip = {
|
||||
remove_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_junshijinfei
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_junshijinfei = -1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_add_shichang = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
AND = {
|
||||
check_variable = {
|
||||
var:DOH_shichang < 15
|
||||
}
|
||||
has_completed_focus = DOH_shichanghuanjishu
|
||||
}
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "增加1点市场开放程度"
|
||||
effect_tooltip = {
|
||||
add_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_shichangkaifang
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_shichang = 1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
DOH_decision_rm_shichang = {
|
||||
icon = xingdong
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
OR = {
|
||||
is_debug = yes
|
||||
AND = {
|
||||
check_variable = {
|
||||
var:DOH_shichang > 0
|
||||
}
|
||||
has_completed_focus = DOH_shichanghuanjishu
|
||||
}
|
||||
}
|
||||
}
|
||||
cost = 10
|
||||
complete_effect = {
|
||||
custom_effect_tooltip = "减少1点市场开放程度"
|
||||
effect_tooltip = {
|
||||
remove_dynamic_modifier = {
|
||||
modifier = DOH_fake_add_shichangkaifang
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
var:DOH_shichang = -1
|
||||
}
|
||||
DOH_mofifier_effect = yes
|
||||
DOH_zhichilvchengfa_effect = yes
|
||||
}
|
||||
}
|
||||
# DOH_decision_add_touzi = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# has_completed_focus = DOH_jinjigaige
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# available = {
|
||||
# num_of_civilian_factories_available_for_projects > 0
|
||||
# }
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "增加1点投资"
|
||||
# effect_tooltip = {
|
||||
# add_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_touzi
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_touzi = 1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_rm_touzi = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# AND = {
|
||||
# check_variable = {
|
||||
# var:DOH_touzi > 0
|
||||
# }
|
||||
# has_completed_focus = DOH_jinjigaige
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "减少1点投资"
|
||||
# effect_tooltip = {
|
||||
# remove_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_touzi
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_touzi = -1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_add_gonggongkaizhi = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# has_completed_focus = DOH_shehuibaozhang
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# available = {
|
||||
# num_of_civilian_factories_available_for_projects > 0
|
||||
# }
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "增加1点公共开支"
|
||||
# effect_tooltip = {
|
||||
# add_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_gonggongkaizhi
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_gonggongkaizhi = 1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_rm_gonggongkaizhi = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# AND = {
|
||||
# check_variable = {
|
||||
# var:DOH_gonggongkaizhi > 0
|
||||
# }
|
||||
# has_completed_focus = DOH_shehuibaozhang
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "减少1点公共开支"
|
||||
# effect_tooltip = {
|
||||
# remove_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_gonggongkaizhi
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_gonggongkaizhi = -1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_add_keyanjinfei = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# has_completed_focus = DOH_rencaiyinjin
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# available = {
|
||||
# num_of_civilian_factories_available_for_projects > 0
|
||||
# }
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "增加1点额外科研经费"
|
||||
# effect_tooltip = {
|
||||
# add_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_keyanjinfen
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_keyanjinfei = 1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_rm_keyanjinfei = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# AND = {
|
||||
# check_variable = {
|
||||
# var:DOH_keyanjinfei > 0
|
||||
# }
|
||||
# has_completed_focus = DOH_rencaiyinjin
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "减少1点额外科研经费"
|
||||
# effect_tooltip = {
|
||||
# remove_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_keyanjinfen
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_keyanjinfei = -1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_add_junshijinfei = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# available = {
|
||||
# num_of_civilian_factories_available_for_projects > 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# has_completed_focus = DOH_jinjigaige
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "增加1点额外生产经费"
|
||||
# effect_tooltip = {
|
||||
# add_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_junshijinfei
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_junshijinfei = 1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_rm_junshijinfei = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# AND = {
|
||||
# check_variable = {
|
||||
# var:DOH_junshijinfei > 0
|
||||
# }
|
||||
# has_completed_focus = DOH_jinjigaige
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "减少1点额外生产经费"
|
||||
# effect_tooltip = {
|
||||
# remove_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_junshijinfei
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_junshijinfei = -1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_add_shichang = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# AND = {
|
||||
# check_variable = {
|
||||
# var:DOH_shichang < 15
|
||||
# }
|
||||
# has_completed_focus = DOH_shichanghuanjishu
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "增加1点市场开放程度"
|
||||
# effect_tooltip = {
|
||||
# add_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_shichangkaifang
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_shichang = 1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
# DOH_decision_rm_shichang = {
|
||||
# icon = xingdong
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# OR = {
|
||||
# is_debug = yes
|
||||
# AND = {
|
||||
# check_variable = {
|
||||
# var:DOH_shichang > 0
|
||||
# }
|
||||
# has_completed_focus = DOH_shichanghuanjishu
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# cost = 10
|
||||
# complete_effect = {
|
||||
# custom_effect_tooltip = "减少1点市场开放程度"
|
||||
# effect_tooltip = {
|
||||
# remove_dynamic_modifier = {
|
||||
# modifier = DOH_fake_add_shichangkaifang
|
||||
# }
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# var:DOH_shichang = -1
|
||||
# }
|
||||
# DOH_mofifier_effect = yes
|
||||
# DOH_zhichilvchengfa_effect = yes
|
||||
# }
|
||||
# }
|
||||
DOH_debug_1 = {
|
||||
icon = xingdong
|
||||
cost = 0
|
||||
|
||||
@@ -104,48 +104,48 @@ DOH_kejiaotixi_black = {
|
||||
country_resource_chromium = var:DOH_hechenglianyouchang_counter_2
|
||||
}
|
||||
|
||||
DOH_fake_add_gonggongkaizhi = {
|
||||
icon = GFX_idea_DOH_xdh
|
||||
enable = { always = yes }
|
||||
consumer_goods_factor = var:DOH_xiaofeipingyinxiang_factor
|
||||
# DOH_fake_add_gonggongkaizhi = {
|
||||
# icon = GFX_idea_DOH_xdh
|
||||
# enable = { always = yes }
|
||||
# consumer_goods_factor = var:DOH_xiaofeipingyinxiang_factor
|
||||
|
||||
boost_ideology_mission_factor = 0.05
|
||||
intel_network_gain_factor = 0.05
|
||||
naval_morale_factor = 0.05
|
||||
intelligence_agency_defense = 0.05
|
||||
encryption_factor = 0.05
|
||||
decryption_factor = 0.05
|
||||
industry_free_repair_factor = 0.05
|
||||
line_change_production_efficiency_factor = 0.05
|
||||
industry_air_damage_factor = -0.05
|
||||
own_operative_detection_chance_factor = -0.05
|
||||
enemy_operative_detection_chance_factor = 0.05
|
||||
land_reinforce_rate = 0.01
|
||||
repair_speed_factor = 0.05
|
||||
stability_weekly_factor = 0.001
|
||||
}
|
||||
DOH_fake_add_keyanjinfen = {
|
||||
icon = GFX_idea_DOH_xdh
|
||||
enable = { always = yes }
|
||||
consumer_goods_factor = var:DOH_xiaofeipingyinxiang_factor
|
||||
research_speed_factor = 0.035
|
||||
political_power_factor = 0.035
|
||||
}
|
||||
DOH_fake_add_junshijinfei = {
|
||||
icon = GFX_idea_DOH_xdh
|
||||
enable = { always = yes }
|
||||
consumer_goods_factor = var:DOH_xiaofeipingyinxiang_factor
|
||||
industrial_capacity_factory = 0.035
|
||||
industrial_capacity_dockyard = 0.035
|
||||
}
|
||||
DOH_fake_add_shichangkaifang = {
|
||||
icon = GFX_idea_DOH_xdh
|
||||
enable = { always = yes }
|
||||
min_export = 0.03
|
||||
research_speed_factor = 0.03
|
||||
consumer_goods_factor = -0.03
|
||||
trade_opinion_factor = 0.03
|
||||
}
|
||||
# boost_ideology_mission_factor = 0.05
|
||||
# intel_network_gain_factor = 0.05
|
||||
# naval_morale_factor = 0.05
|
||||
# intelligence_agency_defense = 0.05
|
||||
# encryption_factor = 0.05
|
||||
# decryption_factor = 0.05
|
||||
# industry_free_repair_factor = 0.05
|
||||
# line_change_production_efficiency_factor = 0.05
|
||||
# industry_air_damage_factor = -0.05
|
||||
# own_operative_detection_chance_factor = -0.05
|
||||
# enemy_operative_detection_chance_factor = 0.05
|
||||
# land_reinforce_rate = 0.01
|
||||
# repair_speed_factor = 0.05
|
||||
# stability_weekly_factor = 0.001
|
||||
# }
|
||||
# DOH_fake_add_keyanjinfen = {
|
||||
# icon = GFX_idea_DOH_xdh
|
||||
# enable = { always = yes }
|
||||
# consumer_goods_factor = var:DOH_xiaofeipingyinxiang_factor
|
||||
# research_speed_factor = 0.035
|
||||
# political_power_factor = 0.035
|
||||
# }
|
||||
# DOH_fake_add_junshijinfei = {
|
||||
# icon = GFX_idea_DOH_xdh
|
||||
# enable = { always = yes }
|
||||
# consumer_goods_factor = var:DOH_xiaofeipingyinxiang_factor
|
||||
# industrial_capacity_factory = 0.035
|
||||
# industrial_capacity_dockyard = 0.035
|
||||
# }
|
||||
# DOH_fake_add_shichangkaifang = {
|
||||
# icon = GFX_idea_DOH_xdh
|
||||
# enable = { always = yes }
|
||||
# min_export = 0.03
|
||||
# research_speed_factor = 0.03
|
||||
# consumer_goods_factor = -0.03
|
||||
# trade_opinion_factor = 0.03
|
||||
# }
|
||||
# DOH_hedian_modifier = {
|
||||
# icon = GFX_nuclear_reactor_medium
|
||||
# consumer_goods_factor = var:DOH_hedian_counter
|
||||
@@ -170,10 +170,6 @@ DOH_guomuyixian = {
|
||||
army_attack_factor = DOH_guomuyixian_var_army_attack_factor
|
||||
army_defence_factor = DOH_guomuyixian_var_army_defence_factor
|
||||
}
|
||||
# DOH_nciv_to_ship_dynamic_modifier = {
|
||||
# icon = GFX_decision_xingdong2
|
||||
# industrial_capacity_dockyard = FROM.nciv_to_ship_dynamic_pre_day
|
||||
# }
|
||||
az_DOH_shuchu_target_modifier = {
|
||||
icon = GFX_idea_DOH_xdh
|
||||
cic_to_target_factor = var:shuchu_factor_to_doh
|
||||
|
||||
@@ -973,17 +973,80 @@ ideas = {
|
||||
conscription = 0.01
|
||||
}
|
||||
}
|
||||
DOH_gmyx = {
|
||||
picture = FRA_national_mobilization_focus
|
||||
# DOH_gmyx = {
|
||||
# picture = FRA_national_mobilization_focus
|
||||
|
||||
# allowed_civil_war = {
|
||||
# always = no
|
||||
# }
|
||||
# modifier = {
|
||||
# political_power_factor = 0.2
|
||||
# conscription = 0.025
|
||||
# army_core_attack_factor = 0.2
|
||||
# army_core_defence_factor = 0.2
|
||||
# }
|
||||
# }
|
||||
DOH_guomuyixian_idea_0_DOH_guodayixianquanli = {
|
||||
picture = DOH_guomuyixian
|
||||
allowed_civil_war = {
|
||||
always = no
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
political_power_factor = 0.2
|
||||
conscription = 0.025
|
||||
army_core_attack_factor = 0.2
|
||||
army_core_defence_factor = 0.2
|
||||
political_power_gain = 0.5
|
||||
}
|
||||
}
|
||||
DOH_guomuyixian_idea_1_DOH_ducuyixian = {
|
||||
picture = DOH_guomuyixian
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
political_power_gain = 0.5
|
||||
research_speed_factor = 0.15
|
||||
max_command_power = 50
|
||||
}
|
||||
}
|
||||
DOH_guomuyixian_idea_1_DOH_zhangkongsanjun = {
|
||||
picture = DOH_guomuyixian
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
political_power_gain = 0.5
|
||||
army_morale_factor = 0.08
|
||||
land_reinforce_rate = 0.1
|
||||
planning_speed = 0.15
|
||||
}
|
||||
}
|
||||
DOH_guomuyixian_idea_1_complete = {
|
||||
picture = DOH_guomuyixian
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
political_power_gain = 0.5
|
||||
army_morale_factor = 0.08
|
||||
land_reinforce_rate = 0.1
|
||||
planning_speed = 0.15
|
||||
research_speed_factor = 0.15
|
||||
max_command_power = 50
|
||||
}
|
||||
}
|
||||
DOH_guomuyixian_idea_2_yixianwansui = {
|
||||
picture = DOH_guomuyixian
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
political_power_gain = 0.5
|
||||
political_power_factor = 0.1
|
||||
army_morale_factor = 0.08
|
||||
land_reinforce_rate = 0.1
|
||||
planning_speed = 0.15
|
||||
research_speed_factor = 0.15
|
||||
max_command_power = 50
|
||||
army_attack_factor = 0.25
|
||||
army_defence_factor = 0.25
|
||||
}
|
||||
}
|
||||
DOH_yxdyjzh = {
|
||||
|
||||
@@ -1558,9 +1558,10 @@ focus_tree = {
|
||||
# }
|
||||
|
||||
completion_reward = {
|
||||
add_dynamic_modifier = {
|
||||
modifier = DOH_guomuyixian
|
||||
}
|
||||
# add_dynamic_modifier = {
|
||||
# modifier = DOH_guomuyixian
|
||||
# }
|
||||
add_ideas = DOH_guomuyixian_idea_0_DOH_guodayixianquanli
|
||||
add_popularity = { ideology = fascism popularity = 0.2 }
|
||||
set_politics = {
|
||||
ruling_party = fascism
|
||||
@@ -1609,10 +1610,27 @@ focus_tree = {
|
||||
|
||||
completion_reward = {
|
||||
add_popularity = { ideology = fascism popularity = 0.25 }
|
||||
add_to_variable = { DOH_guomuyixian_var_army_morale_factor = 0.08 }
|
||||
add_to_variable = { DOH_guomuyixian_var_land_reinforce_rate = 0.1 }
|
||||
add_to_variable = { DOH_guomuyixian_var_planning_speed = 0.15 }
|
||||
custom_effect_tooltip = DOH_zhangkongsanjun_tt
|
||||
# add_to_variable = { DOH_guomuyixian_var_army_morale_factor = 0.08 }
|
||||
# add_to_variable = { DOH_guomuyixian_var_land_reinforce_rate = 0.1 }
|
||||
# add_to_variable = { DOH_guomuyixian_var_planning_speed = 0.15 }
|
||||
# custom_effect_tooltip = DOH_zhangkongsanjun_tt
|
||||
if = {
|
||||
limit = {
|
||||
DOH = {
|
||||
has_completed_focus = DOH_ducuyixian
|
||||
}
|
||||
}
|
||||
swap_ideas = {
|
||||
remove_idea = DOH_guomuyixian_idea_1_DOH_ducuyixian
|
||||
add_idea = DOH_guomuyixian_idea_1_complete
|
||||
}
|
||||
}
|
||||
else = {
|
||||
swap_ideas = {
|
||||
remove_idea = DOH_guomuyixian_idea_0_DOH_guodayixianquanli
|
||||
add_idea = DOH_guomuyixian_idea_1_DOH_zhangkongsanjun
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -1637,9 +1655,26 @@ focus_tree = {
|
||||
getzhg_event_dixingtezhi_se = yes
|
||||
getzhg_event_xidetezhi_se = yes
|
||||
}
|
||||
add_to_variable = { DOH_guomuyixian_var_research_speed_factor = 0.15 }
|
||||
add_to_variable = { DOH_guomuyixian_var_max_command_power = 50 }
|
||||
custom_effect_tooltip = DOH_ducuyixian_tt
|
||||
# # add_to_variable = { DOH_guomuyixian_var_research_speed_factor = 0.15 }
|
||||
# # add_to_variable = { DOH_guomuyixian_var_max_command_power = 50 }
|
||||
# custom_effect_tooltip = DOH_ducuyixian_tt
|
||||
if = {
|
||||
limit = {
|
||||
DOH = {
|
||||
has_completed_focus = DOH_zhangkongsanjun
|
||||
}
|
||||
}
|
||||
swap_ideas = {
|
||||
remove_idea = DOH_guomuyixian_idea_1_DOH_zhangkongsanjun
|
||||
add_idea = DOH_guomuyixian_idea_1_complete
|
||||
}
|
||||
}
|
||||
else = {
|
||||
swap_ideas = {
|
||||
remove_idea = DOH_guomuyixian_idea_0_DOH_guodayixianquanli
|
||||
add_idea = DOH_guomuyixian_idea_1_DOH_ducuyixian
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -1701,10 +1736,14 @@ focus_tree = {
|
||||
}
|
||||
add_political_power = 350
|
||||
add_stability = 0.25
|
||||
add_to_variable = { DOH_guomuyixian_var_political_power_factor = 0.1 }
|
||||
add_to_variable = { DOH_guomuyixian_var_army_attack_factor = 0.25 }
|
||||
add_to_variable = { DOH_guomuyixian_var_army_defence_factor = 0.25 }
|
||||
custom_effect_tooltip = DOH_yixianwansui_tt
|
||||
# add_to_variable = { DOH_guomuyixian_var_political_power_factor = 0.1 }
|
||||
# add_to_variable = { DOH_guomuyixian_var_army_attack_factor = 0.25 }
|
||||
# add_to_variable = { DOH_guomuyixian_var_army_defence_factor = 0.25 }
|
||||
# custom_effect_tooltip = DOH_yixianwansui_tt
|
||||
swap_ideas = {
|
||||
remove_idea = DOH_guomuyixian_idea_1_complete
|
||||
add_idea = DOH_guomuyixian_idea_2_yixianwansui
|
||||
}
|
||||
hidden_effect = { news_event = aznews.13 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@ guiTypes = {
|
||||
name = "az_PT_1"
|
||||
position = { x= 110 y = 70 }
|
||||
spriteType = "GFX_az_PT_1"
|
||||
Orientation = CENTER
|
||||
Orientation = UPPER_LEFT
|
||||
|
||||
}
|
||||
iconType = {
|
||||
|
||||
@@ -46,7 +46,7 @@ guiTypes = {
|
||||
name ="az_xmp_main_window_picture"
|
||||
spriteType = "GFX_az_xmp_picture_1"
|
||||
position = { x= 0 y = 60 }
|
||||
Orientation = "CENTER"
|
||||
Orientation = "UPPER_LEFT"
|
||||
pdx_tooltip = "buzhihuo_icon_tooltip"
|
||||
}
|
||||
|
||||
@@ -106,14 +106,14 @@ guiTypes = {
|
||||
name ="az_xmp_zuanshi_icon1"
|
||||
spriteType = "GFX_az_misc_icon_1"
|
||||
position = { x = 610 y = 400 }
|
||||
Orientation = "CENTER"
|
||||
Orientation = "UPPER_LEFT"
|
||||
|
||||
}
|
||||
iconType ={
|
||||
name ="az_xmp_zuanshi_icon2"
|
||||
spriteType = "GFX_az_misc_icon_2"
|
||||
position = { x = 10 y = 400 }
|
||||
Orientation = "CENTER"
|
||||
Orientation = "UPPER_LEFT"
|
||||
|
||||
}
|
||||
instantTextboxType = {
|
||||
|
||||
@@ -546,6 +546,16 @@
|
||||
doh_weilai_focus: "[DH1.getleader]获得特质§Y引风者§!。"
|
||||
DOH_guomuyixian: "国母逸仙"
|
||||
DOH_guomuyixian_desc: "作为东煌之国母,逸仙拥有无可匹敌的能力!"
|
||||
DOH_guomuyixian_idea_0_DOH_guodayixianquanli: "国母逸仙"
|
||||
DOH_guomuyixian_idea_0_DOH_guodayixianquanli_desc: "作为东煌之国母,逸仙拥有无可匹敌的能力!"
|
||||
DOH_guomuyixian_idea_1_DOH_ducuyixian: "国母逸仙"
|
||||
DOH_guomuyixian_idea_1_DOH_ducuyixian_desc: "作为东煌之国母,逸仙拥有无可匹敌的能力!"
|
||||
DOH_guomuyixian_idea_1_DOH_zhangkongsanjun: "国母逸仙"
|
||||
DOH_guomuyixian_idea_1_DOH_zhangkongsanjun_desc: "作为东煌之国母,逸仙拥有无可匹敌的能力!"
|
||||
DOH_guomuyixian_idea_1_complete: "国母逸仙"
|
||||
DOH_guomuyixian_idea_1_complete_desc: "作为东煌之国母,逸仙拥有无可匹敌的能力!"
|
||||
DOH_guomuyixian_idea_2_yixianwansui: "国母逸仙"
|
||||
DOH_guomuyixian_idea_2_yixianwansui_desc: "作为东煌之国母,逸仙拥有无可匹敌的能力!"
|
||||
DOH_guomuyixian_add_tt: "§Y$DOH_guomuyixian$§!追加效果:"
|
||||
DOH_ducuyixian_tt: "$DOH_guomuyixian_add_tt$\n£research_speed_texticon 科研速度:§G+15%§!\n£command_power_max_texticon 最大指挥点数提高:§G+50§!\n\n"
|
||||
DOH_zhangkongsanjun_tt: "$DOH_guomuyixian_add_tt$\n£organization_gain_texticon 陆军组织度恢复:§G+8%§!\n£reinforce_texticon 增援率:§G+10%§!\n£planning_speed_texticon 计划速度:§G+10%§!\n\n"
|
||||
|
||||
Reference in New Issue
Block a user