############# Taiwan events by Lunar ###############
# 85001 - CHI "declare independance?" #
# 85002 - CHC "Taiwan independant - PRC ultimatum?"#
# 85003 - CHC "Taiwan backs down" #
# 85004 - USA "US response to PRC´s ultimatum" #
# 85005 - CHC "USA back Taiwan" #
# 85006 - CHI "USA abandone Taiwan" #
# 85007 - CHC "PRC inherits Taiwan" #
##################################################
#Declare Independance?
event = {
id = 85001
random = no
country = CHI #Taiwan
trigger = { atwar = no } #Taiwan is not at war
name = "Taiwanese Independence ?"
desc = "On March 3rd, 2006, in a historic referendum, Taiwan debated on
whether to declare its independance that had been obvious for so many years.
The argument for stated that the issue wouldn't be going away and since China's growth
is constant, sooner is better than later, and finally throw off the yoke of blackmail.
Critics of the referendum argued that such a unilateral declaration could easily
provoke hostility."
style = 0
date = { day = 3 month = march year = 2006 }
action_a = {
name = "We are no vassal to the Communists!" # declare independence
command = { type = trigger which = 85002 } # Taiwan´s independance
}
action_b = {
name = "It's not worth it" # Stay China´s vassal
command = { type = dissent value = 8 }
command = { type = trigger which = 85003 }
}
}
#China´s response to Taiwan´s Independance
event = {
id = 85002
random = no
country = CHC # People´s Republic of China
name = "Taiwan declares independance!"
desc = "Taiwan recently declared its independance, which immediately
requires a statement from the Chinese government."
style = 0
action_a = {
name = "Prepare for war and issue an ultimatum!"
command = { type = trigger which = 85004 } # USA - response to PRC´s ultimatum
}
action_b = {
name = "Back down and grumble" # Taiwan reckognized
command = { type = dissent value = 5 }
}
}
#Taiwan backs down
event = {
id = 85003
random = no
country = CHC # PRC
name = "Taiwan backs down on referendum"
desc = "Taiwan backed down on their referendum on independance.
This vastly strengthens the Chinese position."
style = 0
action_a = {
name = "Great!"
command = { type = dissent value = -15 } # The People´s Republic rules!
command = { type = influence value = 5 } # World reckognizes PRC´s power
}
}
#US response to China´s ultimatum
event = {
id = 85004
random = no
country = USA
name = "China issues ultimatum"
desc = "China, in response to Taiwan's independance referendum passing,
issued a referendum demanding an immediate withdrawl of this new policy and is threatening war.
Policy advisors suggest calling the Chinese bluff with one of American making."
style = 0
action_a = {
name = "Declare solidarity with the Taiwanese"
command = { type = alliance which = CHI } # Taiwan joins CotW
command = { type = trigger which = 85005 } # USA backs Taiwan
}
action_b = {
name = "You act unilaterally, you deal with it. Wash our hands of it." # Taiwan is doomed
command = { type = dissent value = 5 }
command = { type = trigger which = 85006 } # The US Seperates from Taiwanese Independance
}
}
#US backs Taiwan
event = {
id = 85005
random = no
country = CHC # People´s Republic of China
name = "The US Backs Taiwan"
desc = "The US just backed the Taiwanese referendum, arguing that individuals have the right
to self-determination.
The choices are no longer opaque, either back down in humiliation or go to war."
style = 0
action_a = {
name = "We have no choice, It's war!"
command = { type = war which = CHI } # PRC declares war on Taiwan
}
action_b = {
name = "This isn't what we wanted" # PRC backs down
command = { type = dissent value = 8 }
}
}
#US doesn´t back Taiwan
event = {
id = 85006
random = no
country = CHI # Taiwan
name = "The US Seperates from Taiwanese Independance"
desc = "The US government, shocked at the turn of events, backed off the Taiwan issue
out of fear of World War III.
This effectively throws Taiwan to the wolves. China's ultimatum requires Taiwan to bow down
to the mainland and sets up a Hong-Kong style government if Taiwan agrees."
style = 0
action_a = {
name = "Submit to Chinese terms (Game Over)"
command = { type = trigger which = 85007 } # PR inherits Taiwan
}
action_b = {
name = "So it's war then!"
command = { type = war which = CHC } # Taiwan declares war on PRC
}
}
#PRC inherits Taiwan - ADDED BY PAL
event = {
id = 85007
random = no
country = CHC # PRC
name = "Taiwan accepts annexiation!"
desc = "Taiwan folds to our terms, and accepts annexiation.
After Tibet and HongKong, Taiwan now is the third 'autonome' province of China."
style = 0
action_a = {
name = "Finally!" #OK
command = { type = inherit which = CHI } # PR inherits Taiwan
command = { type = influence value = 10 }
command = { type = manpowerpool value = 200 }
command = { type = industry which = 1716 value = -15 }
# Taihoku / Northern Taiwan companies flee
command = { type = industry which = 2004 value = -10 }
# Takao / Southern Taiwan companies flee
}
}