イベント
敵の弱み

いまは戦乱の時代である。Target Enemyは最近、ほかの氏族を食い物にして勢力を広げているが、相応の弱みも晒している。そこにつけ込みうまく利用すれば、我々の領土を拡大できそうだ。国全体が戦に巻き込まれているこの時代に、新たな戦が起こったとて誰も文句は言うまい。
日本の幕府国際組織trigger定義in_game/events/situations/sengoku.txt:163
164type = country_event
165category = situation_event
166title = sengoku.4.title 敵の弱み
167desc = sengoku.4.desc いまは戦乱の時代である。Target Enemyは最近、ほかの氏族を食い物にして勢力を広げているが、相応の弱みも晒している。そこにつけ込みうまく利用すれば、我々の領土を拡大できそうだ。国全体が戦に巻き込まれているこの時代に、新たな戦が起こったとて誰も文句は言うまい。
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
}
}
}