
フック派に対抗するため、コッド派は反乱軍を結成した。 貴族の多くは、フック派からより多くの特権を強制するか、戦場で対峙するべきかどうかを窺っている。
定義in_game/events/disaster/hook_and_cod_wars.txt:245
246hide_portraits = yes
247type = country_event
248category = disaster_event
249title = hook_and_cod_wars.3.title 貴族の反乱軍
250image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
251desc = hook_and_cod_wars.3.desc フック派に対抗するため、コッド派は反乱軍を結成した。 貴族の多くは、フック派からより多くの特権を強制するか、戦場で対峙するべきかどうかを窺っている。
252outcome = neutral
253immediate = {
254create_rebel = {
255name = hacw_nobility_rebellion 貴族の反乱軍
256category = estate
258save_scope_as = hacw_nobility_rebellion 貴族の反乱軍
}
}
選択肢
A彼らにいくらかの特権を与えよう……
266estate(estate_type:nobles_estate) = {
267random_possible_privilege = {
268root = {
268grant_estate_privilege = prev
}
}
}
273faction = cod
274math = add
275value = 1
}
277hidden_effect = {
278destroy_rebel = scope:hacw_nobility_rebellion
}
B彼らに容赦はしない!
285ordered_owned_location = {
286order_by = population
288max = 4
289check_range_bounds = no
290every_pop = {
296change_pop_allegiance = scope:hacw_nobility_rebellion
}
}
300faction = hook
301math = add
302value = 1
}
C我々の大義への援軍を歓迎しよう。
309add_estate_satisfaction = {
}
311faction = cod
312math = add
313value = 1
}
315hidden_effect = {
316destroy_rebel = scope:hacw_nobility_rebellion
}