이벤트이번 버전 변경
진실의 순간

Target Enemy(은)는 몇 번씩이나 우리의 앞길을 가로막으며, 성가신 장애물이라는 사실을 스스로 증명했습니다. 어서 이들을 처리하고 우리의 영역을 확대해야 합니다. 끊임없는 전쟁이 이어지는 이 전국 시대 시대에 있어 약육강식이야말로 단 하나의 진리이며, 승리만이 우리의 생존을 도모할 길입니다. 약자를 보았다면, 짓밟아야 합니다.
일본 막부국가 간 조직체trigger정의in_game/events/situations/sengoku.txt:230
231type = country_event
232category = situation_event
233title = sengoku.5.title 진실의 순간
234desc = sengoku.5.desc Target Enemy(은)는 몇 번씩이나 우리의 앞길을 가로막으며, 성가신 장애물이라는 사실을 스스로 증명했습니다. 어서 이들을 처리하고 우리의 영역을 확대해야 합니다. 끊임없는 전쟁이 이어지는 이 전국 시대 시대에 있어 약육강식이야말로 단 하나의 진리이며, 승리만이 우리의 생존을 도모할 길입니다. 약자를 보았다면, 짓밟아야 합니다.
235outcome = neutral
236image = "gfx/interface/illustrations/situation/sengoku.dds"
238trigger = {
240any_international_organization_member = {
241NOT = {
241has_truce_with = root
}
242root = {
242has_casus_belli_on = prev
}
243OR = {
244AND = {
245root = {
245country_type = location
}
246country_type = location
}
248AND = {
249root = {
249country_type = building
}
250country_type = building
}
}
}
}
}
258immediate = {
260random_international_organization_member = {
261limit = {
262NOT = {
262has_truce_with = root
}
263root = {
263has_casus_belli_on = prev
}
264OR = {
265AND = {
266root = {
266country_type = location
}
267country_type = location
}
269AND = {
270root = {
270country_type = building
}
271country_type = building
}
}
}
276save_scope_as = target_enemy
}
}
}