In my most recent game as the Communist Chinese, I played through to a point where the Japanese surrendered to a US invasion. A few days later, the 'Resumption of the Chinese Civil War' (#99) event fired.
The only problem is, because of the 'Unified Front' event (#91), my Communists were allied to the the Nationalists, and that prevented the civil war event from getting us into a war. So if I could suggest a correction to the event file:
The only problem is, because of the 'Unified Front' event (#91), my Communists were allied to the the Nationalists, and that prevented the civil war event from getting us into a war. So if I could suggest a correction to the event file:
Code:
action_a = {
ai_chance = 90
name = EVT_99_ACTA
command = { type = leave_alliance } # THIS LINE ADDED IN
command = { type = money value = 10 }
command = { type = domestic which = defense_lobby value = 1 }
command = { type = war which = CHI }
command = { type = dissent value = -5 } # the time is ripe for the Revolution
command = { type = trigger which = 100 }
Upvote
0