事件
冲突的时代

整个国家都因为持明院和大觉寺朝廷对天皇皇位的争夺陷入冲突。在这个纷乱的年代,大名利用机会扩大自己的利益并不是罕事。我们当然也可以遵从此道去对付我们的其中一个敌人,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
}
}
}
}