事件
乘虚而入

这是一个战火不断的时代。Target Enemy近来试图以牺牲其他家族为代价扩张其影响力,但他们也暴露出自身的弱点。我们可以利用这一弱点,从中获益并扩张我们的领土。在这举国皆战的年代,即便我们再启战端,又有谁会为他们打抱不平呢?
日本幕府国际组织trigger定义in_game/events/situations/sengoku.txt:163
164type = country_event
165category = situation_event
166title = sengoku.4.title 乘虚而入
167desc = sengoku.4.desc 这是一个战火不断的时代。Target Enemy近来试图以牺牲其他家族为代价扩张其影响力,但他们也暴露出自身的弱点。我们可以利用这一弱点,从中获益并扩张我们的领土。在这举国皆战的年代,即便我们再启战端,又有谁会为他们打抱不平呢?
168outcome = neutral
169image = "gfx/interface/illustrations/situation/sengoku.dds"
171trigger = {
173any_international_organization_member = {
174this != root
175NOT = {
175is_at_war_with = root
}
176NOT = {
176has_truce_with = root
}
177NOT = {
178root = {
178has_casus_belli_on = prev
}
}
180OR = {
181AND = {
182root = {
182country_type = location
}
183country_type = location
}
185AND = {
186root = {
186country_type = building
}
187country_type = building
}
}
}
}
}
196immediate = {
198random_international_organization_member = {
199limit = {
200this != root
201NOT = {
201is_at_war_with = root
}
202NOT = {
202has_truce_with = root
}
203NOT = {
204root = {
204has_casus_belli_on = prev
}
}
206OR = {
207AND = {
208root = {
208country_type = location
}
209country_type = location
}
211AND = {
212root = {
212country_type = building
}
213country_type = building
}
}
}
218save_scope_as = target_enemy
}
}
}