EventChanged this version
The Growth of Target Location
Target Location, a prominent Target Location Rank nestled in the Target Province, has rapidly transformed into a burgeoning hub of commerce and governance. Merchants flock to its markets, artisans establish new workshops, and local officials expand their reach as the Target Location Rank grows in wealth and influence. This is without a doubt a result of our focus towards centralizing our Flavor Rank, a sign of things to come under the wise guidance of Target Character.
Definitionin_game/events/missionevents/generic_mission_events.txt:774
775type = country_event
777title = generic_mission_events.13.title The Growth of Target Location
778desc = generic_mission_events.13.desc Target Location, a prominent Target Location Rank nestled in the Target Province, has rapidly transformed into a burgeoning hub of commerce and governance. Merchants flock to its markets, artisans establish new workshops, and local officials expand their reach as the Target Location Rank grows in wealth and influence. This is without a doubt a result of our focus towards centralizing our Flavor Rank, a sign of things to come under the wise guidance of Target Character.
779outcome = neutral
787immediate = {
788ruler_or_regent ?= {
788save_scope_as = target_character
}
794ordered_owned_non_rural_location = {
795order_by = {
796value = development
797multiply = local_control
}
799check_range_bounds = no
800max = 4
801add_to_list = gme13_list_urban
}
803random_in_list = {
804list = gme13_list_urban
805save_scope_as = target_location
806province = {
806save_scope_as = target_province
}
}
809if = {
810limit = {
811scope:target_location.location_population_percentage < 0.75
812any_province = {
813NOT = {
813any_location_in_province = {
813this = scope:target_location
}
}
814province_capital = {
814region = scope:target_location.region
}
815population >= {
816value = scope:target_province.population
817multiply = 0.5
}
}
}
822random_province = {
823limit = {
824NOT = {
824any_location_in_province = {
824this = scope:target_location
}
}
825province_capital = {
825region = scope:target_location.region
}
826population >= {
827value = scope:target_province.population
828multiply = 0.5
}
}
832save_scope_as = target_origin_migration
}
}
}