Event
A Moment of Weakness

It is a time of constant conflict. The Target Enemy have recently been trying to expand their influence at the expense of other clans, but they have also been showing their own fair share of weakness. We could take advantage of such weakness and exploit it for our benefit while expanding our own territory. In such times of the whole country at war, who would complain if we start yet another one?
Japanese ShogunateInternational OrganizationtriggerDefinitionin_game/events/situations/sengoku.txt:163
164type = country_event
165category = situation_event
166title = sengoku.4.title A Moment of Weakness
167desc = sengoku.4.desc It is a time of constant conflict. The Target Enemy have recently been trying to expand their influence at the expense of other clans, but they have also been showing their own fair share of weakness. We could take advantage of such weakness and exploit it for our benefit while expanding our own territory. In such times of the whole country at war, who would complain if we start yet another one?
168outcome = neutral
169image = "gfx/interface/illustrations/situation/sengoku.dds"
171trigger = {
173any_international_organization_member = {
174this != root
175NOT = {
175is_at_war_with = root
}
176NOT = {
176has_truce_with = root
}
177NOT = {
178root = {
178has_casus_belli_on = prev
}
}
180OR = {
181AND = {
182root = {
182country_type = location
}
183country_type = location
}
185AND = {
186root = {
186country_type = building
}
187country_type = building
}
}
}
}
}
196immediate = {
198random_international_organization_member = {
199limit = {
200this != root
201NOT = {
201is_at_war_with = root
}
202NOT = {
202has_truce_with = root
}
203NOT = {
204root = {
204has_casus_belli_on = prev
}
}
206OR = {
207AND = {
208root = {
208country_type = location
}
209country_type = location
}
211AND = {
212root = {
212country_type = building
}
213country_type = building
}
}
}
218save_scope_as = target_enemy
}
}
}