Skip to content

Commit d1b9e87

Browse files
2 parents 6917fc8 + 780e963 commit d1b9e87

26 files changed

+1892
-275
lines changed

common/bookmarks/blitzkrieg.txt

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ bookmarks = {
2121
ideology = democratic
2222
history = "XTW_history"
2323
focuses = {
24+
XTW_a_new_era_for_taiwan
25+
XTW_desperate_gambit
26+
XTW_a_mistake_undone
2427
}
2528
ideas = {
2629
XTW_kuomintang_insurgency

common/countries/cosmetic.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,14 @@ XWH_ProgAsso = {
15351535
color = rgb { 255 215 0 }
15361536
color_ui = rgb { 255 215 0 }
15371537
}
1538+
XWH_United = {
1539+
color = rgb { 254 53 0 }
1540+
color_ui = rgb { 254 53 0 }
1541+
}
1542+
XWH_WarChang = {
1543+
color = rgb { 102 0 0 }
1544+
color_ui = rgb { 102 0 0 }
1545+
}
15381546
XCB_civil_war_colour = {
15391547
color = rgb { 189 43 43 }
15401548
color_ui = rgb { 189 43 43 }

common/decisions/XTW_decisions.txt

+82
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,86 @@ XTW_development_bonds_category = {
137137
add_offsite_building = { type = dockyard level = 1 }
138138
}
139139
}
140+
}
141+
142+
XTW_anarchy_reclamation_cat = {
143+
144+
XTW_reclaim_anarchy_land = {
145+
146+
icon = GFX_decision_ITA_reorganize_ascari
147+
148+
allowed = {
149+
original_tag = XTW
150+
}
151+
152+
highlight_states = {
153+
highlight_states_trigger = {
154+
is_controlled_by = FROM
155+
}
156+
}
157+
158+
target_trigger = {
159+
FROM = {
160+
DEN_is_chinese_state = yes
161+
is_owned_and_controlled_by = LIB
162+
}
163+
}
164+
165+
state_target = yes
166+
167+
available = {
168+
NOT = { has_country_flag = XTW_reclaiming_anarchy }
169+
}
170+
171+
visible = {
172+
FROM = {
173+
any_neighbor_state = {
174+
OR = {
175+
AND = {
176+
owner = { is_subject_of = ROOT }
177+
controller = { is_subject_of = ROOT }
178+
}
179+
is_owned_and_controlled_by = ROOT
180+
}
181+
}
182+
}
183+
}
184+
185+
custom_cost_trigger = {
186+
has_equipment = { infantry_equipment > 99 }
187+
}
188+
custom_cost_text = decision_cost_100_guns
189+
190+
on_map_mode = map_only
191+
192+
fire_only_once = yes
193+
194+
ai_will_do = {
195+
factor = 100
196+
}
197+
198+
days_remove = 7
199+
200+
cancel_trigger = {
201+
FROM = {
202+
NOT = { is_owned_and_controlled_by = LIB }
203+
}
204+
}
205+
206+
complete_effect = {
207+
set_country_flag = XTW_reclaiming_anarchy
208+
hidden_effect = {
209+
add_equipment_to_stockpile = {
210+
type = infantry_equipment
211+
amount = -100
212+
}
213+
}
214+
}
215+
216+
remove_effect = {
217+
clr_country_flag = XTW_reclaiming_anarchy
218+
transfer_state = FROM
219+
}
220+
}
221+
140222
}

common/decisions/categories/XTW_categories.txt

+14
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,18 @@ XTW_development_bonds_category = {
88
visible = {
99
has_country_flag = XTW_development_bond
1010
}
11+
}
12+
13+
XTW_anarchy_reclamation_cat = {
14+
icon = GFX_decision_category_generic_political_actions
15+
priority = 50
16+
17+
visible_when_empty = no
18+
19+
allowed = {
20+
original_tag = XTW
21+
}
22+
visible = {
23+
has_completed_focus = XTW_march_north
24+
}
1125
}

0 commit comments

Comments
 (0)