事件
Actor点燃革命之火

Flavor Rank内不满的低语越来越响亮,现在真相开始浮出水面!看来是Actor正在帮助Target Rebel在我们的土地上传播。无论是通过秘密资助、煽动性言论还是庇护异议分子,他们的行动都让革命者变得大胆起来,并加剧了我们各省份的动荡。曾经看似孤立的骚乱如今显现出刻意的痕迹,这场运动可能会将我们的人民推向毁灭的边缘。
定义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在我们的土地上传播。无论是通过秘密资助、煽动性言论还是庇护异议分子,他们的行动都让革命者变得大胆起来,并加剧了我们各省份的动荡。曾经看似孤立的骚乱如今显现出刻意的痕迹,这场运动可能会将我们的人民推向毁灭的边缘。
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 = {
}
}