Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions common/decisions/manchuria_transfer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
return_manchuria_prc = {
is_shown = {
and = {
exists = c:PRC
exists = c:RUS
this = c:RUS
c:RUS = {
or = {
has_state_in_state_region = STATE_HINGGAN
has_state_in_state_region = STATE_NORTHERN_MANCHURIA
has_state_in_state_region = STATE_SOUTHERN_MANCHURIA
has_state_in_state_region = STATE_SHENGJING
}
}
}
}
possible = {
exists = c:RUS
this = c:RUS
c:RUS = {
or = {
has_state_in_state_region = STATE_HINGGAN
has_state_in_state_region = STATE_NORTHERN_MANCHURIA
has_state_in_state_region = STATE_SOUTHERN_MANCHURIA
has_state_in_state_region = STATE_SHENGJING
}
}
}
when_taken = {
s:STATE_HINGGAN.region_state:RUS = {
set_state_owner = c:PRC
}
s:STATE_NORTHERN_MANCHURIA.region_state:RUS = {
set_state_owner = c:PRC
}
s:STATE_SOUTHERN_MANCHURIA.region_state:RUS = {
set_state_owner = c:PRC
}
s:STATE_SHENGJING.region_state:RUS = {
set_state_owner = c:PRC
}
c:PRC = {
change_relations = {
country = c:RUS
value = 40
}
}
}
ai_chance = {
base = 0
if = {
limit = {
game_date >= 1946.3.1
}
add = 50
}
}
}
2 changes: 1 addition & 1 deletion common/history/countries/ROC - Nationalist China.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
activate_law = law_type:law_national_militia
activate_law = law_type:law_traditionalism
activate_law = law_type:law_protectionism
activate_law = law_type:law_consumption_based_taxation
activate_law = law_type:law_land_based_taxation
activate_law = law_type:law_no_schools
activate_law = law_type:law_no_health_system
activate_law = law_type:law_censorship
Expand Down