
鱼钩派组建了一支叛军对抗鳕鱼派。许多市民成员将这视为从鳕鱼派索取更多特权的机会,否则就要在战场上面对他们。
定义in_game/events/disaster/hook_and_cod_wars.txt:321
322hide_portraits = yes
323type = country_event
324category = disaster_event
325title = hook_and_cod_wars.4.title 市民叛乱
326image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
327desc = hook_and_cod_wars.4.desc 鱼钩派组建了一支叛军对抗鳕鱼派。许多市民成员将这视为从鳕鱼派索取更多特权的机会,否则就要在战场上面对他们。
328outcome = neutral
329immediate = {
330create_rebel = {
331name = hacw_burghers_rebellion 市民叛乱
332category = estate
334save_scope_as = hacw_burghers_rebellion 市民叛乱
}
}
选项
A授予他们一些特权……
342estate(estate_type:burghers_estate) = {
343random_possible_privilege = {
344root = {
344grant_estate_privilege = prev
}
}
}
348faction = hook
349math = add
350value = 1
}
352hidden_effect = {
353destroy_rebel = scope:hacw_burghers_rebellion
}
B对他们不必留情!
360ordered_owned_location = {
361order_by = population
363max = 4
364check_range_bounds = no
365every_pop = {
371change_pop_allegiance = scope:hacw_burghers_rebellion
}
}
375faction = cod
376math = add
377value = 1
}
C欢迎增援我们的事业。
384add_estate_satisfaction = {
}
386faction = hook
387math = add
388value = 1
}
390hidden_effect = {
391destroy_rebel = scope:hacw_burghers_rebellion
}