Skip to content

Commit 94727c1

Browse files
committed
added focus to declare war on Bo-Hai
needed to gain access to the sea
1 parent c180d72 commit 94727c1

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

common/national_focus/XSK_focus.txt

+48
Original file line numberDiff line numberDiff line change
@@ -2858,6 +2858,54 @@ focus_tree = {
28582858
}
28592859
}
28602860

2861+
focus = {
2862+
id = XSK_strike_bo_hai
2863+
icon = GFX_focus_XEX_end_the_gambling
2864+
prerequisite = { focus = XSK_meeting_in_taiwan focus = XSK_consolidate_the_north }
2865+
#mutually_exclusive = { focus = XSK_claim_the_mandate_of_heaven }
2866+
x = -1
2867+
y = 2
2868+
relative_position_id = XSK_future_of_the_sultanate
2869+
2870+
available = {
2871+
is_subject = no
2872+
XEX = {
2873+
is_owner_neighbor_of = ROOT
2874+
}
2875+
}
2876+
2877+
bypass = {
2878+
OR = {
2879+
has_war_with = XEX
2880+
XEX = {
2881+
is_subject_of = ROOT
2882+
}
2883+
XEX = {
2884+
exists = no
2885+
}
2886+
}
2887+
}
2888+
2889+
cost = 5
2890+
2891+
ai_will_do = {
2892+
factor = 150
2893+
}
2894+
2895+
search_filters = { FOCUS_FILTER_ANNEXATION }
2896+
2897+
completion_reward = {
2898+
add_named_threat = {
2899+
threat = 2
2900+
name = XSK_strike_bo_hai
2901+
}
2902+
create_wargoal = {
2903+
target = XEX
2904+
type = annex_everything
2905+
}
2906+
}
2907+
}
2908+
28612909
focus = {
28622910
id = XSK_mutual_cooperation
28632911
icon = GFX_focus_generic_befriend_taiwan

localisation/english/XSK_l_english.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
XSK_proclaim_ottoman_empire_of_china: "Proclaim the Ottoman Empire"
611611
XSK_proclaim_ottoman_empire_of_china_desc: ""
612612
XSK_owns_and_controls_all_chinese_states_tt: "Owns all Chinese states directly or via subjects"
613-
613+
614614
XSK_mutual_cooperation: "Mutual Cooperation"
615615
XSK_mutual_cooperation_desc: ""
616616
XSK_support_the_united_front: "Support United Front Members"
@@ -626,6 +626,8 @@
626626
XSK_invite_japanese_nations_tt: "Every Japanese Nation that is either §Ydemocratic§! or §Ynon-aligned§! will be invited to our faction."
627627
XSK_invite_japanese_nations_tt2: "\nGain £GFX_war_goal_texticon §YWargoals§! against every §Yfascist§! or §Ycommunist§! nation in Japan."
628628

629+
XSK_strike_bo_hai: "Secure the Bo-Hai Bay"
630+
XSK_strike_bo_hai_desc: ""
629631
XSK_chinese_conscription: "Conscript Chinese"
630632
XSK_chinese_conscription_desc: ""
631633
XSK_chinese_science: "Chinese Science"

0 commit comments

Comments
 (0)