EventChanged this version
Time to Strike

The Target Enemy have been opposing us for too long, but the constant struggles of the Nanbokuchō Jidai bring us the best opportunity to retaliate. It is time we turn our attention towards them and show them the consequences of defying our clan, using them for our own expansion.
Definitionin_game/events/situations/nanbokuchou.txt:391
392type = country_event
393category = situation_event
395title = nanbokuchou.7.title Time to Strike
396desc = nanbokuchou.7.desc The Target Enemy have been opposing us for too long, but the constant struggles of the Nanbokuchō Jidai bring us the best opportunity to retaliate. It is time we turn our attention towards them and show them the consequences of defying our clan, using them for our own expansion.
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
}
}
}
}