hi, I am playing as Germany in 1.01 version. I had the following event leading Franco to join Axis.
#############################################
###### Entrada en el Eje
#############################################
event = {
id = 336514
random = no
country = spa
trigger = {
NOT = {
control = { province = 900 data = eng }
control = { province = 900 data = egy }
control = { province = 900 data = fra }
control = { province = 900 data = usa }
control = { province = 900 data = sov }
war = { country = spa country = ger }
war = { country = spa country = ita }
}
flag = hendaya
}
name = "EVT_336514_NAME" # Joining the Axis
desc = "EVT_336514_DESC"
style = 2
date = { day = 20 month = october year = 1940 }
offset = 7
deathdate = { day = 31 month = december year = 1947 }
picture = "allied_strategic_defeat"
action_a = {
name = "ACTIONNAME336514A" # We will become great
ai_chance = 90
command = { type = relation which = ger value = 20 }
command = { type = relation which = ita value = 10 }
command = { type = dissent value = 2 }
command = { type = domestic which = democratic value = -1 }
command = { type = trigger which = 316037 }
}
action_b = {
name = "ACTIONNAME336514B" # Definitively No
ai_chance = 10
command = { type = relation which = ger value = -50 }
command = { type = dissent value = -2 }
command = { type = domestic which = interventionism value = -1 }
}
}
control = { province = 900 data = eng }
control = { province = 900 data = egy }
control = { province = 900 data = fra }
control = { province = 900 data = usa }
control = { province = 900 data = sov }
here, the condition is Suveyz ( ID : 900 ). But shouldn't it be Gibraltar ?
#############################################
###### Entrada en el Eje
#############################################
event = {
id = 336514
random = no
country = spa
trigger = {
NOT = {
control = { province = 900 data = eng }
control = { province = 900 data = egy }
control = { province = 900 data = fra }
control = { province = 900 data = usa }
control = { province = 900 data = sov }
war = { country = spa country = ger }
war = { country = spa country = ita }
}
flag = hendaya
}
name = "EVT_336514_NAME" # Joining the Axis
desc = "EVT_336514_DESC"
style = 2
date = { day = 20 month = october year = 1940 }
offset = 7
deathdate = { day = 31 month = december year = 1947 }
picture = "allied_strategic_defeat"
action_a = {
name = "ACTIONNAME336514A" # We will become great
ai_chance = 90
command = { type = relation which = ger value = 20 }
command = { type = relation which = ita value = 10 }
command = { type = dissent value = 2 }
command = { type = domestic which = democratic value = -1 }
command = { type = trigger which = 316037 }
}
action_b = {
name = "ACTIONNAME336514B" # Definitively No
ai_chance = 10
command = { type = relation which = ger value = -50 }
command = { type = dissent value = -2 }
command = { type = domestic which = interventionism value = -1 }
}
}
control = { province = 900 data = eng }
control = { province = 900 data = egy }
control = { province = 900 data = fra }
control = { province = 900 data = usa }
control = { province = 900 data = sov }
here, the condition is Suveyz ( ID : 900 ). But shouldn't it be Gibraltar ?
Upvote
0