Event
A Time of Conflict

The entire country is engulfed in conflict due to the Jimyōin and the Daikakuji lines of the Imperial Throne. In this time of strife, it is not uncommon for clans to take the opportunity to expand their own interests. One of our enemies, the Target Enemy, would surely be a way for us to expand ours.
Definitionin_game/events/situations/nanbokuchou.txt:324
325type = country_event
326category = situation_event
328title = nanbokuchou.6.title A Time of Conflict
329desc = nanbokuchou.6.desc The entire country is engulfed in conflict due to the Jimyōin and the Daikakuji lines of the Imperial Throne. In this time of strife, it is not uncommon for clans to take the opportunity to expand their own interests. One of our enemies, the Target Enemy, would surely be a way for us to expand ours.
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
}
}
}
}