I don't have the latest patch, but I think it still applies:
http://www.europa-universalis.com/forum/showthread.php?t=206645
http://www.europa-universalis.com/forum/showthread.php?t=206645
Upvote
0
I don't have the latest patch, but I think it still applies:
http://www.europa-universalis.com/forum/showthread.php?t=206645
Note that this event is just for SWE. GER will get access, but there's not event message popping up.
#########################################################################
# The Engelbrecht Transit
#########################################################################
event = {
id = 92
random = no
country = SWE
trigger = {
war = { country = SOV country = GER }
alliance = { country = GER country = FIN }
NOT = {
alliance = { country = GER country = SWE }
}
control = { province = 107 data = GER } # Oslo
#ispuppet = no
atwar = no
}
name = EVT_92_NAME
desc = EVT_92_DESC
picture = "germans_transit"
style = 0
date = { day = 0 month = january year = 1936 }
offset = 3
deathdate = { day = 29 month = december year = 1999 }
action_a = {
ai_chance = 90
name = EVT_92_ACTA
command = { type = access which = GER }
command = { type = relation which = GER value = 5 }
command = { type = trigger which = 6192 }
}
action_b = {
ai_chance = 10
name = EVT_92_ACTB
command = { type = relation which = GER value = -20 }
}
}
event = {
id = 6192
random = no
country = GER
name = EVT_92_NAME
desc = EVT_92_DESC
style = 0
picture = "germans_transit"
date = { day = 0 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1999 }
action_a = {
name = "The Swedes give us now free transportation through their country."
command = { type = relation which = GER value = 5 }
}
}
As the new event 6192 is designed to be directly triggered by event 92, there's no need for a date range and offset. Without a set trigger condition it may fire on January 2 1936. Also the relation in 6192 should improve with SWE (maybe not needed at all)
trigger = {
atwar = no
control = { province = 2331 data = SPA }
exists = FRA
NOT = { exists = VIC }
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
}
}