이벤트
Target Province에 숨은 적

위험한 반혁명 사상이 Target Province에서 확산되고 있습니다! 소문에 따르면 이곳에서 영광스러운 Country에 대항하는 반란 세력이 자라나, 앙시앵 레짐(구체제)을 다시 세우려 획책하고 있다고 합니다!
정의in_game/events/disaster/revolutionary_chaos.txt:596
597hide_portraits = yes
598type = country_event
599category = disaster_event
600title = {
601first_valid = {
602triggered_desc = {
603trigger = {
603exists = scope:target_province
}
604desc = revolutionary_chaos.102.title Target Province에 숨은 적
}
606triggered_desc = {
607trigger = {
607always = yes
}
608desc = revolutionary_chaos.102.title.fallback 지방에 숨은 적
}
}
}
612desc = revolutionary_chaos.102.desc 위험한 반혁명 사상이 Target Province에서 확산되고 있습니다! 소문에 따르면 이곳에서 영광스러운 Country에 대항하는 반란 세력이 자라나, 앙시앵 레짐(구체제)을 다시 세우려 획책하고 있다고 합니다!
613outcome = neutral
614image = "gfx/interface/illustrations/disaster/revolutionary_chaos.dds"
615trigger = {
616NOT = {
616has_reform = government_reform:revolutionary_autocracy
}
619capital.region = {
620any_area_in_region = {
621any_province_in_area = {
622owner ?= root
}
}
}
}
627immediate = {
629capital.region = {
630random_area_in_region = {
631random_province_in_area = {
632limit = {
632owner ?= root
}
633save_scope_as = target_province
}
}
}
637if = {
638limit = {
638NOT = {
638any_rebel = {
638rebel_name_key = counter_revolutionaries 반혁명파
}
}
}
639create_rebel = {
640category = pretender
641name = counter_revolutionaries 반혁명파
642save_scope_as = target_rebel
}
}
645else = {
646random_rebel = {
647limit = {
647rebel_name_key = counter_revolutionaries 반혁명파
}
648save_scope_as = target_rebel
}
}
}