mini soviet event
I'm trying to make a small event for soviet that should mainly give them military access to Sinkiang. So fare I haven't managed to make a follow up event for Sinkiang.. :-(
action_a = {
ai_chance = 95
name = "EVT_919196_ACTA" # Aid Sheng Shicai
command = { type = relation which = SIK value = 10 }
command = { type = relation which = CHI value = -5 }
command = { type = relation which = CHC value = -2 }
command = { type = relation which = AFG value = -2 }
command = { type = supplies value = -80 }
}
action_b = {
ai_chance = 5
name = "EVT_919196_ACTB" #Send no aid
command = { type = relation which = SIK value = -10 }
command = { type = relation which = CHI value = 5 }
command = { type = relation which = AFG value = 2 }
command = { type = supplies value = 80 }
command = { type = money value = 40 }
command = { type = dissent value = 1 }
}