事件
叛乱的星火

在英国内战的动荡局势下,Target Area地区正面临倒向English civil war rebels的重大风险。Country Adjective当局长期施政不当所积累的民怨已如野火般蔓延,当地民众正大规模投向叛军阵营。由城镇民兵组织发动的武装起义已控制多处战略要地,他们不仅要求提高军饷待遇,更主张大幅削弱中央政府权力。当前该地区的统治秩序已处于崩溃边缘,若处置不当,这场叛乱极可能引发更大范围的连锁反应。
定义in_game/events/disaster/english_civil_war.txt:452
453type = country_event
454category = disaster_event
455title = english_civil_war.257.title 叛乱的星火
456desc = english_civil_war.257.desc 在英国内战的动荡局势下,Target Area地区正面临倒向English civil war rebels的重大风险。Country Adjective当局长期施政不当所积累的民怨已如野火般蔓延,当地民众正大规模投向叛军阵营。由城镇民兵组织发动的武装起义已控制多处战略要地,他们不仅要求提高军饷待遇,更主张大幅削弱中央政府权力。当前该地区的统治秩序已处于崩溃边缘,若处置不当,这场叛乱极可能引发更大范围的连锁反应。
457outcome = neutral
458image = "gfx/interface/illustrations/disaster/english_civil_war.dds"
459trigger = {
461region:great_britain_region = {
462any_area_in_region = {
463percent >= 0.5
464any_province_in_area = {
465owner ?= root
466NOR = {
468any_location_in_province = {
468is_capital = yes
}
}
}
}
}
474any_rebel = {
475rebel_name_key = parliamentarist_rebels
476rebel_progress > 0
477rebel_progress < 1
}
}
481immediate = {
482random_rebel = {
483limit = {
483rebel_name_key = parliamentarist_rebels
}
484save_scope_as = english_civil_war_rebels_scope
}
486ruler_or_regent = {
486save_scope_as = target_character_1
}
487region:great_britain_region = {
488random_area_in_region = {
489limit = {
490any_province_in_area = {
491owner ?= root
492NOR = {
494any_location_in_province = {
494is_capital = yes
}
}
}
}
498save_scope_as = target_area
}
}
501scope:target_area = {
502ordered_province_in_area = {
503order_by = population
504max = 1
505check_range_bounds = no
506save_scope_as = target_province
}
}
}