
海賊の一団がわが国の私掠船に接近し、略奪と破壊のため、Country Adjectiveの支援を求めてきた。こちらの後ろ盾が得られれば、彼らはわが国の船は襲わなくなる。
必要
海賊団国家immediate, trigger定義in_game/events/economy/privateers.txt:300
301hide_portraits = yes
302type = country_event
303title = privateers.8.title 仕える国を探す海賊
304desc = privateers.8.desc 海賊の一団がわが国の私掠船に接近し、略奪と破壊のため、Country Adjectiveの支援を求めてきた。こちらの後ろ盾が得られれば、彼らはわが国の船は襲わなくなる。
305outcome = neutral
307trigger = {
308any_privateer_from_country = {
309area = {
310any_privateer_in_area = {
}
}
}
}
317illustration_tags = {
31810 = angry
31910 = interior
}
322immediate = {
324random_privateer_from_country = {
325limit = {
326area = {
327any_privateer_in_area = {
}
}
}
332save_scope_as = target_privateer
334area = {
335random_privateer_in_area = {
339save_scope_as = pirate
}
}
}
}
選択肢
Aわが国の私掠船として迎え入れよう。
349scope:target_privateer = {
350change_privateer_power = 0.25
}
352scope:pirate = {
353change_privateer_power = -0.25
}
B誠実な商人の敵は拒否する。
362drop_antagonism_bomb = {
363target = scope:target_privateer.owner.capital
364modifier = antagonism_rejected_piracy
}