イベント
争乱の時代

皇統が持明院と大覚寺に分裂し、国全体が争いに巻き込まれている。混乱の時代には、それを好機とみて氏族が利益の拡大を図ろうとすることも珍しくない。我々も、敵対するTarget Enemyを利用すれば間違いなく利益を拡大できるだろう。
定義in_game/events/situations/nanbokuchou.txt:324
325type = country_event
326category = situation_event
328title = nanbokuchou.6.title 争乱の時代
329desc = nanbokuchou.6.desc 皇統が持明院と大覚寺に分裂し、国全体が争いに巻き込まれている。混乱の時代には、それを好機とみて氏族が利益の拡大を図ろうとすることも珍しくない。我々も、敵対するTarget Enemyを利用すれば間違いなく利益を拡大できるだろう。
330image = "gfx/interface/illustrations/situation/nanbokuchou.dds"
331outcome = neutral
333immediate = {
334if = {
337random_international_organization_member = {
338limit = {
340NOT = {
340is_at_war_with = root
}
341NOT = {
341has_truce_with = root
}
342NOT = {
343root = {
343has_casus_belli_on = prev
}
}
}
346save_scope_as = target_enemy
}
}
}
350if = {
353random_international_organization_member = {
354limit = {
356NOT = {
356is_at_war_with = root
}
357NOT = {
357has_truce_with = root
}
358NOT = {
359root = {
359has_casus_belli_on = prev
}
}
}
362save_scope_as = target_enemy
}
}
}
366if = {
369random_international_organization_member = {
370limit = {
372NOT = {
372is_at_war_with = root
}
373NOT = {
373has_truce_with = root
}
374NOT = {
375root = {
375has_casus_belli_on = prev
}
}
}
378save_scope_as = target_enemy
}
}
}
}