Event
Embargoes and Smugglers
Recent embargoes against our overlord's rivals might be the end of us, financially. Thankfully, there are esteemed individuals in Country who would graciously help us with our trading problem. Though it might be silly to call such a small operation 'smuggling', that is exactly what it is and as we might be breaking some of the embargoes our overlord demanded of us, they will probably not be happy with our misconduct.
Definitionin_game/events/diplomacy/subject_interaction_events.txt:414
415type = country_event
416title = subject_interaction_events.14.title Embargoes and Smugglers
417desc = subject_interaction_events.14.desc Recent embargoes against our overlord's rivals might be the end of us, financially. Thankfully, there are esteemed individuals in Country who would graciously help us with our trading problem. Though it might be silly to call such a small operation 'smuggling', that is exactly what it is and as we might be breaking some of the embargoes our overlord demanded of us, they will probably not be happy with our misconduct.
418outcome = neutral
419trigger = {
421is_subject = yes
423overlord = {
424any_rival = {
425receiving_scripted_relation = {
426type = relation_type:embargo_nation
427target = root
}
}
}
434overlord = {
435NOT = {
436root = {
436has_opinion = {
436target = prev
436modifier = opinion_smuggling_hindered
}
}
437root = {
437has_opinion = {
437target = prev
437modifier = opinion_small_smuggling_ok
}
}
}
}
}