EventChanged this version
Fleeing to Target Location

With the fall of Lost Capital, the state of Country has truly been humiliated. We are forced to retreat to Target Location, the last semblance of our pride, or to cower in fear in Current Capital. Whatever we choose to do, we need to be prepared for the enemy onslaught.
ChinaCountrydynamic historical event.tag
Middle KingdomInternational OrganizationtriggerDefinitionin_game/events/DHE/flavor_chi.txt:2679
2680type = country_event
2681title = flavor_chi.36.title Fleeing to Target Location
2682desc = flavor_chi.36.desc With the fall of Lost Capital, the state of Country has truly been humiliated. We are forced to retreat to Target Location, the last semblance of our pride, or to cower in fear in Current Capital. Whatever we choose to do, we need to be prepared for the enemy onslaught.
2683outcome = neutral
2685trigger = {
2687owns = location:shangdu
2688capital != location:shangdu
2689NOT = {
2689owns = location:dadu
}
}
2695fire_only_once = yes
2697dynamic_historical_event = {
}
2704illustration_tags = {
270510 = angry
270610 = interior
}
2709immediate = {
}
2711capital = {
2712save_scope_as = current_capital
}
2714location:dadu = {
2715save_scope_as = lost_capital
}
2717location:shangdu = {
2718save_scope_as = target_location
}
2721from = scope:current_capital
2722to = scope:target_location
}
}