이벤트
쇠락의 순간

계속되는 전란의 시대에, 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
}
}
}