• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
There are a lot of inaccuracies in the Xi'an Incident, but perhaps the most blatant is that the wrong leader is slept. Instead of sleeping the co-conspirators Zhang Xueliang and Yang Hucheng, it sleeps a totally unrelated general.
It should read:

#########################################################################
# Xi'an Incident
#########################################################################

event = {
id = 90
random = no
country = CHI

name = EVT_90_NAME
desc = EVT_90_DESC
picture = "chinese_incident"
style = 0

trigger = {
war = { country = CHI country = CHC }
headofgovernment = 52002 # both Chiang Kai Shek
NOT = {
war = { country = CHI country = JAP }
}
random = 30
}

date = { day = 0 month = march year = 1936 }
offset = 15
deathdate = { day = 30 month = february year = 1937 }

action_a = {
name = EVT_90_ACTA
ai_chance = 80
command = { type = dissent value = -5 }
command = { type = peace which = CHC value = 0 }
# command = { type = peace which = CSX value = 1 } #just in case
# command = { type = peace which = CGX value = 1 } #just in case
# command = { type = peace which = CYN value = 1 } #just in case
# command = { type = peace which = CXB value = 1 } #just in case
# command = { type = peace which = SIK value = 1 } #just in case
command = { type = domestic which = democratic value = 1 }
command = { type = domestic which = interventionism value = 1 }
command = { type = domestic which = freedom value = 1 }
command = { type = relation which = CHC value = 10 }
command = { type = relation which = CSX value = 20 }
command = { type = relation which = CGX value = 10 }
command = { type = relation which = CYN value = 5 }
command = { type = relation which = CXB value = 10 }
command = { type = relation which = SIK value = 15 }
command = { type = sleepminister which = 52008 }#Zhang Xueliang
command = { type = sleepminister which = 52084 }#Zhang Xueliang
command = { type = sleepleader which = 50011 } #Zhang Xueliang
command = { type = sleepleader which = 50340 } #Yang Hucheng
}
action_b = {
name = EVT_90_ACTB
ai_chance = 10
command = { type = dissent value = 10 } #loss of support (mainly Manchurian exiles)
command = { type = domestic which = democratic value = -1 }
command = { type = domestic which = political_left value = -1 }
command = { type = domestic which = interventionism value = -1 }
command = { type = domestic which = freedom value = 2 }
command = { type = relation which = CHC value = -20 }
command = { type = relation which = CGX value = -5 }
command = { type = relation which = CSX value = -10 }
command = { type = relation which = CYN value = -5 }
command = { type = relation which = CXB value = -5 }
command = { type = relation which = SIk value = -5 }
command = { type = sleepminister which = 52008 }#Zhang Xueliang
command = { type = sleepminister which = 52084 }#Zhang Xueliang
command = { type = sleepleader which = 50011 } #Zhang Xueliang
command = { type = sleepleader which = 50340 } #Yang Hucheng
command = { type = sleepevent which = 91 } #Alt Unified Front
}
action_c = {
name = EVT_90_ACTC
ai_chance = 10
command = { type = dissent value = 15 } #anti-communist dissent
command = { type = peace which = CHC value = 0 }
# command = { type = peace which = CSX value = 1 } #just in case
# command = { type = peace which = CGX value = 1 } #just in case
# command = { type = peace which = CYN value = 1 } #just in case
# command = { type = peace which = CXB value = 1 } #just in case
# command = { type = peace which = SIK value = 1 } #just in case
command = { type = alliance which = CHC }
command = { type = alliance which = CSX }
command = { type = alliance which = CGX }
command = { type = alliance which = CYN }
command = { type = alliance which = CXB }
command = { type = alliance which = SIK }
command = { type = domestic which = democratic value = 2 }
command = { type = domestic which = political_left value = 1 }
command = { type = domestic which = free_market value = -1 }
command = { type = domestic which = interventionism value = 2 }
command = { type = domestic which = freedom value = 2 }
command = { type = sleepevent which = 91 } #Alt Unified Front
}
}
I also think the game needs to be restructured so that Communist China is much weaker but politically impossible to destroy in 1936 (for example the CPC's nonexistence voids the United front that the warlords would otherwise form to oppose Japan), the Xian Incident occurs on schedule about December 1936 and Communist China gets its full game strength only then. It would correspond more with history.
 
  • 1Like
Reactions:
Upvote 0