이벤트
혁명의 불길을 지피는 Actor

우리 Flavor Rank에서 불만의 속삭임이 커지던 가운데, 마침내 내막이 드러났습니다! 바로 Actor(이)가 우리 영토에서 Target Rebel의 세력 확산을 돕고 있었던 것입니다. 비밀 자금 지원, 선동적인 언행, 반체제 인사의 보호 등 여러 수단을 통해 Actor(은)는 혁명가들을 부추기고 우리 지방 전역에 불안정을 부채질해 왔습니다. 한때 산발적인 소요로 보였던 현상에서 이제는 의도적인 공작의 흔적이 엿보입니다. 그리고 어쩌면 실제로 우리 백성을 파멸의 벼랑 끝으로 몰아넣을지도 모릅니다.
정의in_game/events/situations/the_revolution.txt:807
808type = country_event
809category = situation_event
810title = the_revolution.11.title 혁명의 불길을 지피는 Actor
811desc = the_revolution.11.desc 우리 Flavor Rank에서 불만의 속삭임이 커지던 가운데, 마침내 내막이 드러났습니다! 바로 Actor(이)가 우리 영토에서 Target Rebel의 세력 확산을 돕고 있었던 것입니다. 비밀 자금 지원, 선동적인 언행, 반체제 인사의 보호 등 여러 수단을 통해 Actor(은)는 혁명가들을 부추기고 우리 지방 전역에 불안정을 부채질해 왔습니다. 한때 산발적인 소요로 보였던 현상에서 이제는 의도적인 공작의 흔적이 엿보입니다. 그리고 어쩌면 실제로 우리 백성을 파멸의 벼랑 끝으로 몰아넣을지도 모릅니다.
812outcome = neutral
813image = "gfx/interface/illustrations/situation/the_revolution.dds"
815major = yes
816major_trigger = {
817this = scope:actor
}
819immediate = {
833every_province = {
834limit = {
835any_location_in_province = {
836any_pop = {
836has_rebel = no
}
}
838province_average_control > 0.3
}
}
847if = {
848limit = {
849any_rebel = {
850rebel_name_key = revolutionary_rebel COUNTRY Adjective 혁명파
}
}
856random_rebel = {
857limit = {
857rebel_name_key = revolutionary_rebel COUNTRY Adjective 혁명파
}
858save_scope_as = target_rebel
}
864while = {
870random_province = {
871limit = {
872any_location_in_province = {
873any_pop = {
873has_rebel = no
}
}
875province_average_control > 0.3
}
883every_location_in_province = {
884every_pop = {
885limit = {
886owner = root
887has_rebel = no
888is_upper_class = no
}
891change_pop_allegiance = scope:target_rebel
}
}
}
}
}
903else = {
904create_rebel = {
905category = estate
907name = revolutionary_rebel COUNTRY Adjective 혁명파
908save_scope_as = target_rebel
}
915while = {
921random_province = {
922limit = {
923province_average_control > 0.3
924any_location_in_province = {
925any_pop = {
925has_rebel = no
}
}
}
934every_location_in_province = {
935every_pop = {
936limit = {
937owner = root
938is_upper_class = no
}
941change_pop_allegiance = scope:target_rebel
}
}
}
}
}
}
967after = {
968hidden_effect = {
}
}