이벤트
반란의 확산

잉글랜드 내전의 격랑이 몰아치는 가운데, 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
}
}
}