
鳕鱼派组建了一支叛军对抗鱼钩派。许多贵族成员将这视为从鱼钩派索取更多特权的机会,否则就要在战场上面对他们。
定义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
}