イベントこのバージョンで変更
Target Locationの発展
Target Provinceに位置する高名なTarget Location Rank、Target Locationが急速に商業と統治の中心地へと変貌を遂げた。商人はTarget Location Rankの市場に集まり、職人は新たな工房を設立し、Target Location Rankが富と影響力を増すにつれて地方の役人たちは勢力を拡大している。これは間違いなく、我らがFlavor Rankを中央集権化に注力した成果であり、Target Characterの賢政のもとで起こるであろう未来の兆候だ。
定義in_game/events/missionevents/generic_mission_events.txt:774
775type = country_event
777title = generic_mission_events.13.title Target Locationの発展
778desc = generic_mission_events.13.desc Target Provinceに位置する高名なTarget Location Rank、Target Locationが急速に商業と統治の中心地へと変貌を遂げた。商人はTarget Location Rankの市場に集まり、職人は新たな工房を設立し、Target Location Rankが富と影響力を増すにつれて地方の役人たちは勢力を拡大している。これは間違いなく、我らがFlavor Rankを中央集権化に注力した成果であり、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
}
}
}