事件
禁运和走私
最近对我们宗主国宿敌的禁运也许是我们财政上的末日。幸运的是,来自Country的有识之士将巧妙地帮助我们的贸易问题。尽管把这种小动作叫做“走私”有点犯傻,但这确确实实就是走私。不过我们要破坏一些宗主国要求的禁运,他们可能会对这种不端行为非常不满。
定义in_game/events/diplomacy/subject_interaction_events.txt:414
415type = country_event
416title = subject_interaction_events.14.title 禁运和走私
417desc = subject_interaction_events.14.desc 最近对我们宗主国宿敌的禁运也许是我们财政上的末日。幸运的是,来自Country的有识之士将巧妙地帮助我们的贸易问题。尽管把这种小动作叫做“走私”有点犯傻,但这确确实实就是走私。不过我们要破坏一些宗主国要求的禁运,他们可能会对这种不端行为非常不满。
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
}
}
}
}
}