イベント
革命の炎を煽る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 = {
}
}