EventChanged this version
The Moment of Truth

The Target Enemy have proven a nuisance time and time again. We should deal with them already and expand our own territory at their expense. In the constant state of war of the Sengoku Jidai, it is natural for the weak to die and feed the strong. Only by emerging victorious over all we can ensure our survival, so we shall always pry on the weak.
Japanese ShogunateInternational OrganizationtriggerDefinitionin_game/events/situations/sengoku.txt:230
231type = country_event
232category = situation_event
233title = sengoku.5.title The Moment of Truth
234desc = sengoku.5.desc The Target Enemy have proven a nuisance time and time again. We should deal with them already and expand our own territory at their expense. In the constant state of war of the Sengoku Jidai, it is natural for the weak to die and feed the strong. Only by emerging victorious over all we can ensure our survival, so we shall always pry on the weak.
235outcome = neutral
236image = "gfx/interface/illustrations/situation/sengoku.dds"
238trigger = {
240any_international_organization_member = {
241NOT = {
241has_truce_with = root
}
242root = {
242has_casus_belli_on = prev
}
243OR = {
244AND = {
245root = {
245country_type = location
}
246country_type = location
}
248AND = {
249root = {
249country_type = building
}
250country_type = building
}
}
}
}
}
258immediate = {
260random_international_organization_member = {
261limit = {
262NOT = {
262has_truce_with = root
}
263root = {
263has_casus_belli_on = prev
}
264OR = {
265AND = {
266root = {
266country_type = location
}
267country_type = location
}
269AND = {
270root = {
270country_type = building
}
271country_type = building
}
}
}
276save_scope_as = target_enemy
}
}
}