This commit is contained in:
@@ -1,24 +1,26 @@
|
||||
autonomy_state = {
|
||||
id = doh_fanshu
|
||||
default = no
|
||||
default = yes
|
||||
is_puppet = no
|
||||
min_freedom_level = 0.9
|
||||
manpower_influence = 0.5
|
||||
use_overlord_color = yes
|
||||
rule = {
|
||||
can_not_declare_war = yes
|
||||
can_decline_call_to_war = no
|
||||
can_be_spymaster = no
|
||||
contributes_operatives = yes
|
||||
# can_send_volunteers = yes
|
||||
# can_puppet = yes
|
||||
can_puppet = yes
|
||||
}
|
||||
|
||||
min_freedom_level = 0
|
||||
modifier = {
|
||||
can_master_build_for_us = 1
|
||||
master_ideology_drift = 1
|
||||
faction_trade_opinion_factor = 1
|
||||
opinion_gain_monthly_same_ideology_factor = 0.2
|
||||
puppet_cost_factor = -0.3
|
||||
overlord_trade_cost_factor = -0.5
|
||||
industrial_capacity_factory = 0.15
|
||||
industrial_capacity_dockyard = 0.1
|
||||
production_speed_buildings_factor = 0.2
|
||||
}
|
||||
|
||||
ai_subject_wants_higher = {
|
||||
@@ -31,7 +33,7 @@ autonomy_state = {
|
||||
|
||||
allowed = {
|
||||
OR = {
|
||||
OVERLORD = { original_tag = DOH }
|
||||
OVERLORD = { tag = DOH }
|
||||
AND = {
|
||||
DOH = {
|
||||
has_completed_focus = DOH_cijichaogongzhongxin
|
||||
@@ -40,11 +42,22 @@ autonomy_state = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
allowed_levels_filter = {
|
||||
doh_fanshu
|
||||
}
|
||||
can_take_level = {
|
||||
always = no
|
||||
}
|
||||
can_lose_level = {
|
||||
always = no
|
||||
}
|
||||
use_for_peace_conference_weight = {
|
||||
base = 0
|
||||
modifier = {
|
||||
add = 10000
|
||||
DOH = {
|
||||
has_completed_focus = DOH_chaogongzhidu
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,12 +3,14 @@ autonomy_state = {
|
||||
default = yes
|
||||
is_puppet = yes
|
||||
min_freedom_level = 0.01
|
||||
manpower_influence = 1.2
|
||||
manpower_influence = 1.0
|
||||
rule = {
|
||||
can_not_declare_war = yes
|
||||
can_decline_call_to_war = no
|
||||
can_be_spymaster = no
|
||||
can_puppet = yes
|
||||
}
|
||||
use_overlord_color = yes
|
||||
|
||||
modifier = {
|
||||
autonomy_manpower_share = 1.0
|
||||
@@ -18,19 +20,33 @@ autonomy_state = {
|
||||
cic_to_overlord_factor = 0.75
|
||||
mic_to_overlord_factor = 0.75
|
||||
|
||||
research_sharing_per_country_bonus_factor = -0.5
|
||||
research_sharing_per_country_bonus_factor = -0.9
|
||||
}
|
||||
|
||||
ai_subject_wants_higher = {
|
||||
factor = 0.0
|
||||
}
|
||||
|
||||
allowed_levels_filter = {
|
||||
doh_xiaodi
|
||||
}
|
||||
ai_overlord_wants_lower = {
|
||||
factor = 0.0
|
||||
}
|
||||
|
||||
allowed = {
|
||||
#has_dlc = "La Resistance"
|
||||
OR = {
|
||||
OVERLORD = { original_tag = DOH }
|
||||
OVERLORD = { original_tag = DH1 }
|
||||
}
|
||||
}
|
||||
use_for_peace_conference_weight = {
|
||||
base = 100
|
||||
modifier = {
|
||||
add = -100
|
||||
DOH = {
|
||||
has_completed_focus = DOH_chaogongzhidu
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1623,22 +1623,63 @@ DOH_decision_debug_category = {
|
||||
}
|
||||
}
|
||||
}
|
||||
# DOH_debug_8 = {
|
||||
# icon = xingdong
|
||||
# cost = 0
|
||||
# ai_will_do = {
|
||||
# factor = 0
|
||||
# }
|
||||
# visible = {
|
||||
# is_debug = yes
|
||||
# is_ai = no
|
||||
# }
|
||||
# complete_effect = {
|
||||
# mio:az_DOH_railway_organization = {
|
||||
# complete_mio_trait = DOH_zhiyuanzhuangbei_baozhanghouqin_trait
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
DOH_debug_8 = {
|
||||
icon = xingdong
|
||||
cost = 0
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
is_debug = yes
|
||||
is_ai = no
|
||||
}
|
||||
complete_effect = {
|
||||
set_autonomy = {
|
||||
target = CHY
|
||||
autonomy_state = doh_fanshu
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
DOH_debug_9 = {
|
||||
icon = xingdong
|
||||
cost = 0
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
is_debug = yes
|
||||
is_ai = no
|
||||
}
|
||||
complete_effect = {
|
||||
DOH = {
|
||||
complete_national_focus = DOH_chaogongzhidu
|
||||
country_event = DOH_event.20
|
||||
}
|
||||
CHY = {
|
||||
complete_national_focus = CHY_kuangredekuozhangzhuyi
|
||||
}
|
||||
}
|
||||
}
|
||||
DOH_debug_10 = {
|
||||
icon = xingdong
|
||||
cost = 0
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
visible = {
|
||||
is_debug = yes
|
||||
is_ai = no
|
||||
}
|
||||
complete_effect = {
|
||||
DOH = {
|
||||
country_event = DOH_event.20
|
||||
}
|
||||
CHY = {
|
||||
complete_national_focus = CHY_kuangredekuozhangzhuyi
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
DOH_duiwaitouzi_decision_category = {
|
||||
|
||||
@@ -154,6 +154,7 @@ DOH_hedian_state_modifier = {
|
||||
icon = GFX_modifiers_generic_military_plans
|
||||
local_building_slots = 1
|
||||
local_org_regain = 0.2
|
||||
nuclear_production_factor = 0.2
|
||||
local_resources = 0.5
|
||||
local_supplies = 0.3
|
||||
}
|
||||
@@ -175,15 +176,17 @@ az_DOH_shuchu_target_modifier = {
|
||||
cic_to_target_factor = var:shuchu_factor_to_doh
|
||||
mic_to_target_factor = var:shuchu_factor_to_doh
|
||||
}
|
||||
# az_doh_fanshu_modifier = {
|
||||
# icon = GFX_idea_DOH_xdh
|
||||
# cic_to_overlord_factor = var:THIS.autonomy_range
|
||||
# mic_to_overlord_factor = var:THIS.autonomy_range
|
||||
# }
|
||||
az_doh_fanshu_modifier = {
|
||||
icon = GFX_idea_DOH_xdh
|
||||
cic_to_overlord_factor = var:ROOT.zizhichengdu
|
||||
mic_to_overlord_factor = var:ROOT.zizhichengdu
|
||||
}
|
||||
az_doh_kexueyuan_modifier = {
|
||||
icon = GFX_idea_generic_research_bonus
|
||||
research_speed_factor = shared_speed_factor
|
||||
license_subject_master_purchase_cost = -1
|
||||
research_sharing_per_country_bonus = 1
|
||||
research_sharing_per_country_bonus_factor = 1
|
||||
naval_hit_chance = 0.15
|
||||
global_building_slots = 1
|
||||
land_night_attack = 0.1
|
||||
|
||||
@@ -14,7 +14,7 @@ ideas = {
|
||||
}
|
||||
modifier = {
|
||||
max_command_power = -5
|
||||
|
||||
political_power_factor = -0.05
|
||||
}
|
||||
}
|
||||
DH1_idea_dohzhiyuandh1 = {
|
||||
@@ -195,6 +195,7 @@ ideas = {
|
||||
ai_join_ally_desire_factor = -100
|
||||
production_speed_buildings_factor = 0.15
|
||||
political_power_gain = 0.5
|
||||
ai_desired_divisions_factor = 10
|
||||
can_master_build_for_us = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,7 @@ ideas = {
|
||||
modifier = {
|
||||
political_power_cost = 0.5
|
||||
military_industrial_organization_funds_gain = 1
|
||||
military_industrial_organization_policy_cooldown = 5
|
||||
land_doctrine_cost_factor = -0.15
|
||||
air_doctrine_cost_factor = -0.15
|
||||
naval_doctrine_cost_factor = -0.15
|
||||
|
||||
@@ -3943,11 +3943,11 @@ focus_tree = {
|
||||
factor = 1
|
||||
}
|
||||
available = {
|
||||
always = no
|
||||
|
||||
}
|
||||
completion_reward = {
|
||||
custom_effect_tooltip = DOH_chaogongtixi_tooltip
|
||||
custom_effect_tooltip = "(还没做完)"
|
||||
custom_effect_tooltip = doh_fanshu_desc
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -3967,11 +3967,10 @@ focus_tree = {
|
||||
factor = 1
|
||||
}
|
||||
available = {
|
||||
always = no
|
||||
|
||||
}
|
||||
completion_reward = {
|
||||
custom_effect_tooltip = DOH_cijichaogongzhongxin_tooltip
|
||||
custom_effect_tooltip = "(还没做完)"
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -5425,7 +5424,7 @@ focus_tree = {
|
||||
focus = {
|
||||
id = DOH_junmingronghe
|
||||
icon = GFX_goal_generic_construct_civilian
|
||||
relative_position_id = DOH_special_force
|
||||
relative_position_id = DOH_wanguolaichao
|
||||
prerequisite = {
|
||||
focus = DOH_huanxingjulong
|
||||
focus = DOH_nanhaidezhuren
|
||||
@@ -5436,7 +5435,7 @@ focus_tree = {
|
||||
num_of_factories > 300
|
||||
}
|
||||
cost = 5
|
||||
x = 13
|
||||
x = 3
|
||||
y = 1
|
||||
completion_reward = {
|
||||
custom_effect_tooltip = DOH_junmingronghe_tooltip
|
||||
@@ -5462,7 +5461,7 @@ focus_tree = {
|
||||
has_completed_focus = DOH_liangdanyixing
|
||||
}
|
||||
cost = 5
|
||||
x = -3
|
||||
x = 0
|
||||
y = 1
|
||||
completion_reward = {
|
||||
custom_effect_tooltip = az_DOH_railway_organization_tooltip_2
|
||||
@@ -5534,35 +5533,35 @@ focus_tree = {
|
||||
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
id = DOH_junmingronghe_fushuguo
|
||||
icon = GFX_focus_DEN_no_regulations
|
||||
relative_position_id = DOH_junmingronghe
|
||||
# prerequisite = {
|
||||
# focus = DOH_junmingronghe_jishugaijing
|
||||
# focus = {
|
||||
# id = DOH_junmingronghe_fushuguo
|
||||
# icon = GFX_focus_DEN_no_regulations
|
||||
# relative_position_id = DOH_junmingronghe
|
||||
# # prerequisite = {
|
||||
# # focus = DOH_junmingronghe_jishugaijing
|
||||
# # }
|
||||
# # prerequisite = {
|
||||
# # focus = DOH_wanguolaichao
|
||||
# # }
|
||||
# # prerequisite = {
|
||||
# # focus = DOH_junmingronghe
|
||||
# # }
|
||||
# available = {
|
||||
# num_subjects > 0
|
||||
# OR = {
|
||||
# has_completed_focus = DOH_ziguyilai
|
||||
# has_completed_focus = DOH_chaogongzhidu
|
||||
# }
|
||||
# prerequisite = {
|
||||
# focus = DOH_wanguolaichao
|
||||
# always = no
|
||||
# }
|
||||
# prerequisite = {
|
||||
# focus = DOH_junmingronghe
|
||||
# }
|
||||
available = {
|
||||
num_subjects > 0
|
||||
OR = {
|
||||
has_completed_focus = DOH_ziguyilai
|
||||
has_completed_focus = DOH_chaogongzhidu
|
||||
}
|
||||
always = no
|
||||
}
|
||||
prerequisite = {
|
||||
focus = DOH_junmingronghe
|
||||
}
|
||||
cost = 5
|
||||
x = 0
|
||||
y = 3
|
||||
completion_reward = {
|
||||
custom_effect_tooltip = "(还没做完)"
|
||||
}
|
||||
}
|
||||
# cost = 5
|
||||
# x = 0
|
||||
# y = 3
|
||||
# completion_reward = {
|
||||
# custom_effect_tooltip = "(还没做完)"
|
||||
# }
|
||||
# }
|
||||
}
|
||||
|
||||
@@ -77,6 +77,10 @@
|
||||
#search_filters = { FOCUS_FILTER_STABILITY }
|
||||
completion_reward = {
|
||||
add_political_power = 200
|
||||
add_offsite_building = {
|
||||
type = arms_factory
|
||||
level = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -140,6 +144,10 @@
|
||||
completion_reward = {
|
||||
add_political_power = 300
|
||||
add_ideas = DH1_idea_qinfenhaoxue
|
||||
add_offsite_building = {
|
||||
type = industrial_complex
|
||||
level = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -2588,6 +2596,8 @@
|
||||
transfer_state = 625
|
||||
transfer_state = 627
|
||||
transfer_state = 624
|
||||
transfer_state = 422
|
||||
transfer_state = 281
|
||||
|
||||
add_state_core = 738
|
||||
add_state_core = 668
|
||||
@@ -2622,6 +2632,8 @@
|
||||
add_state_core = 625
|
||||
add_state_core = 627
|
||||
add_state_core = 624
|
||||
add_state_core = 422
|
||||
add_state_core = 281
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2904,10 +2916,7 @@
|
||||
has_idea = DOH_ndhhsygs
|
||||
has_idea = TIX_zjscl
|
||||
OR = {
|
||||
OR = {
|
||||
is_ai = yes
|
||||
has_completed_focus = DH1_xiananyang
|
||||
}
|
||||
date > 1943.1.1
|
||||
threat > 0.75
|
||||
}
|
||||
@@ -2918,6 +2927,38 @@
|
||||
remove_ideas = DH1_zhiyuanjun_idea
|
||||
remove_ideas = DOH_ndhhsygs
|
||||
remove_ideas = TIX_zjscl
|
||||
if = {
|
||||
limit = {
|
||||
DOH = {
|
||||
has_subject = BHU
|
||||
}
|
||||
}
|
||||
DH1 = {
|
||||
annex_country = {
|
||||
target = BHU
|
||||
transfer_troops = yes
|
||||
}
|
||||
}
|
||||
324 = {
|
||||
add_core_of = DH1
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
DOH = {
|
||||
has_subject = NEP
|
||||
}
|
||||
}
|
||||
DH1 = {
|
||||
annex_country = {
|
||||
target = NEP
|
||||
transfer_troops = yes
|
||||
}
|
||||
}
|
||||
323 = {
|
||||
add_core_of = DH1
|
||||
}
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
@@ -2937,6 +2978,7 @@
|
||||
add_idea = DH1_junshi_211
|
||||
}
|
||||
}
|
||||
custom_effect_tooltip = DH1_qianjin_tt
|
||||
custom_effect_tooltip = "(未完待续)"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,6 +125,16 @@ on_actions = {
|
||||
}
|
||||
doh_kexueyuan_effect = yes
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
DOH = {
|
||||
has_completed_focus = DOH_chaogongtixi
|
||||
}
|
||||
}
|
||||
d_DOH_fanshu_reload_effect = yes
|
||||
d_DOH_fanshu_add_effect = yes
|
||||
d_DOH_fanshu_refresh_effect = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
on_monthly = {
|
||||
|
||||
23
src/common/peace_conference/ai_peace/DOH_fanshu.txt
Executable file
23
src/common/peace_conference/ai_peace/DOH_fanshu.txt
Executable file
@@ -0,0 +1,23 @@
|
||||
doh_fanshu_peace = {
|
||||
enable = {
|
||||
OR = {
|
||||
AND = {
|
||||
tag = DOH
|
||||
has_completed_focus = DOH_chaogongzhidu
|
||||
}
|
||||
has_autonomy_state = doh_fanshu
|
||||
}
|
||||
}
|
||||
puppet_all = {
|
||||
base = 1000
|
||||
}
|
||||
puppet_state = {
|
||||
base = 100
|
||||
}
|
||||
take_states = {
|
||||
base = 0
|
||||
}
|
||||
annex = {
|
||||
base = 0
|
||||
}
|
||||
}
|
||||
@@ -468,6 +468,19 @@ doh_kexueyuan_effect = {
|
||||
set_variable = {
|
||||
shared_speed_factor = DOH.num_subjects
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
country_exists = DH1
|
||||
DH1 = {
|
||||
has_completed_focus = DH1_qianjin
|
||||
controls_state = 323
|
||||
controls_state = 324
|
||||
}
|
||||
}
|
||||
add_to_variable = {
|
||||
shared_speed_factor = 2
|
||||
}
|
||||
}
|
||||
multiply_variable = {
|
||||
shared_speed_factor = 0.16
|
||||
}
|
||||
@@ -507,49 +520,76 @@ doh_kexueyuan_effect = {
|
||||
}
|
||||
}
|
||||
|
||||
# d_DOH_fanshu_add_effect = {
|
||||
# every_country = {
|
||||
# limit = {
|
||||
# has_autonomy_state = doh_fanshu
|
||||
# }
|
||||
# set_variable = {
|
||||
# THIS.zizhichengdu = THIS.autonomy_ratio
|
||||
# }
|
||||
# multiply_variable = {
|
||||
# THIS.zizhichengdu = -1
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# THIS.zizhichengdu = 1
|
||||
# }
|
||||
# multiply_variable = {
|
||||
# THIS.zizhichengdu = 0.3
|
||||
# }
|
||||
# add_dynamic_modifier = {
|
||||
# modifier = az_doh_fanshu_modifier
|
||||
# scope = THIS.overlord
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# d_DOH_fanshu_refresh_effect = {
|
||||
# every_country = {
|
||||
# limit = {
|
||||
# has_autonomy_state = doh_fanshu
|
||||
# }
|
||||
# set_variable = {
|
||||
# THIS.zizhichengdu = THIS.autonomy_ratio
|
||||
# }
|
||||
# multiply_variable = {
|
||||
# THIS.zizhichengdu = -1
|
||||
# }
|
||||
# add_to_variable = {
|
||||
# THIS.zizhichengdu = 1
|
||||
# }
|
||||
# multiply_variable = {
|
||||
# THIS.zizhichengdu = 0.3
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
d_DOH_fanshu_add_effect = {
|
||||
every_country = {
|
||||
limit = {
|
||||
has_autonomy_state = doh_fanshu
|
||||
NOT = {
|
||||
has_dynamic_modifier = {
|
||||
modifier = az_doh_fanshu_modifier
|
||||
}
|
||||
}
|
||||
}
|
||||
add_dynamic_modifier = {
|
||||
modifier = az_doh_fanshu_modifier
|
||||
#scope = THIS.overlord
|
||||
}
|
||||
}
|
||||
}
|
||||
d_DOH_fanshu_refresh_effect = {
|
||||
every_country = {
|
||||
limit = {
|
||||
has_dynamic_modifier = {
|
||||
modifier = az_doh_fanshu_modifier
|
||||
}
|
||||
}
|
||||
set_variable = {
|
||||
THIS.zizhichengdu = THIS.autonomy_ratio
|
||||
}
|
||||
multiply_variable = {
|
||||
THIS.zizhichengdu = -1
|
||||
}
|
||||
add_to_variable = {
|
||||
THIS.zizhichengdu = 1
|
||||
}
|
||||
multiply_variable = {
|
||||
THIS.zizhichengdu = 0.4
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_DOH_fanshu_reload_effect = {
|
||||
every_country = {
|
||||
limit = {
|
||||
DOH = {
|
||||
has_completed_focus = DOH_chaogongtixi
|
||||
}
|
||||
is_subject_of = DOH
|
||||
NOT = {
|
||||
has_autonomy_state = doh_fanshu
|
||||
}
|
||||
}
|
||||
set_autonomy = {
|
||||
target = THIS
|
||||
autonomy_state = doh_fanshu
|
||||
}
|
||||
}
|
||||
every_country = {
|
||||
limit = {
|
||||
DOH = {
|
||||
has_completed_focus = DOH_cijichaogongzhongxin
|
||||
}
|
||||
is_subject = yes
|
||||
OVERLORD = {
|
||||
has_autonomy_state = doh_fanshu
|
||||
}
|
||||
}
|
||||
set_autonomy = {
|
||||
target = THIS
|
||||
autonomy_state = doh_fanshu
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
DOH_neibufenqi_jianqin_effect = {
|
||||
multiply_variable = {
|
||||
|
||||
@@ -478,8 +478,8 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 1492
|
||||
value = 20
|
||||
province = 640
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -495,6 +495,12 @@ country_event = {
|
||||
state = 439
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 439
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = DH1_event.7.ac
|
||||
@@ -508,6 +514,12 @@ country_event = {
|
||||
state = 289
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 289
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = DH1_event.7.next
|
||||
@@ -533,6 +545,12 @@ country_event = {
|
||||
state = 286
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 286
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = DH1_event.7.ae
|
||||
@@ -546,6 +564,12 @@ country_event = {
|
||||
state = 671
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 671
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = DH1_event.7.af
|
||||
@@ -559,6 +583,12 @@ country_event = {
|
||||
state = 327
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 327
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = DH1_event.7.next
|
||||
@@ -584,6 +614,12 @@ country_event = {
|
||||
state = 525
|
||||
}
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 525
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = DH1_event.7.ah
|
||||
@@ -599,8 +635,8 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
set_victory_points = {
|
||||
province = 7371
|
||||
value = 20
|
||||
province = 333
|
||||
value = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -546,11 +546,11 @@ country_event = {
|
||||
add_war_support = 0.2
|
||||
set_autonomy = {
|
||||
target = NEP
|
||||
autonomy_state = autonomy_reichsprotectorate
|
||||
autonomy_state = doh_xiaodi
|
||||
}
|
||||
set_autonomy = {
|
||||
target = BHU
|
||||
autonomy_state = autonomy_reichsprotectorate
|
||||
autonomy_state = doh_xiaodi
|
||||
}
|
||||
|
||||
|
||||
|
||||
BIN
src/gfx/interface/autonomy/doh_fanshu.png
Executable file
BIN
src/gfx/interface/autonomy/doh_fanshu.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
@@ -19,4 +19,16 @@ spriteTypes = {
|
||||
# name = "GFX_doh_civ_naval_equipment_medium"
|
||||
# texturefile = "gfx/interface/technologies/support_equipment_1.dds"
|
||||
# }
|
||||
spriteType = {
|
||||
name = "GFX_doh_xiaodi_icon"
|
||||
textureFile = "gfx/interface/autonomy/autonomy_collaboration_government.dds"
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_doh_yuanzhengjun_icon"
|
||||
textureFile = "gfx/interface/autonomy/autonomy_freedom_icon.dds"
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_doh_fanshu_icon"
|
||||
textureFile = "gfx/interface/autonomy/doh_fanshu.png"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,23 @@
|
||||
l_simp_chinese:
|
||||
#####剧本#######
|
||||
SIREN_TITLE:0 "塞壬的阴云"
|
||||
SIREN_DESC:0 "塞壬,是全人类之敌。\n塞壬在入侵地球时用恐怖的力量震慑住了人类,一举把人类击溃。残存的人类势力在岛上准备反攻..."
|
||||
SIREN_SAD_DESC:0 "撒丁的历史可以追溯到1000多年前,是欧洲最古老的国家,也是欧洲文明的发源地。\n然而,塞壬可不管这个国家有什么悠久的历史,撒丁全国上下在醉生梦死中就被塞壬击败了。撒丁的领袖、全国的偶像——利托里奥是撒丁人民唯一的希望,她带领着撒丁人民在西西里岛上阻挡着塞壬的侵略。\n目前,最大的威胁不再来自塞壬,而是盘踞在西西里岛越来越强盛的黑手党,和外国虎视眈眈的列强。"
|
||||
SIREN_HUJ_DESC:0 "皇家是世界上造船经验最丰富的国家,在军舰设计上致力于取得最佳的平衡性能,海军实力雄厚。皇家阵营讲究礼仪,注重优雅与实力并存。\n\n皇家为了捍卫皇家的荣耀,夺回人类的制海权,目前依然留在碧蓝航线阵营,参与对塞壬的作战行动。"
|
||||
SIREN_YUW_DESC:0 "在过去几年里,自由鸢尾的战士们与碧蓝航线的其她同盟国经过激烈的反抗,最终还是因实力弱小丧失了全部国土,被塞壬赶去了地中海的小岛上。\n\n现在,黎塞留带领着护教骑士团的战士们已经做好重返故土的准备,是时候从塞壬的魔爪下解放同胞们了。"
|
||||
SIREN_TIX_DESC:0 "铁血公国一直都是欧洲武德最充沛的国家,但是在塞壬绝对的科技压制下,她们依然被击退至波罗的海的群岛上。铁血在于塞壬的战争中学习到了大量塞壬的未知技术,并着眼于对这些技术的进一步开发。\n\n现在,铁血公国将陆地上的前线推进至了丹麦,铁血的战士们正在为将来重返欧陆做准备。"
|
||||
SIREN_CHY_DESC:0 "和身为海洋强国的皇家不同的是,重樱的战斗经验虽然主要还是集中在重樱群岛周边的作战,但以东洋神秘的力量所构成的舰队迅速壮大了自身实力,在短时间就拥有了可以和白鹰等列强分庭抗礼的战力。\n\n重樱因为地理的优势,在反抗塞壬的战争中牢牢守住了北海道以北的群岛。对重樱来说,光复重樱三岛应该唾手可得。"
|
||||
SIREN_BFL_DESC:0 "提倡集体主义与对社会的贡献,拥有坚定的目标和达成目标所需的无畏的勇气。北方联合将几乎全部舰队调往极地地区,很少参与碧蓝航线阵营内的联合行动。\n\n北方联合虽然在战争前期因为国土辽阔,与塞壬僵持了数年,但因为世界其她国家的沦陷,逐渐招架不住,被塞壬逐渐逼往北部极地的地区。北方联合的战士们习惯了极地气候,北方联合没有被塞壬赶出陆地,她们依然坚守在严寒的极地。"
|
||||
SIREN_BYG_DESC:0 "在塞壬刚刚降临在世界上时候,白鹰联邦没有首先遭到攻击。还在犹豫中的联邦依然坚持着孤立主义政策。而当世界大部分国家都一一沦陷时,白鹰联邦才决定加入战争反抗塞壬,但是为时已晚,来自四面八方的塞壬仅用短短几周就将白鹰联邦击垮。\n\n幸运的是白鹰联邦的海上力量没有遭到太大的损失,现在白鹰舰队正在加勒比海养精蓄锐,等待着光明的到来。"
|
||||
SIREN_DOH_DESC:0 "塞壬的袭击让这个沉睡的的文明古国瞬间惊醒,东煌近年来一直在发展大陆,从未把海上当做她的主要目标。在东煌被塞壬赶出东亚大陆后,碧蓝航线尽最大力度帮助了东煌的海军发展。\n\n东煌目前在南海与西太平洋已经站足脚跟,虽然海上力量无法与塞壬抗衡,但是东煌把控着海南岛这一战略地,这将会是光复旧地的关键。"
|
||||
SIREN_SIR_DESC:0 "塞壬,是全人类之敌,她们拥有非常先进的技术。在过去短短几年内,这一从天而降的邪恶力量将人类所有的海上力量击溃,夺取了全世界90%以上的控海权。\n\n如今塞壬将人类赶下陆地,已经几乎控制了全世界,但是陆地上残留的人类在不断地反抗塞壬,幸存的人类仍然等待着解放的到来...\n\n【不建议玩家选择塞壬】"
|
||||
SIREN_TITLE:0 "天降舰娘"
|
||||
SIREN_DESC:0 "1936年一个宁静的清晨,一群舰娘从天而降,从另一个时空穿越来到地球上,成为了各个国家的领袖。\n而各个国家的人类也莫名其妙的接受了舰娘的到来,舰娘们在地球上会发生怎样的故事呢?"
|
||||
SIREN_SAD_DESC:0 "国家难度:§Y普通§!\n\n撒丁的历史可以追溯到1000多年前,是欧洲最古老的国家,也是欧洲文明的发源地。\n撒丁的实质领导人是魅力四射的利托里奥,她凭借自己的人格魅力获得了全国的信任。\n利托里奥与撒丁帝国能恢复往日的荣光,在这变动的局势中成为强权吗?"
|
||||
SIREN_HUJ_DESC:0 "国家难度:§G简单§!\n\n穿越而来的皇家舰娘们发现自己的处境与她们原来的位面一样:不列颠皇家拥有着强大的军事实力与将近占地球面积四分之三的殖民地。\n然而这并不是一件好事,傲娇的伊丽莎白女王与她的臣子们需要想方设法遏制住欧州日益膨胀的铁血国和撒丁国,还要努力维持殖民地的秩序,防止殖民地的脱离。\n不列颠皇家是世界上最强的国家,但在舰娘们的领导下,这样的地位还能持续多久?"
|
||||
SIREN_YUW_DESC:0 "国家难度:§O困难§!\n\n黎塞留与她的妹妹让巴尔有着不同的理念,穿越而来的她们依然各自带领着支持者们领导着鸢尾教廷,黎塞留是名义上的领导人,但让巴尔的维希派也有着不小的话语权。\n不过,黎塞留和让巴尔的争端也只是小问题,鸢尾国最大的威胁则来自欧陆中央虎视眈眈的铁血国,以及威慑着地中海制海权的撒丁帝国。属于鸢尾国的机遇与挑战已经来临。"
|
||||
SIREN_TIX_DESC:0 "国家难度:§G简单§!\n\n铁血公国一直都是欧洲武德最充沛的国家,她们在另一位面与塞壬的交战中学习到了大量黑科技,并且凭借着这些科技一举成为世界上的军事最强国。\n在穿越来这一位面后,俾斯麦发现铁血公国有着有史以来最强大的力量,并且决心利用武力来击垮所有反抗铁血崛起的敌人。"
|
||||
SIREN_CHY_DESC:0 "国家难度:§Y普通§!\n\n重樱国来自神秘的东方群岛。重樱的舰娘们有着独特的兽耳,也有着与众不同的能力。\n在穿越来到地球后,生性温和的长门逐渐被冷落,因为扩张更适合此时的重樱。拥有着强大的军事实力重樱国占据着邻居东煌的东北地区,她们即将以此地为跳板,实现重樱国自己的雄心。"
|
||||
SIREN_BFL_DESC:0 "国家难度:§O困难§!\n\n苏维埃罗西亚和她的同志们穿越到了地球,她们欣喜地发现此时的北方联合非常团结且牢固,并且有着辽阔的国土与丰富的资源。\n但是国内的饥荒问题也非常严重,西方的欧洲国家也普遍仇视着庞大的北联。罗西亚和她的同志们能度过这些难关,维持自己在欧亚地区的势力吗?"
|
||||
SIREN_BYG_DESC:0 "国家难度:§G简单§!\n\n白鹰联邦凭借着自己得天独厚的地缘优势,成为了世界最强的工业国。而穿越而来的舰娘们发现,作为世界经济的中心,白鹰联邦貌似经历了一场空前浩大的经济危机。\n而白鹰舰娘们有决心改变这一设定,并且努力让白鹰联邦成为世界上最强大的国家。"
|
||||
SIREN_DOH_DESC:0 "国家难度:§R极难§!\n\n东煌是东方最古老的文明,然而现在她貌似处于有史以来的最低谷。\n穿越来此位面的逸仙发现这个国家内外交困,积贫积弱。甚至出现了破坏国家统一的军阀,还有对东煌土地垂涎欲滴的重樱。东煌需要提高自己的实力,并且努力恢复自己往日的荣光,成为东亚地区的霸主。"
|
||||
SIREN_SIR_DESC:0 "在地球上有一群狂热的信徒,她们所信仰的已经被世界各国定性为邪教,于是这些信徒逃离到位于大西洋的一个神秘小岛上,每天都在进行着神秘的仪式。\n舰娘穿越到地球之后,这群信徒更加狂热,并且积极地传播她们的信仰,号召世界各地的信徒加入她们……没人知道这群信徒到底想干什么。"
|
||||
SIREN_BLI_DESC:0 "布里,是世界“七大不可思议”之一,她们并不算是严格意义上的舰娘,但却有着高超的造船技术,能将其她舰娘打造成无敌的战士,因为布里自身没什么战斗力,所以也是绝对的中立派,舰娘们都很喜欢布里,布里也对各个阵营的舰娘们一视同仁。\n目前,布里们在太平洋的一个小岛上安居乐业,她们面对紧张的世界局势会做出什么选择呢? "
|
||||
SIREN_SHO_DESC:0 "寿飞行队,是一支由萌妹子飞行员组成的飞行队。她们买下了一片位于阿拉伯半岛东部的荒漠当做她们的飞行基地。\n寿飞行队有着强大的空军,她们会成为世界上一支强大的力量吗?"
|
||||
SIREN_BOW_DESC:0 "波纹海军学院曾经是重樱的一所海军学院,这里培育了大量的萌妹子水手。为了学院更好的发展,波纹海军学院已经迁到太平洋的一座小岛上。"
|
||||
|
||||
SIREN_DH1_DESC:0 "东煌远征军在东煌大陆的西南边陲整装待发。"
|
||||
|
||||
#####国家名字#######
|
||||
SIR_siren:0"中央塞壬"
|
||||
SIR_siren:0"中央塞壬"
|
||||
SR1_siren:0"美洲塞壬"
|
||||
SR2_siren:0"非洲塞壬"
|
||||
SR3_siren:0"亚洲塞壬"
|
||||
@@ -134,6 +134,21 @@ SIR_siren:0"中央塞壬"
|
||||
DOH_democratic_ADJ:0 "东煌"
|
||||
DOH_neutrality_ADJ:0 "东煌"
|
||||
DOH_communism_ADJ:0 "东煌"
|
||||
DH1_noleader:"暂无领袖"
|
||||
doh_yuanzhengjun:"远征军"
|
||||
doh_yuanzhengjun_desc:"远在国外的军队,名义上隶属于东煌,实质上相当于一个独立的国家。"
|
||||
DH1_fascism:0 "东煌远征军"
|
||||
DH1_fascism_DEF:0 "东煌远征军"
|
||||
DH1_democratic:0 "东煌远征军"
|
||||
DH1_democratic_DEF:0 "东煌远征军"
|
||||
DH1_neutrality:0 "东煌远征军"
|
||||
DH1_neutrality_DEF:0 "东煌远征军"
|
||||
DH1_communism:0 "东煌远征军"
|
||||
DH1_communism_DEF:0 "东煌远征军"
|
||||
DH1_fascism_ADJ:0 "东煌远征军"
|
||||
DH1_democratic_ADJ:0 "东煌远征军"
|
||||
DH1_neutrality_ADJ:0 "东煌远征军"
|
||||
DH1_communism_ADJ:0 "东煌远征军"
|
||||
CHY_fascism:0 "重樱国"
|
||||
CHY_fascism_DEF:0 "重樱国"
|
||||
CHY_democratic:0 "重樱共和国"
|
||||
@@ -219,7 +234,10 @@ SIR_siren:0"中央塞壬"
|
||||
BLI_democratic_party:0 "布里民主党"
|
||||
BLI_fascism_party:1 "布里武装党"
|
||||
BLI_neutrality_party:0 "布里中立党"
|
||||
|
||||
DH1_communism_party:0 "东煌共产党海外支部"
|
||||
DH1_democratic_party:0 "东煌民主同盟会海外支部"
|
||||
DH1_fascism_party:1 "东煌帝国党海外支部"
|
||||
DH1_neutrality_party:0 "临时政府"
|
||||
####
|
||||
|
||||
#####难度设置####
|
||||
|
||||
@@ -385,3 +385,4 @@
|
||||
DH1_junshi_211_desc: "军队一律不许经商!所有军费将有最高军部统一分配,这对军队的命运有很大的影响。\n我们的部队极其适应炎热的气候。\n殖民者已经大缺大德几百年了,是时候让他们尝尝被压迫人民的铁拳。\n我们学习了铁血先进的装甲技术。"
|
||||
DH1_qianjin: "前进!"
|
||||
DH1_qianjin_desc: "巨浪,巨浪,不断地增长!"
|
||||
DH1_qianjin_tt: "§g出于性能和后期游戏体验考虑,如果东煌本土傀儡了尼泊尔和不丹,我们将接管这两个地区。东煌科学院国策不受此影响。§!"
|
||||
@@ -882,7 +882,7 @@
|
||||
az_doh_xiaofeipingyinxiang_factor_text_tt: "即总开支§Y对消费品系数的影响因子§!"
|
||||
az_doh_xiaofeipingyinxiang_factor_text_delay_tt: "基础值为8%,受§Y规模效应§!的影响而增大§g(边际效应递减)§!,可通过§Y革新生产力§!降低。"
|
||||
az_doh_hedian_counter_text: "§Y核工业§!效果:[?DOH_hedian_counter|%]"
|
||||
az_doh_hedian_counter_text_tt: "由于§Y能源供应充足§!,每座核反应堆提供额外的2%消费品系数减免。"
|
||||
az_doh_hedian_counter_text_tt: "由于§Y能源供应充足§!,每座核反应堆提供额外的2%消费品系数减免(§g仅限核心领土§)。"
|
||||
az_doh_hedian_counter_text_tt_delay: "§R需要§!完成国策§Y核工业§!"
|
||||
az_doh_guimoxiaoyin_text: "§Y规模效应§!:[?DOH_guimoxiaoyin]"
|
||||
az_doh_guimoxiaoyin_effect_text: "§Y额外产能§!:[?DOH_guimoxiaoyin_effect|%]"
|
||||
@@ -959,3 +959,5 @@
|
||||
DOH_loong_event.3002.t: "北联的重建"
|
||||
DOH_loong_event.3002.d: "红色北方联合已经重建,北联舰娘向我们道别。"
|
||||
DOH_loong_event.3002.a: "山高水远,江湖再见!"
|
||||
az_doh_fanshu_modifier: "现代朝贡体系"
|
||||
doh_fanshu_desc: "按照§C自治程度§!向宗主国上贡工业产能(至多40%),宗主国在朝贡体系内协调资源和为所有成员国提供安全保证。"
|
||||
Reference in New Issue
Block a user