イベント
反乱軍の台頭

イングランド内戦の混乱のなかで、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
}
}
}