
Mission TaskChanged this version
Establish a Trade
For our economy to grow, we require an established trading network. Any kind of import or export will suffice for our merchants to gain the needed experiences for future enterprises.
- 166custom_tooltip = designate_urban_location_for_next_task_tt We will be able to choose an Urban Location for subsequent Mission Tasks167if = {168limit = {168exists = scope:mission_setup_trade_target_location}169set_variable = {171value = {172value = scope:mission_setup_trade_target_location.num_pop_type:burghers173add = 0.2}}}
154icon = merchants_and_trade
155requires = {
}
156enabled = {
157num_of_trades > 0
158any_trade = {
159OR = {
160from_market = scope:mission_target_market
161to_market = scope:mission_target_market
}
}
}
179select_trigger = {
180looking_for_a = location
181source = actor
182target_flag = mission_setup_trade_target_location
183name = "mission_task_select_town_or_city" Select an Urban Location for the Task
184none_available_msg_key = "mission_task_no_town_or_city"
185column = {
186data = name
}
188column = {
189data = population
}
191visible = {
192has_owner = yes
193owner = scope:actor
194market ?= scope:mission_target_market
195rank_index <= 2
}
}