
YapıBu sürümde değişti
Şirket Limanı
Yerel Ticaret Şirketi depolarında satılmaya hazır mallar muhafaza edilir.
Etkenler
Tanımin_game/common/building_types/trade_company_buildings.txt:233
234audio_tier = 3
235is_foreign = yes
236max_levels = trade_company_building_max_level
238own_or_overlord_relation_needed = trade_access
242rural_settlement = yes
243town = yes
244city = yes
245megalopolis = yes
246build_time = trade_company_build_time
250location_potential = {
251scope:actor = {
252has_variable_list = trade_company_regions
253is_target_in_variable_list = {
254name = trade_company_regions
255target = root.region
}
}
}
259country_potential = {
260OR = {
261total_effective_building_levels:trade_company_headquarters > 0
262any_subject = {
263total_effective_building_levels:trade_company_headquarters > 0
}
}
}
267allow = {
268is_port = yes
269market = {
269in_trade_range_of = scope:actor
}
}
272custom_tags = {
trade_company_building
satellite_trade_building
}
273modifier = {
}
278on_built = {
279owner = {
280if = {
282save_temporary_scope_as = owner_scope
283random_in_list = {
284variable = trade_company_subjects
285limit = {
290scope:owner_scope = {
291is_target_in_variable_list = {
292name = trade_company_regions
293target = scope:target_region
}
}
}
297save_scope_as = trade_company_country
}
299if = {
300limit = {
300exists = scope:trade_company_country
}
301root = {
301change_building_owner = scope:trade_company_country
}
}
303else = {
304root.location = {
304destroy_building = root
}
}
}
}
}

