이벤트이번 버전 변경
공격의 적기

Target Enemy(은)는 오래전부터 우리를 적대시해 왔습니다. 남북조 시대가 시작되며 조정 간의 갈등이 벌어진 지금, 저들에게 보복할 적기가 찾아온 것 같습니다. 이제 놈들에게 주의를 돌려 우리 가문을 거역하면 어떻게 되는지 본보기를 보이고, 저들을 이용해 우리 세력을 확대할 때입니다.
정의in_game/events/situations/nanbokuchou.txt:391
392type = country_event
393category = situation_event
395title = nanbokuchou.7.title 공격의 적기
396desc = nanbokuchou.7.desc Target Enemy(은)는 오래전부터 우리를 적대시해 왔습니다. 남북조 시대가 시작되며 조정 간의 갈등이 벌어진 지금, 저들에게 보복할 적기가 찾아온 것 같습니다. 이제 놈들에게 주의를 돌려 우리 가문을 거역하면 어떻게 되는지 본보기를 보이고, 저들을 이용해 우리 세력을 확대할 때입니다.
397image = "gfx/interface/illustrations/situation/nanbokuchou.dds"
398outcome = neutral
400immediate = {
401if = {
404random_international_organization_member = {
405limit = {
406is_subject = no
408NOT = {
408is_at_war_with = root
}
409NOT = {
409has_truce_with = root
}
410root = {
410has_casus_belli_on = prev
}
}
412save_scope_as = target_enemy
}
}
}
416if = {
419random_international_organization_member = {
420limit = {
421is_subject = no
423NOT = {
423is_at_war_with = root
}
424NOT = {
424has_truce_with = root
}
425root = {
425has_casus_belli_on = prev
}
}
427save_scope_as = target_enemy
}
}
}
431if = {
434random_international_organization_member = {
435limit = {
436is_subject = no
438NOT = {
438is_at_war_with = root
}
439NOT = {
439has_truce_with = root
}
440root = {
440has_casus_belli_on = prev
}
}
442save_scope_as = target_enemy
}
}
}
}