Acontecimiento
Los enemigos de Target Province

¡Se han propagado pensamientos contrarrevolucionarios peligrosos en Target Province! Se dice que planean organizar una revuelta contra Country para instaurar el Ancien Régime de nuevo.
Definiciónin_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 Los enemigos de Target Province
}
606triggered_desc = {
607trigger = {
607always = yes
}
608desc = revolutionary_chaos.102.title.fallback Los enemigos de la provincia
}
}
}
612desc = revolutionary_chaos.102.desc ¡Se han propagado pensamientos contrarrevolucionarios peligrosos en Target Province! Se dice que planean organizar una revuelta contra Country para instaurar el Ancien Régime de nuevo.
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 Contrarrevolucionarios
}
}
}
639create_rebel = {
640category = pretender
641name = counter_revolutionaries Contrarrevolucionarios
642save_scope_as = target_rebel
}
}
645else = {
646random_rebel = {
647limit = {
647rebel_name_key = counter_revolutionaries Contrarrevolucionarios
}
648save_scope_as = target_rebel
}
}
}