Code:
#########################################################################
# Oil Embargo against Japan
#########################################################################
event = {
id = 3701
random = no
country = USA
trigger = {
AND = {
OR = {
event = 3707 # Japan demands French Indochine from Vichy
event = 3708 # Japan demands French Indochine and Madagascar from Vichy
belligerence = { country = JAP value = 50 }
war = { country = ENG country = JAP }
}
NOT = {
OR = {
war = { country = USA country = JAP }
alliance = { country = JAP country = ENG }
alliance = { country = JAP country = FRA }
}
}
}
atwar = JAP
government = democratic
random = 10
}
name = "EVT_3701_NAME"
desc = "EVT_3701_DESC"
style = 0
picture = "Oil_Embargo"
date = { day = 1 month = january year = 1940 }
offset = 30 # Check month
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "ACTIONNAME3701A" # Pass the Embargo
ai_chance = 97
command = { type = relation which = JAP value = -50 }
command = { type = relation which = CHI value = 20 }
command = { type = trigger which = 3800 } #JAP
command = { type = end_trades which = USA where = JAP }
command = { type = end_trades which = HOL where = JAP }
}
action_b = {
name = "ACTIONNAME3701B" # Do not push the Mikado
ai_chance = 3
command = { type = relation which = JAP value = 15 }
command = { type = relation which = CHI value = -10 }
}
}